Add pl111 as a KMS driver for utils.
authorEric Anholt <eric@anholt.net>
Tue, 25 Apr 2017 18:29:33 +0000 (11:29 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 25 Apr 2017 23:10:33 +0000 (16:10 -0700)
Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Daniel Stone <daniels@collabora.com>
tests/util/kms.c

index 959b688..c008f78 100644 (file)
@@ -145,6 +145,7 @@ static const char * const modules[] = {
        "virtio_gpu",
        "mediatek",
        "meson",
+       "pl111",
 };
 
 int util_open(const char *device, const char *module)