tests/util: Add mxsfb-drm driver

Add an entry for the "mxsfb-drm" driver, so that the test utilities
work with the mxsfb driver without passing the -M argument.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
main
Fabio Estevam 2020-12-30 15:29:33 -03:00 committed by Lucas Stach
parent 62b9a3eee9
commit 5f85a6d98b
1 changed files with 1 additions and 0 deletions

View File

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