From 6e8f868e034531b66a215e4e6d978b43b58b92d0 Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Thu, 1 Aug 2013 17:52:13 -0400 Subject: tests: add tilcdc to modetest/vbltest Signed-off-by: Rob Clark --- 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 8afd2b13..0ac00bd4 100644 --- a/tests/modetest/modetest.c +++ b/tests/modetest/modetest.c @@ -939,7 +939,7 @@ int main(int argc, char **argv) int c; int encoders = 0, connectors = 0, crtcs = 0, planes = 0, framebuffers = 0; int test_vsync = 0; - char *modules[] = { "i915", "radeon", "nouveau", "vmwgfx", "omapdrm", "exynos" }; + char *modules[] = { "i915", "radeon", "nouveau", "vmwgfx", "omapdrm", "exynos", "tilcdc" }; unsigned int i; int count = 0, plane_count = 0; struct connector con_args[2]; diff --git a/tests/vbltest/vbltest.c b/tests/vbltest/vbltest.c index 4fccd598..cf372d7c 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, ret; - char *modules[] = { "i915", "radeon", "nouveau", "vmwgfx", "exynos" }; + char *modules[] = { "i915", "radeon", "nouveau", "vmwgfx", "exynos", "omapdrm", "tilcdc" }; drmVBlank vbl; drmEventContext evctx; struct vbl_info handler_info; -- cgit v1.2.3