util: Add support for vc4.

This lets allows using modetest for overlay plane testing.

Signed-off-by: Eric Anholt <eric@anholt.net>
main
Eric Anholt 2016-01-22 16:37:25 -08:00
parent eeb23de23b
commit 0ad32e7ff4
1 changed files with 1 additions and 0 deletions

View 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)