aboutsummaryrefslogtreecommitdiffstats
path: root/tests/util
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-03-23 21:23:42 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2019-04-17 18:52:04 +0100
commit0b474eab3dd37c09f7f05e55176fcaea76fb4f92 (patch)
treeda76a0de0f4dc6e4bc5ce4b0f33ef0a25373569f /tests/util
parent439a4c036149c1bf080fc20ba718846ce6825d1d (diff)
downloadexternal_libdrm-0b474eab3dd37c09f7f05e55176fcaea76fb4f92.tar.gz
external_libdrm-0b474eab3dd37c09f7f05e55176fcaea76fb4f92.tar.bz2
external_libdrm-0b474eab3dd37c09f7f05e55176fcaea76fb4f92.zip
tests/util: Add armada-drm driver
This makes the test utilities work with the Armada driver without the necessity of using the -M argument. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'tests/util')
-rw-r--r--tests/util/kms.c1
1 files changed, 1 insertions, 0 deletions
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)