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

Commit 45aa3e5a authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "disp: msm: sde: clear partial update mask during last close"

parents f2a33e5c 1e1c1a4a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2425,6 +2425,7 @@ void sde_cp_crtc_clear(struct drm_crtc *crtc)
	list_del_init(&sde_crtc->dirty_list);
	list_del_init(&sde_crtc->ad_active);
	list_del_init(&sde_crtc->ad_dirty);
	sde_crtc->cp_pu_feature_mask = 0;
	mutex_unlock(&sde_crtc->crtc_cp_lock);

	spin_lock_irqsave(&sde_crtc->spin_lock, flags);