From 1b4e04ba68d75d8215cf1a50c832d17250c9ed9c Mon Sep 17 00:00:00 2001 From: Francesco Valla Date: Sun, 25 Feb 2024 14:48:24 +0100 Subject: [PATCH] tests/util: add tidss driver Add an entry for the "tidss" driver, so that the test utilities work with this driver without passing the -M argument. Signed-off-by: Francesco Valla Reviewed-by: Dmitry Baryshkov --- tests/util/kms.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/util/kms.c b/tests/util/kms.c index 34a84180..8bbc2275 100644 --- a/tests/util/kms.c +++ b/tests/util/kms.c @@ -126,6 +126,7 @@ static const char * const modules[] = { "simpledrm", "imx-lcdif", "vkms", + "tidss", }; int util_open(const char *device, const char *module)