tests/util: Add simpledrm driver
authorEric Curtin <ericcurtin17@gmail.com>
Mon, 13 Jun 2022 15:07:35 +0000 (16:07 +0100)
committerEric Curtin <ecurtin@redhat.com>
Fri, 22 Jul 2022 12:25:53 +0000 (13:25 +0100)
Add an entry for the "simpledrm" driver, so that the test utilities
work with the simpledrm driver without passing the -M argument.

Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Eric Curtin <ecurtin@redhat.com>
tests/util/kms.c

index 680e21a..132d19d 100644 (file)
@@ -123,6 +123,7 @@ static const char * const modules[] = {
        "komeda",
        "imx-dcss",
        "mxsfb-drm",
+       "simpledrm",
 };
 
 int util_open(const char *device, const char *module)