diff options
Diffstat (limited to 'include/drm/exynos_drm.h')
-rw-r--r-- | include/drm/exynos_drm.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/drm/exynos_drm.h b/include/drm/exynos_drm.h index c20b00181530..0d1c503042d5 100644 --- a/include/drm/exynos_drm.h +++ b/include/drm/exynos_drm.h | |||
@@ -107,6 +107,16 @@ struct drm_exynos_vidi_connection { | |||
107 | uint64_t edid; | 107 | uint64_t edid; |
108 | }; | 108 | }; |
109 | 109 | ||
110 | /* Indicate Exynos specific vblank flags */ | ||
111 | enum e_drm_exynos_vblank { | ||
112 | /* | ||
113 | * this flags is used for Virtual Display module | ||
114 | * to use DRM_IOCTL_WAIT_VBLANK feature. for this, | ||
115 | * user should set this flag to vblwait->request.type | ||
116 | */ | ||
117 | _DRM_VBLANK_EXYNOS_VIDI = 2, | ||
118 | }; | ||
119 | |||
110 | /* memory type definitions. */ | 120 | /* memory type definitions. */ |
111 | enum e_drm_exynos_gem_mem_type { | 121 | enum e_drm_exynos_gem_mem_type { |
112 | /* Physically Continuous memory and used as default. */ | 122 | /* Physically Continuous memory and used as default. */ |