Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b4437212 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm/sde: Add check before applying color-prop properties"

parents 57db15f8 826d12a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3099,7 +3099,7 @@ static void sde_crtc_atomic_begin(struct drm_crtc *crtc,
	 * apply color processing properties only if
	 * smmu state is attached,
	 */
	if (!sde_kms_is_secure_session_inprogress(sde_kms))
	if (!sde_kms_is_secure_session_inprogress(sde_kms) && sde_crtc->enabled)
		sde_cp_crtc_apply_properties(crtc);

	/*