[PATCH 2/3] util: Add support for vc4.
Eric Anholt
eric at anholt.net
Mon Jan 25 11:27:56 PST 2016
This lets allows using modetest for overlay plane testing.
Signed-off-by: Eric Anholt <eric at anholt.net>
---
tests/util/kms.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/util/kms.c b/tests/util/kms.c
index 57b0191..4038c36 100644
--- a/tests/util/kms.c
+++ b/tests/util/kms.c
@@ -139,6 +139,7 @@ static const char * const modules[] = {
"imx-drm",
"rockchip",
"atmel-hlcdc",
+ "vc4",
};
int util_open(const char *device, const char *module)
--
2.6.4
More information about the dri-devel
mailing list