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

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

drm/i915: Use atomic plane state in the primary plane update.

parent d8b4c43a
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -13427,7 +13427,9 @@ intel_commit_primary_plane(struct drm_plane *plane,
		/* FIXME: kill this fastboot hack */
		/* FIXME: kill this fastboot hack */
		intel_update_pipe_size(intel_crtc);
		intel_update_pipe_size(intel_crtc);


	dev_priv->display.update_primary_plane(crtc, fb, crtc->x, crtc->y);
	dev_priv->display.update_primary_plane(crtc, fb,
					       state->src.x1 >> 16,
					       state->src.y1 >> 16);
}
}


static void
static void