aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/exynos_drm.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/drm/exynos_drm.h b/include/drm/exynos_drm.h
index 0d1c503042d5..8bdd49a0abd0 100644
--- a/include/drm/exynos_drm.h
+++ b/include/drm/exynos_drm.h
@@ -254,18 +254,5 @@ struct exynos_drm_common_hdmi_pd {
254 struct device *mixer_dev; 254 struct device *mixer_dev;
255}; 255};
256 256
257/**
258 * Platform Specific Structure for DRM based HDMI core.
259 *
260 * @is_v13: set if hdmi version 13 is.
261 * @cfg_hpd: function pointer to configure hdmi hotplug detection pin
262 * @get_hpd: function pointer to get value of hdmi hotplug detection pin
263 */
264struct exynos_drm_hdmi_pdata {
265 bool is_v13;
266 void (*cfg_hpd)(bool external);
267 int (*get_hpd)(void);
268};
269
270#endif /* __KERNEL__ */ 257#endif /* __KERNEL__ */
271#endif /* _EXYNOS_DRM_H_ */ 258#endif /* _EXYNOS_DRM_H_ */