tests: Add vmwgfx driver to probed drivers in tests

Signed-off-by: Jakob Bornecrantz <jakob@vmware.com>
main
Jakob Bornecrantz 2011-09-16 20:50:39 +02:00
parent b317c96361
commit dc11db2e28
2 changed files with 2 additions and 2 deletions

View File

@ -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];

View File

@ -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;