tests/util: Add vkms driver
Add an entry for the "vkms" driver, so that the test utilities work with the vkms driver without passing the -M argument. Reviewed-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Yi Xie <yixie@google.com>main
parent
ee558cea20
commit
c6d6dce99f
|
@ -125,6 +125,7 @@ static const char * const modules[] = {
|
||||||
"mxsfb-drm",
|
"mxsfb-drm",
|
||||||
"simpledrm",
|
"simpledrm",
|
||||||
"imx-lcdif",
|
"imx-lcdif",
|
||||||
|
"vkms",
|
||||||
};
|
};
|
||||||
|
|
||||||
int util_open(const char *device, const char *module)
|
int util_open(const char *device, const char *module)
|
||||||
|
|
Loading…
Reference in New Issue