Merge "disp: msm: sde: reset bw_control state during non-seamless commit" into display-kernel.lnx.5.15

This commit is contained in:
Linux Build Service Account
2023-08-28 12:01:04 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -5126,8 +5126,10 @@ static void _sde_crtc_reset(struct drm_crtc *crtc)
sde_crtc->mixers_swapped = false;
/* disable clk & bw control until clk & bw properties are set */
cstate->bw_control = false;
cstate->bw_split_vote = false;
if (!crtc->state->active) {
cstate->bw_control = false;
cstate->bw_split_vote = false;
}
cstate->hwfence_in_fences_set = false;
sde_crtc_static_img_control(crtc, CACHE_STATE_DISABLED, false);