[PATCH libdrm] tests/util/kms.c: Add module names for Arm display drivers.
Liviu Dudau
Liviu.Dudau at arm.com
Mon Jul 29 15:27:55 UTC 2019
From: Liviu Dudau <liviu.dudau at arm.com>
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 <liviu.dudau at arm.com>
---
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)
--
2.22.0
More information about the dri-devel
mailing list