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

Commit b2a71642 authored by acreese's avatar acreese Committed by Daniel Vetter
Browse files

drm/i915: Removed IVB forced enable of sprite dest key.



The destination color key is always enabled for IVB.  Removed
the line that does this.

Signed-off-by: default avatarArmin Reese <armin.c.reese@intel.com>
Acked-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
Cc: stable@kernel.org
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent 00341028
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -95,7 +95,6 @@ ivb_update_plane(struct drm_plane *plane, struct drm_framebuffer *fb,
	/* must disable */
	sprctl |= SPRITE_TRICKLE_FEED_DISABLE;
	sprctl |= SPRITE_ENABLE;
	sprctl |= SPRITE_DEST_KEY;

	/* Sizes are 0 based */
	src_w--;