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

Commit 76f706a8 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: return error code on multirect check failure"

parents e7a58c08 372596d6
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2805,8 +2805,10 @@ static int sde_crtc_atomic_check(struct drm_crtc *crtc,
			sde_plane_clear_multirect(pipe_staged[i]);

			if (is_sde_plane_virtual(pipe_staged[i]->plane)) {
				SDE_ERROR("invalid use of virtual plane: %d\n",
				SDE_ERROR(
					"r1 only virt plane:%d not supported\n",
					pipe_staged[i]->plane->base.id);
				rc  = -EINVAL;
				goto end;
			}
		}