Merge "disp: msm: sde: reset bw_control state during non-seamless commit" into display-kernel.lnx.5.15
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
6e38ab2b2e
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user