diff mbox series

[libdrm] tests/util: Add simpledrm driver

Message ID 20220613152149.10971-1-ecurtin@redhat.com (mailing list archive)
State New, archived
Headers show
Series [libdrm] tests/util: Add simpledrm driver | expand

Commit Message

Eric Curtin June 13, 2022, 3:21 p.m. UTC
From: Eric Curtin <ericcurtin17@gmail.com>

Add an entry for the "simpledrm" driver, so that the test utilities
work with the simpledrm driver without passing the -M argument.

Signed-off-by: Eric Curtin <ecurtin@redhat.com>
---
- It's also here, was unsure whether to use MR or email submission
  https://gitlab.freedesktop.org/mesa/drm/-/merge_requests/243
---
 tests/util/kms.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/tests/util/kms.c b/tests/util/kms.c
index 39a93866..21a61a77 100644
--- a/tests/util/kms.c
+++ b/tests/util/kms.c
@@ -150,6 +150,7 @@  static const char * const modules[] = {
 	"komeda",
 	"imx-dcss",
 	"mxsfb-drm",
+	"simpledrm",
 };
 
 int util_open(const char *device, const char *module)