From ac448902cf458b546bed6559a39ef17ad0b07a4d Mon Sep 17 00:00:00 2001 From: Ajay Singh Parmar Date: Thu, 5 Feb 2015 15:02:46 -0800 Subject: msm: mdss: hdmi: optimize DTD resolution parsing DTD (Detailed Timing Descriptor) provides full resolution timing details. Currently we compare these details with our resolution data base to find a match. This is not needed as DTD has complete details. Once parsing of resolution is done, just add this as a new resolution. Change-Id: I0d6c101c96a6bc8c0ff8fe63c17bf233d52dad7f Signed-off-by: Ajay Singh Parmar --- include/uapi/video/msm_hdmi_modes.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/uapi') diff --git a/include/uapi/video/msm_hdmi_modes.h b/include/uapi/video/msm_hdmi_modes.h index 7b138101fbec..085b3150d322 100644 --- a/include/uapi/video/msm_hdmi_modes.h +++ b/include/uapi/video/msm_hdmi_modes.h @@ -188,7 +188,6 @@ struct msm_hdmi_mode_timing_info { #define RESERVE_VFRMT_END HDMI_VFRMT_RESERVE8 #define HDMI_VFRMT_MAX (RESERVE_VFRMT_END + 1) -#define HDMI_VFRMT_FORCE_32BIT 0x7FFFFFFF /* Timing information for supported modes */ #define VFRMT_NOT_SUPPORTED(VFRMT) \ -- cgit v1.2.3