[PATCH libdrm] tests/util: Add mxsfb-drm driver
Fabio Estevam
festevam at gmail.com
Wed Dec 30 18:29:33 UTC 2020
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 at 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)
--
2.17.1
More information about the dri-devel
mailing list