From: Liviu Dudau <liviu.du...@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.du...@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

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to