tests/util: Add armada-drm driver
This makes the test utilities work with the Armada driver without the necessity of using the -M argument. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>main
parent
439a4c0361
commit
0b474eab3d
|
@ -146,6 +146,7 @@ static const char * const modules[] = {
|
||||||
"pl111",
|
"pl111",
|
||||||
"stm",
|
"stm",
|
||||||
"sun4i-drm",
|
"sun4i-drm",
|
||||||
|
"armada-drm",
|
||||||
};
|
};
|
||||||
|
|
||||||
int util_open(const char *device, const char *module)
|
int util_open(const char *device, const char *module)
|
||||||
|
|
Loading…
Reference in New Issue