aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/exynos_drm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/exynos_drm.h')
-rw-r--r--include/drm/exynos_drm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drm/exynos_drm.h b/include/drm/exynos_drm.h
index 1ed3aae893a..aff2313c127 100644
--- a/include/drm/exynos_drm.h
+++ b/include/drm/exynos_drm.h
@@ -147,11 +147,13 @@ struct exynos_drm_common_hdmi_pd {
147 * @timing: default video mode for initializing 147 * @timing: default video mode for initializing
148 * @default_win: default window layer number to be used for UI. 148 * @default_win: default window layer number to be used for UI.
149 * @bpp: default bit per pixel. 149 * @bpp: default bit per pixel.
150 * @is_v13: set if hdmi version 13 is.
150 */ 151 */
151struct exynos_drm_hdmi_pdata { 152struct exynos_drm_hdmi_pdata {
152 struct fb_videomode timing; 153 struct fb_videomode timing;
153 unsigned int default_win; 154 unsigned int default_win;
154 unsigned int bpp; 155 unsigned int bpp;
156 unsigned int is_v13:1;
155}; 157};
156 158
157#endif /* __KERNEL__ */ 159#endif /* __KERNEL__ */