Loading drivers/gpu/drm/msm/sde/sde_crtc.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -3095,7 +3095,7 @@ static void sde_crtc_atomic_begin(struct drm_crtc *crtc, * apply color processing properties only if * apply color processing properties only if * smmu state is attached, * smmu state is attached, */ */ if (sde_kms_is_cp_operation_allowed(sde_kms)) if (sde_kms_is_cp_operation_allowed(sde_kms) && sde_crtc->enabled) sde_cp_crtc_apply_properties(crtc); sde_cp_crtc_apply_properties(crtc); /* /* Loading Loading
drivers/gpu/drm/msm/sde/sde_crtc.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -3095,7 +3095,7 @@ static void sde_crtc_atomic_begin(struct drm_crtc *crtc, * apply color processing properties only if * apply color processing properties only if * smmu state is attached, * smmu state is attached, */ */ if (sde_kms_is_cp_operation_allowed(sde_kms)) if (sde_kms_is_cp_operation_allowed(sde_kms) && sde_crtc->enabled) sde_cp_crtc_apply_properties(crtc); sde_cp_crtc_apply_properties(crtc); /* /* Loading