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
Lubomir Rintel 2019-03-23 21:23:42 +01:00 committed by Emil Velikov
parent 439a4c0361
commit 0b474eab3d
1 changed files with 1 additions and 0 deletions

View File

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