From patchwork Mon Jul 29 15:27:55 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Liviu Dudau X-Patchwork-Id: 170017 Delivered-To: patch@linaro.org Received: by 2002:a92:512:0:0:0:0:0 with SMTP id q18csp1413933ile; Mon, 29 Jul 2019 08:28:02 -0700 (PDT) X-Google-Smtp-Source: APXvYqyIdfLvbkLLj2OY6meBUGczhqG1zYtL9zagc+OaQKk5XsyditA1vBLfj7De7v7MupNyYCGF X-Received: by 2002:a17:902:1101:: with SMTP id d1mr66621212pla.212.1564414082486; Mon, 29 Jul 2019 08:28:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564414082; cv=none; d=google.com; s=arc-20160816; b=0ybMir1E50q8yQnJksHhaZ6e65pLy8IGtjiEl44pCQwn8WN+mJkQ72tpoAW9pfrtks /+yMkPZRlKxIqtOXub7LFIQolkUB+FEA29DrRD+u8Pwl+ZY1cTas34LVEe11GAb0GLP9 mhYeSbQdJcULo9tlAr+7lOZKpR2i7InJ+Qp+eWV28zNZMkCTtSLFSOkSuIoAGVbvWq7m tx9PjuakGitqXtA6sruI+4b+N8fKyT/uBApjwZEy9Y7RAQFWqipu///sb/PP9NOoDGdQ UyaLA1AbvD/ZiBHD2CPgtNcEHRwP9lOiPHK1zOZUiuoYCZ5eFO1eqaZLaz3+gBB5tPyu rchA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:content-transfer-encoding:cc:list-subscribe :list-help:list-post:list-archive:list-unsubscribe:list-id :precedence:mime-version:message-id:date:subject:to:from :delivered-to; bh=hiv8JhfTT7mKgv9KbgeVaHcuHJhSWIZ4mblSICTsR9E=; b=Y0/rVmyntma1gFGhAgxYkxco81o94uEehId/dfBEe73LITQxvx1PiawSJJdNF+3Nay AU2CmDXUH9t+/zjzcMyMUhCHjSnQ1a3STxhmHTTJpdT9wTb2eqw8k55sjnq4mBzLSBgt I53ZZfAZ4vzh1nNc9PGTGFiLurAItUPvUcf+6f770bQEjz721nT8bnXgMTPfOEhrydQ9 FMb2Wjgo3aLEhFNPdfYm8s0wNsfRKk5EhyAVrJURSmK9CSy3PgeFMB//YHUFxNb/+Jq+ 0xku6olq9Me17pzZY762xIolNZjrofbqUU0FoWZK86juN2U91JRGCR6dE2sHHRzDNPCC fMgg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of dri-devel-bounces@lists.freedesktop.org designates 131.252.210.177 as permitted sender) smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Return-Path: Received: from gabe.freedesktop.org (gabe.freedesktop.org. [131.252.210.177]) by mx.google.com with ESMTPS id cx20si23286404pjb.97.2019.07.29.08.28.02 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 29 Jul 2019 08:28:02 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of dri-devel-bounces@lists.freedesktop.org designates 131.252.210.177 as permitted sender) client-ip=131.252.210.177; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of dri-devel-bounces@lists.freedesktop.org designates 131.252.210.177 as permitted sender) smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A9A6F89CF3; Mon, 29 Jul 2019 15:28:00 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from cam-smtp0.cambridge.arm.com (fw-tnat-cam2.arm.com [217.140.106.50]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3132589CF3 for ; Mon, 29 Jul 2019 15:27:59 +0000 (UTC) Received: from e110455-lin.cambridge.arm.com (e110455-lin.cambridge.arm.com [10.2.131.35]) by cam-smtp0.cambridge.arm.com (8.13.8/8.13.8) with ESMTP id x6TFRtPh012226; Mon, 29 Jul 2019 16:27:55 +0100 From: Liviu Dudau To: dri-devel@lists.freedesktop.org Subject: [PATCH libdrm] tests/util/kms.c: Add module names for Arm display drivers. Date: Mon, 29 Jul 2019 16:27:55 +0100 Message-Id: <20190729152755.11564-1-Liviu.Dudau@arm.com> X-Mailer: git-send-email 2.22.0 MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Liviu Dudau , MaliDP Maintainers Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" From: Liviu Dudau Add the names of the kernel modules for the Arm display drivers so that tests inside libDRM can auto-detect their presence. Signed-off-by: Liviu Dudau --- tests/util/kms.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/util/kms.c b/tests/util/kms.c index dd1bbee3..d3be6c0c 100644 --- a/tests/util/kms.c +++ b/tests/util/kms.c @@ -147,6 +147,9 @@ static const char * const modules[] = { "stm", "sun4i-drm", "armada-drm", + "hdlcd", + "mali-dp", + "komeda", }; int util_open(const char *device, const char *module)