summaryrefslogtreecommitdiff
path: root/tests/vbltest/vbltest.c
diff options
context:
space:
mode:
authorRob Clark <robclark@freedesktop.org>2013-08-01 17:52:13 -0400
committerRob Clark <robclark@freedesktop.org>2013-08-01 17:52:13 -0400
commit6e8f868e034531b66a215e4e6d978b43b58b92d0 (patch)
tree818ff2d1c756c0ac92e64074f72f904ced62078d /tests/vbltest/vbltest.c
parentfea5408098c3c3057958e85ea9d7146f0b08749e (diff)
tests: add tilcdc to modetest/vbltest
Signed-off-by: Rob Clark <robclark@freedesktop.org>
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 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;