From 9588e66dbd695dce24e0aba54eaf94f573ab5363 Mon Sep 17 00:00:00 2001 From: Daniel Kurtz Date: Fri, 20 Mar 2015 17:16:45 +0000 Subject: tests: add rockchip to modetest, kmstest, vbltest and proptest There is a rockchip drm kms driver. Add "rockchip" to the static lists of driver names in the the standard set of tests. Signed-off-by: Daniel Kurtz Reviewed-by: Emil Velikov [Emil Velikov: Resolve trivial conflicts.] Signed-off-by: Emil Velikov --- tests/proptest/proptest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/proptest') diff --git a/tests/proptest/proptest.c b/tests/proptest/proptest.c index 9b2eb3f5..b9296bdb 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" }; + const char *modules[] = { "i915", "radeon", "nouveau", "vmwgfx", "omapdrm", "msm", "rockchip" }; unsigned int i, ret = 0; for (i = 0; i < ARRAY_SIZE(modules); i++){ -- cgit v1.2.3