projects
/
platform
/
upstream
/
libdrm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6070e6a
)
tests/util: Add simpledrm driver
author
Eric Curtin
<ericcurtin17@gmail.com>
Mon, 13 Jun 2022 15:07:35 +0000
(16:07 +0100)
committer
Eric Curtin
<ecurtin@redhat.com>
Fri, 22 Jul 2022 12:25:53 +0000
(13:25 +0100)
Add an entry for the "simpledrm" driver, so that the test utilities
work with the simpledrm driver without passing the -M argument.
Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Eric Curtin <ecurtin@redhat.com>
tests/util/kms.c
patch
|
blob
|
history
diff --git
a/tests/util/kms.c
b/tests/util/kms.c
index
680e21a
..
132d19d
100644
(file)
--- a/
tests/util/kms.c
+++ b/
tests/util/kms.c
@@
-123,6
+123,7
@@
static const char * const modules[] = {
"komeda",
"imx-dcss",
"mxsfb-drm",
+ "simpledrm",
};
int util_open(const char *device, const char *module)