tests/util: Add simpledrm driver

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>
main
Eric Curtin 2022-06-13 16:07:35 +01:00 committed by Eric Curtin
parent 6070e6a798
commit 512c8a88ca
1 changed files with 1 additions and 0 deletions

View 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)