From dc11db2e282c522219bb6e419eb648f3e836bdc0 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Fri, 16 Sep 2011 20:50:39 +0200 Subject: tests: Add vmwgfx driver to probed drivers in tests Signed-off-by: Jakob Bornecrantz --- tests/modetest/modetest.c | 2 +- tests/vbltest/vbltest.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/modetest/modetest.c b/tests/modetest/modetest.c index 88c5ce5b..f6fdcf48 100644 --- a/tests/modetest/modetest.c +++ b/tests/modetest/modetest.c @@ -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]; diff --git a/tests/vbltest/vbltest.c b/tests/vbltest/vbltest.c index 1297da8b..2fe56b2e 100644 --- a/tests/vbltest/vbltest.c +++ b/tests/vbltest/vbltest.c @@ -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; -- cgit v1.2.3