tests: add komeda to list of modules to look for for testing

komeda is one of the supported GPUs in the kernel tree so this adds it
to libdrm modules to look for in tests.

Signed-off-by: Carsten Haitzler <carsten.haitzler@arm.com>
This commit is contained in:
Carsten Haitzler 2020-10-16 11:00:15 +01:00 committed by Carsten Haitzler (Rasterman)
parent ce1387b591
commit 3ec26b03ee

View file

@ -147,6 +147,7 @@ static const char * const modules[] = {
"stm",
"sun4i-drm",
"armada-drm",
"komeda",
};
int util_open(const char *device, const char *module)