summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTomasz Stanislawski <t.stanislaws@samsung.com>2013-12-19 16:24:07 +0100
committerChanho Park <chanho61.park@samsung.com>2014-11-18 11:46:59 +0900
commitc64acb223b047da447c2a23b1e8a6e36132cfdbd (patch)
tree4394e9280a85ff2f323ec92c4734560c664e7f9a /include
parentd8e5ef5cf864187c9d15a2c71e69da9d75c88553 (diff)
downloadlinux-3.10-c64acb223b047da447c2a23b1e8a6e36132cfdbd.tar.gz
linux-3.10-c64acb223b047da447c2a23b1e8a6e36132cfdbd.tar.bz2
linux-3.10-c64acb223b047da447c2a23b1e8a6e36132cfdbd.zip
drm: exynos: hdmi: add support for pixel clock limitation
Adds support for limitation of maximal pixel clock of HDMI signal. This feature is needed on boards that contains lines or bridges with frequency limitations. Signed-off-by: Tomasz Stanislawski <t.stanislaws@samsung.com> Change-Id: I4cc38e995feeaca77b73e9ea0197d67f99d57715
Diffstat (limited to 'include')
-rw-r--r--include/media/s5p_hdmi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/s5p_hdmi.h b/include/media/s5p_hdmi.h
index 181642b8d0a..7272d655def 100644
--- a/include/media/s5p_hdmi.h
+++ b/include/media/s5p_hdmi.h
@@ -31,6 +31,7 @@ struct s5p_hdmi_platform_data {
int mhl_bus;
struct i2c_board_info *mhl_info;
int hpd_gpio;
+ u32 max_pixel_clock;
};
#endif /* S5P_HDMI_H */