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 --- tests/util/kms.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/tests/util/kms.c b/tests/util/kms.c index 08b48fe585b7..39a93866a9d1 100644 --- a/tests/util/kms.c +++ b/tests/util/kms.c @@ -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)