modetest: Add support of STI driver
authorBenjamin Gaignard <benjamin.gaignard@linaro.org>
Sun, 7 Sep 2014 17:26:06 +0000 (18:26 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Sun, 28 Sep 2014 16:09:34 +0000 (17:09 +0100)
Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
tests/modetest/modetest.c

index 92efb82..6d06e3f 100644 (file)
@@ -1437,7 +1437,7 @@ int main(int argc, char **argv)
        int drop_master = 0;
        int test_vsync = 0;
        int test_cursor = 0;
-       const char *modules[] = { "i915", "radeon", "nouveau", "vmwgfx", "omapdrm", "exynos", "tilcdc", "msm" };
+       const char *modules[] = { "i915", "radeon", "nouveau", "vmwgfx", "omapdrm", "exynos", "tilcdc", "msm", "sti" };
        char *device = NULL;
        char *module = NULL;
        unsigned int i;