summaryrefslogtreecommitdiff
path: root/tests/vbltest
diff options
context:
space:
mode:
authorRob Clark <robclark@freedesktop.org>2013-08-30 11:15:30 -0400
committerRob Clark <robclark@freedesktop.org>2013-08-30 11:36:20 -0400
commitdba6bec3ab5ba966a6ee3527e711c51e47229f32 (patch)
treeefbc344d03c2a2ad45fd0f68d2f7495b5b27d06b /tests/vbltest
parentf17d417e28143176cb36b64e1b6a5818897e8154 (diff)
tests: add msm
Signed-off-by: Rob Clark <robclark@freedesktop.org>
Diffstat (limited to 'tests/vbltest')
-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 cf372d7c..2a09d28e 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", "omapdrm", "tilcdc" };
+ char *modules[] = { "i915", "radeon", "nouveau", "vmwgfx", "exynos", "omapdrm", "tilcdc", "msm" };
drmVBlank vbl;
drmEventContext evctx;
struct vbl_info handler_info;