From: Boris BREZILLON Date: Thu, 28 May 2015 08:07:42 +0000 (+0200) Subject: modetest: add atmel-hlcdc driver support X-Git-Tag: libdrm-2.4.62~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e6a10649298312cf0e35284b76f1442886bc9db2;p=platform%2Fupstream%2Flibdrm.git modetest: add atmel-hlcdc driver support Signed-off-by: Boris BREZILLON --- diff --git a/tests/modetest/modetest.c b/tests/modetest/modetest.c index 19ea173..4eb9eac 100644 --- a/tests/modetest/modetest.c +++ b/tests/modetest/modetest.c @@ -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;