video: msm: Add support for Sii9244 MHL video modes.
Currently the HDMI driver reads the video modes of
the external panel using EDID and matches those modes
with the HDMI TX Core supported modes.
If the HDMI signal is routed via the Sii9244 MHL chip,
its video modes should be also taken into account.
Change-Id: I841071c47dde94d9a91727d5f31b0ec43a957689
Signed-off-by: Eugene Yasman <eyasman@codeaurora.org>
diff --git a/drivers/video/msm/external_common.h b/drivers/video/msm/external_common.h
index f629d0f..3d23522 100644
--- a/drivers/video/msm/external_common.h
+++ b/drivers/video/msm/external_common.h
@@ -243,6 +243,9 @@
const struct hdmi_disp_mode_timing_type *hdmi_common_get_mode(uint32 mode);
const struct hdmi_disp_mode_timing_type *hdmi_common_get_supported_mode(
uint32 mode);
+const struct hdmi_disp_mode_timing_type *hdmi_mhl_get_mode(uint32 mode);
+const struct hdmi_disp_mode_timing_type *hdmi_mhl_get_supported_mode(
+ uint32 mode);
void hdmi_common_init_panel_info(struct msm_panel_info *pinfo);
#endif