util: Add support for vc4.
authorEric Anholt <eric@anholt.net>
Sat, 23 Jan 2016 00:37:25 +0000 (16:37 -0800)
committerEric Anholt <eric@anholt.net>
Wed, 3 Feb 2016 19:29:52 +0000 (11:29 -0800)
This lets allows using modetest for overlay plane testing.

Signed-off-by: Eric Anholt <eric@anholt.net>
tests/util/kms.c

index dcd5a8e..ce8aaab 100644 (file)
@@ -140,6 +140,7 @@ static const char * const modules[] = {
        "rockchip",
        "atmel-hlcdc",
        "fsl-dcu-drm",
+       "vc4",
 };
 
 int util_open(const char *device, const char *module)