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

Commit 8e0e9cea authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Daniel Vetter
Browse files

drm/i915: Remove legacy plane updates for cursor and sprite planes.



Unfortunately fbc still depends on legacy primary state, so
it can't be killed off completely yet.

Signed-off-by: default avatarMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent 9b4101be
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -13634,10 +13634,6 @@ intel_commit_cursor_plane(struct drm_plane *plane,
	crtc = crtc ? crtc : plane->crtc;
	intel_crtc = to_intel_crtc(crtc);

	plane->fb = state->base.fb;
	crtc->cursor_x = state->base.crtc_x;
	crtc->cursor_y = state->base.crtc_y;

	if (intel_crtc->cursor_bo == obj)
		goto update;

+0 −2
Original line number Diff line number Diff line
@@ -927,8 +927,6 @@ intel_commit_sprite_plane(struct drm_plane *plane,

	crtc = crtc ? crtc : plane->crtc;

	plane->fb = fb;

	if (!crtc->state->active)
		return;