From 0b474eab3dd37c09f7f05e55176fcaea76fb4f92 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Sat, 23 Mar 2019 21:23:42 +0100 Subject: [PATCH] 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 Reviewed-by: Emil Velikov --- 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)