tests: add virtio_gpu to the driver list

modetest was failing to work with driver because it wasn't in the
module list.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
main
Gustavo Padovan 2016-03-17 18:42:25 -03:00 committed by Emil Velikov
parent 49041c3613
commit 2e6f8f1dd5
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ static const char * const modules[] = {
"atmel-hlcdc",
"fsl-dcu-drm",
"vc4",
"virtio_gpu",
};
int util_open(const char *device, const char *module)