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:
ee558ce
)
tests/util: Add vkms driver
author
Yi Xie
<yixie@google.com>
Thu, 2 Feb 2023 03:58:12 +0000
(12:58 +0900)
committer
Yi Xie
<yixie@google.com>
Fri, 10 Feb 2023 05:22:52 +0000
(
05:22
+0000)
Add an entry for the "vkms" driver, so that the test utilities work with
the vkms driver without passing the -M argument.
Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Yi Xie <yixie@google.com>
tests/util/kms.c
patch
|
blob
|
history
diff --git
a/tests/util/kms.c
b/tests/util/kms.c
index 95b7a455db0635de0777ce25d1b845eb404619b7..34a841803bea89e1a4c98dbbbd10b5d411f8ad80 100644
(file)
--- a/
tests/util/kms.c
+++ b/
tests/util/kms.c
@@
-125,6
+125,7
@@
static const char * const modules[] = {
"mxsfb-drm",
"simpledrm",
"imx-lcdif",
+ "vkms",
};
int util_open(const char *device, const char *module)