mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-03 09:20:27 +01:00
tests/util: Add vkms driver
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>
This commit is contained in:
parent
ee558cea20
commit
c6d6dce99f
1 changed files with 1 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ static const char * const modules[] = {
|
|||
"mxsfb-drm",
|
||||
"simpledrm",
|
||||
"imx-lcdif",
|
||||
"vkms",
|
||||
};
|
||||
|
||||
int util_open(const char *device, const char *module)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue