commit | 3b25619e4764f97e8dafb90d26a75e7053d87f51 | [log] [tgz] |
---|---|---|
author | Ping Li <quicpingli@codeaurora.org> | Mon Mar 10 20:51:19 2014 -0700 |
committer | Baldev Kumar Sahu <bsahu@codeaurora.org> | Tue May 27 11:47:08 2014 +0530 |
tree | 6b0a755c1e5a91b6468d378499fa0c598935323a | |
parent | b12dbaf3166774c49d22ec63acbc48d7f199f43b [diff] |
msm: mdss: Prevent AD configuration on HDMI path Currently there is no use case for enabling AD on HDMI path. This check is already present in mdss_ad_init_checks(), but that does not prevent mdss_mdp_ad_setup() from being called. So invoke mdss_mdp_ad_setup() only if display panel is not of HDMI type. CRs-fixed: 624298 Change-Id: I175fcdbb0cc4ccda31d3fc8074b1e0213e0af10a Signed-off-by: Ping Li <quicpingli@codeaurora.org>