diff options
| author | Lubomir Rintel <lkundrak@v3.sk> | 2019-03-23 21:23:42 +0100 |
|---|---|---|
| committer | Emil Velikov <emil.l.velikov@gmail.com> | 2019-04-17 18:52:04 +0100 |
| commit | 0b474eab3dd37c09f7f05e55176fcaea76fb4f92 (patch) | |
| tree | da76a0de0f4dc6e4bc5ce4b0f33ef0a25373569f | |
| parent | 439a4c036149c1bf080fc20ba718846ce6825d1d (diff) | |
| download | external_libdrm-0b474eab3dd37c09f7f05e55176fcaea76fb4f92.tar.gz external_libdrm-0b474eab3dd37c09f7f05e55176fcaea76fb4f92.tar.bz2 external_libdrm-0b474eab3dd37c09f7f05e55176fcaea76fb4f92.zip | |
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>
| -rw-r--r-- | tests/util/kms.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/util/kms.c b/tests/util/kms.c index 5af8bf20..dd1bbee3 100644 --- a/tests/util/kms.c +++ b/tests/util/kms.c @@ -146,6 +146,7 @@ static const char * const modules[] = { "pl111", "stm", "sun4i-drm", + "armada-drm", }; int util_open(const char *device, const char *module) |
