This is a note to let you know that I've just added the patch titled
drm/i915: Removed IVB forced enable of sprite dest key.
to the 3.3-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
drm-i915-removed-ivb-forced-enable-of-sprite-dest-key.patch
and it can be found in the queue-3.3 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From b2a71642b8bfa1965700ba248a99016e4d6b685d Mon Sep 17 00:00:00 2001
From: acreese <[email protected]>
Date: Wed, 4 Apr 2012 16:22:32 -0700
Subject: drm/i915: Removed IVB forced enable of sprite dest key.
From: acreese <[email protected]>
commit b2a71642b8bfa1965700ba248a99016e4d6b685d upstream.
The destination color key is always enabled for IVB. Removed
the line that does this.
Signed-off-by: Armin Reese <[email protected]>
Acked-by: Jesse Barnes <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
drivers/gpu/drm/i915/intel_sprite.c | 1 -
1 file changed, 1 deletion(-)
--- a/drivers/gpu/drm/i915/intel_sprite.c
+++ b/drivers/gpu/drm/i915/intel_sprite.c
@@ -95,7 +95,6 @@ ivb_update_plane(struct drm_plane *plane
/* must disable */
sprctl |= SPRITE_TRICKLE_FEED_DISABLE;
sprctl |= SPRITE_ENABLE;
- sprctl |= SPRITE_DEST_KEY;
/* Sizes are 0 based */
src_w--;
Patches currently in stable-queue which might be from [email protected]
are
queue-3.3/drm-i915-removed-ivb-forced-enable-of-sprite-dest-key.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html