aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s5p/include/plat/tvout.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-s5p/include/plat/tvout.h')
-rw-r--r--arch/arm/plat-s5p/include/plat/tvout.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/plat-s5p/include/plat/tvout.h b/arch/arm/plat-s5p/include/plat/tvout.h
index e649d69..d701269 100644
--- a/arch/arm/plat-s5p/include/plat/tvout.h
+++ b/arch/arm/plat-s5p/include/plat/tvout.h
@@ -15,6 +15,17 @@
struct platform_device;
+#ifdef CONFIG_HDMI_TX_STRENGTH
+struct s5p_tx_tuning {
+ u8 tx_ch;
+ u8 *tx_val;
+};
+
+struct s5p_platform_tvout {
+ struct s5p_tx_tuning *tx_tune;
+};
+#endif
+
struct s5p_platform_hpd {
void (*int_src_hdmi_hpd)(struct platform_device *pdev);
void (*int_src_ext_hpd)(struct platform_device *pdev);
@@ -41,6 +52,11 @@ struct s5p_platform_cec {
extern void s5p_hdmi_cec_set_platdata(struct s5p_platform_cec *pd);
+
+#ifdef CONFIG_HDMI_TX_STRENGTH
+extern void s5p_hdmi_tvout_set_platdata(struct s5p_platform_tvout *pd);
+#endif
+
/* defined by architecture to configure gpio */
extern void s5p_cec_cfg_gpio(struct platform_device *pdev);