From e08a22dc43f0834a7944fc8cc8bf34d06e6bd095 Mon Sep 17 00:00:00 2001 From: Marco Felsch Date: Fri, 8 Jul 2022 11:39:14 +0200 Subject: tests/util: add imx-lcdif driver This makes the test utilities work with the i.MX LCDIFv3 driver without the necessity of using the -M argument. Signed-off-by: Marco Felsch Reviewed-by: Lucas Stach --- tests/util/kms.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/util/kms.c b/tests/util/kms.c index 132d19db..95b7a455 100644 --- a/tests/util/kms.c +++ b/tests/util/kms.c @@ -124,6 +124,7 @@ static const char * const modules[] = { "imx-dcss", "mxsfb-drm", "simpledrm", + "imx-lcdif", }; int util_open(const char *device, const char *module) -- cgit v1.2.1