tests/util: Add vkms driver
authorYi Xie <yixie@google.com>
Thu, 2 Feb 2023 03:58:12 +0000 (12:58 +0900)
committerYi Xie <yixie@google.com>
Fri, 10 Feb 2023 05:22:52 +0000 (05:22 +0000)
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>
tests/util/kms.c

index 95b7a455db0635de0777ce25d1b845eb404619b7..34a841803bea89e1a4c98dbbbd10b5d411f8ad80 100644 (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)