[PATCH libdrm] tests: add fsl-dcu-drm to modetest, kmstest, vbltest and proptest
Stefan Agner
stefan at agner.ch
Fri Dec 18 11:37:57 PST 2015
From: Stefan Agner <stefan.agner at toradex.com>
Signed-off-by: Stefan Agner <stefan at agner.ch>
---
tests/kmstest/main.c | 1 +
tests/modetest/modetest.c | 2 +-
tests/proptest/proptest.c | 2 +-
tests/vbltest/vbltest.c | 2 +-
4 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/tests/kmstest/main.c b/tests/kmstest/main.c
index 120bc0f..54b2155 100644
--- a/tests/kmstest/main.c
+++ b/tests/kmstest/main.c
@@ -66,6 +66,7 @@ static const char *drivers[] = {
"imx-drm",
"rockchip",
"atmel-hlcdc",
+ "fsl-dcu-drm",
NULL
};
diff --git a/tests/modetest/modetest.c b/tests/modetest/modetest.c
index 3b01918..05b6266 100644
--- a/tests/modetest/modetest.c
+++ b/tests/modetest/modetest.c
@@ -1554,7 +1554,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", "atmel-hlcdc" };
+ const char *modules[] = { "i915", "radeon", "nouveau", "vmwgfx", "omapdrm", "exynos", "tilcdc", "msm", "sti", "tegra", "imx-drm", "rockchip", "atmel-hlcdc", "fsl-dcu-drm" };
char *device = NULL;
char *module = NULL;
unsigned int i;
diff --git a/tests/proptest/proptest.c b/tests/proptest/proptest.c
index b9296bd..5a79114 100644
--- a/tests/proptest/proptest.c
+++ b/tests/proptest/proptest.c
@@ -303,7 +303,7 @@ static void printUsage(void)
int main(int argc, char *argv[])
{
- const char *modules[] = { "i915", "radeon", "nouveau", "vmwgfx", "omapdrm", "msm", "rockchip" };
+ const char *modules[] = { "i915", "radeon", "nouveau", "vmwgfx", "omapdrm", "msm", "rockchip", "fsl-dcu-drm" };
unsigned int i, ret = 0;
for (i = 0; i < ARRAY_SIZE(modules); i++){
diff --git a/tests/vbltest/vbltest.c b/tests/vbltest/vbltest.c
index e27f45c..531196c 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;
- const char *modules[] = { "i915", "radeon", "nouveau", "vmwgfx", "exynos", "omapdrm", "tilcdc", "msm", "tegra", "imx-drm" , "rockchip" };
+ const char *modules[] = { "i915", "radeon", "nouveau", "vmwgfx", "exynos", "omapdrm", "tilcdc", "msm", "tegra", "imx-drm" , "rockchip", "fsl-dcu-drm" };
drmVBlank vbl;
drmEventContext evctx;
struct vbl_info handler_info;
--
2.6.4
More information about the dri-devel
mailing list