Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 841e788116726c5de83f1f9f40393472 > files > 1

libdrm-2.4.115-2.mga9.src.rpm

From c6d6dce99fb3e7e681fbba9e198345fdbd10e49e Mon Sep 17 00:00:00 2001
From: Yi Xie <yixie@google.com>
Date: Thu, 2 Feb 2023 12:58:12 +0900
Subject: [PATCH 1/8] tests/util: Add vkms driver

Add an entry for the "vkms" driver, so that the test utilities work with
the vkms driver without passing the -M argument.

Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Yi Xie <yixie@google.com>
---
 tests/util/kms.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/util/kms.c b/tests/util/kms.c
index 95b7a455db06..34a841803bea 100644
--- a/tests/util/kms.c
+++ b/tests/util/kms.c
@@ -125,6 +125,7 @@ static const char * const modules[] = {
 	"mxsfb-drm",
 	"simpledrm",
 	"imx-lcdif",
+	"vkms",
 };
 
 int util_open(const char *device, const char *module)
-- 
2.40.0