Merge "msm: mdss: do not apply AVMUTE for non-CTA format"

This commit is contained in:
Linux Build Service Account 2017-05-27 18:11:53 -07:00 committed by Gerrit - the friendly Code Review server
commit c68f15ba45

View file

@ -3211,8 +3211,7 @@ static int hdmi_tx_power_on(struct hdmi_tx_ctrl *hdmi_ctrl)
hdmi_tx_core_on(hdmi_ctrl);
if (hdmi_ctrl->panel.infoframe &&
!hdmi_tx_is_encryption_set(hdmi_ctrl) &&
if (!hdmi_tx_is_encryption_set(hdmi_ctrl) &&
hdmi_tx_is_stream_shareable(hdmi_ctrl)) {
hdmi_tx_config_avmute(hdmi_ctrl, false);
}