From 77703f61cb51350c12bb85db1a7296fa50839edb Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Fri, 12 Dec 2014 14:12:29 +0100 Subject: tests: add support for imx-drm Since imx-drm has graduated from staging it seems to be a good idea to recognize it by default in the libdrm tests. Signed-off-by: Philipp Zabel Signed-off-by: Lucas Stach Reviewed-by: Emil Velikov --- tests/modetest/modetest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/modetest') diff --git a/tests/modetest/modetest.c b/tests/modetest/modetest.c index 4b9cf2f5..425e5287 100644 --- a/tests/modetest/modetest.c +++ b/tests/modetest/modetest.c @@ -1453,7 +1453,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" }; + const char *modules[] = { "i915", "radeon", "nouveau", "vmwgfx", "omapdrm", "exynos", "tilcdc", "msm", "sti", "tegra", "imx-drm" }; char *device = NULL; char *module = NULL; unsigned int i; -- cgit v1.2.3