OSDN Git Service

modetest: add atmel-hlcdc driver support
authorBoris BREZILLON <boris.brezillon@free-electrons.com>
Thu, 28 May 2015 08:07:42 +0000 (10:07 +0200)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 28 May 2015 15:03:57 +0000 (16:03 +0100)
Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
tests/modetest/modetest.c

index 19ea173..4eb9eac 100644 (file)
@@ -1495,7 +1495,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", "sti", "tegra", "imx-drm", "rockchip" };
+       const char *modules[] = { "i915", "radeon", "nouveau", "vmwgfx", "omapdrm", "exynos", "tilcdc", "msm", "sti", "tegra", "imx-drm", "rockchip", "atmel-hlcdc" };
        char *device = NULL;
        char *module = NULL;
        unsigned int i;