aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Bornecrantz2011-09-16 13:50:39 -0500
committerJakob Bornecrantz2011-10-19 06:35:06 -0500
commitdc11db2e282c522219bb6e419eb648f3e836bdc0 (patch)
tree70ff9bb324a9927181fb92631f27793ebed8c7ff /tests/vbltest/vbltest.c
parentb317c96361f88a0a4ccb2faeff09b0476d142c68 (diff)
downloadexternal-libgbm-dc11db2e282c522219bb6e419eb648f3e836bdc0.tar.gz
external-libgbm-dc11db2e282c522219bb6e419eb648f3e836bdc0.tar.xz
external-libgbm-dc11db2e282c522219bb6e419eb648f3e836bdc0.zip
tests: Add vmwgfx driver to probed drivers in tests
Signed-off-by: Jakob Bornecrantz <jakob@vmware.com>
Diffstat (limited to 'tests/vbltest/vbltest.c')
-rw-r--r--tests/vbltest/vbltest.c2
1 files changed, 1 insertions, 1 deletions
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)
103int main(int argc, char **argv) 103int main(int argc, char **argv)
104{ 104{
105 int i, c, fd; 105 int i, c, fd;
106 char *modules[] = { "i915", "radeon", "nouveau" }; 106 char *modules[] = { "i915", "radeon", "nouveau", "vmwgfx" };
107 drmVBlank vbl; 107 drmVBlank vbl;
108 drmEventContext evctx; 108 drmEventContext evctx;
109 struct vbl_info handler_info; 109 struct vbl_info handler_info;