disp: msm: sde: stop crtc features during encoder disable
Encoder is disabling planes and unstaging layers from layer mixer. Some of the crtc features are dependent on the plane being staged. Change adds api that encoder can call on crtc to stop the features that are dependent on source pipes. Change-Id: I4d875155ceb8f66acfe6ce0096141ca7253bb140 Signed-off-by: Gopikrishnaiah Anandan <agopik@codeaurora.org>
This commit is contained in:
@@ -7342,3 +7342,8 @@ static void sde_cp_crtc_apply_noise(struct drm_crtc *crtc,
|
||||
if (!cstate->noise_layer_en)
|
||||
clear_bit(SDE_CRTC_NOISE_LAYER, cstate->dirty);
|
||||
}
|
||||
|
||||
void sde_crtc_disable_cp_features(struct drm_crtc *crtc)
|
||||
{
|
||||
sde_cp_disable_features(crtc);
|
||||
}
|
||||
|
Reference in New Issue
Block a user