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

Commit 78836b7c 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: avoid partial update when DS is enabled"

parents 290dbd1a 939424b1
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -1330,15 +1330,6 @@ static int _sde_crtc_check_rois(struct drm_crtc *crtc,
		return -E2BIG;
	}

	/**
	 * TODO: Need to check against ROI alignment restrictions if partial
	 * update support is added for destination scalar configurations
	 */
	if (sde_crtc_state->num_ds_enabled) {
		SDE_ERROR("DS and PU concurrency is not supported\n");
		return -EINVAL;
	}

	rc = _sde_crtc_set_crtc_roi(crtc, state);
	if (rc)
		return rc;