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>main
parent
ce1387b591
commit
3ec26b03ee
|
@ -147,6 +147,7 @@ static const char * const modules[] = {
|
|||
"stm",
|
||||
"sun4i-drm",
|
||||
"armada-drm",
|
||||
"komeda",
|
||||
};
|
||||
|
||||
int util_open(const char *device, const char *module)
|
||||
|
|
Loading…
Reference in New Issue