aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyungwon Hwang2014-01-10 01:44:30 -0600
committerRob Clark2014-01-12 07:23:38 -0600
commit3732ef59eb1198d6a4cb5b8bbca6b155c53529f6 (patch)
tree9d8e500111d34b4e291e4a3b4c18b3655f6a67a0 /libkms/internal.h
parenta254cb50414a5def5c872a765c0dd1295a550c6b (diff)
downloadexternal-libgbm-3732ef59eb1198d6a4cb5b8bbca6b155c53529f6.tar.gz
external-libgbm-3732ef59eb1198d6a4cb5b8bbca6b155c53529f6.tar.xz
external-libgbm-3732ef59eb1198d6a4cb5b8bbca6b155c53529f6.zip
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 'libkms/internal.h')
-rw-r--r--libkms/internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libkms/internal.h b/libkms/internal.h
index 5e2501e4..f831b57d 100644
--- a/libkms/internal.h
+++ b/libkms/internal.h
@@ -74,4 +74,6 @@ int nouveau_create(int fd, struct kms_driver **out);
74 74
75int radeon_create(int fd, struct kms_driver **out); 75int radeon_create(int fd, struct kms_driver **out);
76 76
77int exynos_create(int fd, struct kms_driver **out);
78
77#endif 79#endif