[PATCH libdrm] tests/util: Add armada-drm driver
Lubomir Rintel
lkundrak at v3.sk
Sat Mar 23 20:23:42 UTC 2019
This makes the test utilities work with the Armada driver without the
necessity of using the -M argument.
Signed-off-by: Lubomir Rintel <lkundrak at v3.sk>
---
tests/util/kms.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/util/kms.c b/tests/util/kms.c
index 5af8bf20..dd1bbee3 100644
--- a/tests/util/kms.c
+++ b/tests/util/kms.c
@@ -146,6 +146,7 @@ static const char * const modules[] = {
"pl111",
"stm",
"sun4i-drm",
+ "armada-drm",
};
int util_open(const char *device, const char *module)
--
2.21.0
More information about the dri-devel
mailing list