tests/util: Add imx-dcss driver

This makes the test utilities work with the i.MX DCSS driver without the
necessity of using the -M argument.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
main
Lucas Stach 2020-03-20 18:27:59 +01:00
parent ad7cf9d75c
commit c2e940a8be
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ static const char * const modules[] = {
"sun4i-drm",
"armada-drm",
"komeda",
"imx-dcss",
};
int util_open(const char *device, const char *module)