tests: add msm
authorRob Clark <robclark@freedesktop.org>
Fri, 30 Aug 2013 15:15:30 +0000 (11:15 -0400)
committerRob Clark <robclark@freedesktop.org>
Fri, 30 Aug 2013 15:36:20 +0000 (11:36 -0400)
Signed-off-by: Rob Clark <robclark@freedesktop.org>
tests/modetest/modetest.c
tests/vbltest/vbltest.c

index f96b930..79b4f04 100644 (file)
@@ -1356,7 +1356,7 @@ int main(int argc, char **argv)
        int encoders = 0, connectors = 0, crtcs = 0, planes = 0, framebuffers = 0;
        int drop_master = 0;
        int test_vsync = 0;
-       const char *modules[] = { "i915", "radeon", "nouveau", "vmwgfx", "omapdrm", "exynos", "tilcdc" };
+       const char *modules[] = { "i915", "radeon", "nouveau", "vmwgfx", "omapdrm", "exynos", "tilcdc", "msm" };
        char *module = NULL;
        unsigned int i;
        int count = 0, plane_count = 0;
index cf372d7..2a09d28 100644 (file)
@@ -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;