diff options
| author | Ajay Singh Parmar <aparmar@codeaurora.org> | 2015-02-05 15:02:46 -0800 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:38:07 -0700 |
| commit | ac448902cf458b546bed6559a39ef17ad0b07a4d (patch) | |
| tree | d26ff9aa40201dc1a7d4801e683a4c48c122dd99 /include/uapi | |
| parent | 38b475900878d9e72e198d9adc8d1daa7c638cc5 (diff) | |
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 <aparmar@codeaurora.org>
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/video/msm_hdmi_modes.h | 1 |
1 files changed, 0 insertions, 1 deletions
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) \ |
