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
parent
6070e6a798
commit
512c8a88ca
|
@ -123,6 +123,7 @@ static const char * const modules[] = {
|
||||||
"komeda",
|
"komeda",
|
||||||
"imx-dcss",
|
"imx-dcss",
|
||||||
"mxsfb-drm",
|
"mxsfb-drm",
|
||||||
|
"simpledrm",
|
||||||
};
|
};
|
||||||
|
|
||||||
int util_open(const char *device, const char *module)
|
int util_open(const char *device, const char *module)
|
||||||
|
|
Loading…
Reference in New Issue