tests/util: Add support for sun4i-drm driver

This is the DRM driver for all Allwinner (sunxi) platforms.

Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
main
Ezequiel Garcia 2018-09-22 10:28:39 -03:00 committed by Emil Velikov
parent f6b4737e2f
commit 5775741d16
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ static const char * const modules[] = {
"meson",
"pl111",
"stm",
"sun4i-drm",
};
int util_open(const char *device, const char *module)