From c2e940a8be0237cbec746e88d12b471668a16a1e Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Fri, 20 Mar 2020 18:27:59 +0100 Subject: [PATCH] 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 --- tests/util/kms.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/util/kms.c b/tests/util/kms.c index e584a96f..08b48fe5 100644 --- a/tests/util/kms.c +++ b/tests/util/kms.c @@ -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)