tests: Add vmwgfx driver to probed drivers in tests
Signed-off-by: Jakob Bornecrantz <jakob@vmware.com>main
parent
b317c96361
commit
dc11db2e28
|
@ -712,7 +712,7 @@ int main(int argc, char **argv)
|
|||
int c;
|
||||
int encoders = 0, connectors = 0, crtcs = 0, framebuffers = 0;
|
||||
int test_vsync = 0;
|
||||
char *modules[] = { "i915", "radeon", "nouveau" };
|
||||
char *modules[] = { "i915", "radeon", "nouveau", "vmwgfx" };
|
||||
char *modeset = NULL;
|
||||
int i, count = 0;
|
||||
struct connector con_args[2];
|
||||
|
|
|
@ -103,7 +103,7 @@ static void usage(char *name)
|
|||
int main(int argc, char **argv)
|
||||
{
|
||||
int i, c, fd;
|
||||
char *modules[] = { "i915", "radeon", "nouveau" };
|
||||
char *modules[] = { "i915", "radeon", "nouveau", "vmwgfx" };
|
||||
drmVBlank vbl;
|
||||
drmEventContext evctx;
|
||||
struct vbl_info handler_info;
|
||||
|
|
Loading…
Reference in New Issue