* [PATCH] drm/i915: Removed IVB forced enable of sprite dest key
@ 2012-04-12 20:39 Reese, Armin C
2012-04-12 20:45 ` Daniel Vetter
0 siblings, 1 reply; 2+ messages in thread
From: Reese, Armin C @ 2012-04-12 20:39 UTC (permalink / raw)
To: intel-gfx@lists.freedesktop.org
[-- Attachment #1.1: Type: text/plain, Size: 78 bytes --]
Prefixed the patch subject with 'drm/i915:'. Nothing else changed.
Armin
[-- Attachment #1.2: Type: text/html, Size: 1851 bytes --]
[-- Attachment #2: destkey.patch --]
[-- Type: application/octet-stream, Size: 919 bytes --]
From 3a63c3f841309f989f36cb3301f51ea7b6447848 Mon Sep 17 00:00:00 2001
From: acreese <armin.c.reese@intel.com>
Date: Wed, 4 Apr 2012 16:22:32 -0700
Subject: [PATCH] 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: acreese <armin.c.reese@intel.com>
---
drivers/gpu/drm/i915/intel_sprite.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/gpu/drm/i915/intel_sprite.c b/drivers/gpu/drm/i915/intel_sprite.c
index c88be5f..122cf22 100644
--- 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, struct drm_framebuffer *fb,
/* must disable */
sprctl |= SPRITE_TRICKLE_FEED_DISABLE;
sprctl |= SPRITE_ENABLE;
- sprctl |= SPRITE_DEST_KEY;
/* Sizes are 0 based */
src_w--;
--
1.7.4.1
[-- Attachment #3: Type: text/plain, Size: 159 bytes --]
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-12 20:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-12 20:39 [PATCH] drm/i915: Removed IVB forced enable of sprite dest key Reese, Armin C
2012-04-12 20:45 ` Daniel Vetter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox