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

Commit 907d8ea1 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 a764cce8 4b4f5664
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3276,7 +3276,8 @@ static void sde_crtc_atomic_begin(struct drm_crtc *crtc,
	 * smmu state is attached,
	 */
	if ((smmu_state->state != DETACHED) &&
			(smmu_state->state != DETACH_ALL_REQ))
			(smmu_state->state != DETACH_ALL_REQ) &&
			sde_crtc->enabled)
		sde_cp_crtc_apply_properties(crtc);

	/*