summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHyungwon Hwang <human.hwang@samsung.com>2014-01-10 16:44:30 +0900
committerRob Clark <robclark@freedesktop.org>2014-01-12 08:23:38 -0500
commit3732ef59eb1198d6a4cb5b8bbca6b155c53529f6 (patch)
tree9d8e500111d34b4e291e4a3b4c18b3655f6a67a0 /tests
parenta254cb50414a5def5c872a765c0dd1295a550c6b (diff)
tests/kmstest: support exynos
In this patch, to support exynos for KMS, Exynos KMS driver is newly added. Also, Exynos is added to the list of kmstest supported modules. Signed-off-by: Hyungwon Hwang <human.hwang@samsung.com> Signed-off-by: Rob Clark <robclark@freedesktop.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/kmstest/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/kmstest/main.c b/tests/kmstest/main.c
index 5df0a383..449d75f6 100644
--- a/tests/kmstest/main.c
+++ b/tests/kmstest/main.c
@@ -61,6 +61,7 @@ char *drivers[] = {
"radeon",
"nouveau",
"vmwgfx",
+ "exynos",
NULL
};