OSDN Git Service

tests/util: Add armada-drm driver
authorLubomir Rintel <lkundrak@v3.sk>
Sat, 23 Mar 2019 20:23:42 +0000 (21:23 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 17 Apr 2019 17:52:04 +0000 (18:52 +0100)
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>
tests/util/kms.c

index 5af8bf2..dd1bbee 100644 (file)
@@ -146,6 +146,7 @@ static const char * const modules[] = {
        "pl111",
        "stm",
        "sun4i-drm",
+       "armada-drm",
 };
 
 int util_open(const char *device, const char *module)