Loading drivers/gpu/drm/msm/hdmi-staging/sde_hdmi_bridge.c +1 −0 Original line number Diff line number Diff line Loading @@ -576,6 +576,7 @@ static void _sde_hdmi_bridge_disable(struct drm_bridge *bridge) display->pll_update_enable = false; display->sink_hdcp_ver = SDE_HDMI_HDCP_NONE; display->sink_hdcp22_support = false; if (sde_hdmi_tx_is_hdcp_enabled(display)) sde_hdmi_hdcp_off(display); Loading Loading
drivers/gpu/drm/msm/hdmi-staging/sde_hdmi_bridge.c +1 −0 Original line number Diff line number Diff line Loading @@ -576,6 +576,7 @@ static void _sde_hdmi_bridge_disable(struct drm_bridge *bridge) display->pll_update_enable = false; display->sink_hdcp_ver = SDE_HDMI_HDCP_NONE; display->sink_hdcp22_support = false; if (sde_hdmi_tx_is_hdcp_enabled(display)) sde_hdmi_hdcp_off(display); Loading