From 512c8a88ca7a9263e4fabe5a8002219dc09f85f1 Mon Sep 17 00:00:00 2001 From: Eric Curtin Date: Mon, 13 Jun 2022 16:07:35 +0100 Subject: [PATCH] tests/util: Add simpledrm driver Add an entry for the "simpledrm" driver, so that the test utilities work with the simpledrm driver without passing the -M argument. Reviewed-by: Lucas Stach Signed-off-by: Eric Curtin --- tests/util/kms.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/util/kms.c b/tests/util/kms.c index 680e21ac..132d19db 100644 --- a/tests/util/kms.c +++ b/tests/util/kms.c @@ -123,6 +123,7 @@ static const char * const modules[] = { "komeda", "imx-dcss", "mxsfb-drm", + "simpledrm", }; int util_open(const char *device, const char *module)