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/vbltest/vbltest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/vbltest') diff --git a/tests/vbltest/vbltest.c b/tests/vbltest/vbltest.c index 6e13c57c..916d4946 100644 --- a/tests/vbltest/vbltest.c +++ b/tests/vbltest/vbltest.c @@ -106,7 +106,7 @@ int main(int argc, char **argv) { unsigned i; int c, fd, ret; - char *modules[] = { "i915", "radeon", "nouveau", "vmwgfx", "exynos", "omapdrm", "tilcdc", "msm", "tegra" }; + char *modules[] = { "i915", "radeon", "nouveau", "vmwgfx", "exynos", "omapdrm", "tilcdc", "msm", "tegra", "imx-drm" }; drmVBlank vbl; drmEventContext evctx; struct vbl_info handler_info; -- cgit v1.2.3