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
Yi Xie 2023-02-02 12:58:12 +09:00
parent ee558cea20
commit c6d6dce99f
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ static const char * const modules[] = {
"mxsfb-drm",
"simpledrm",
"imx-lcdif",
"vkms",
};
int util_open(const char *device, const char *module)