diff options
| author | acreese <[email protected]> | 2012-04-04 16:22:32 -0700 |
|---|---|---|
| committer | Daniel Vetter <[email protected]> | 2012-04-09 21:53:20 +0200 |
| commit | b2a71642b8bfa1965700ba248a99016e4d6b685d (patch) | |
| tree | cdde642d5df7ebb2affea5b76f5de79508b6f1d1 | |
| parent | 0034102808e0dbbf3a2394b82b1bb40b5778de9e (diff) | |
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: Armin Reese <[email protected]>
Acked-by: Jesse Barnes <[email protected]>
Cc: [email protected]
Signed-off-by: Daniel Vetter <[email protected]>
| -rw-r--r-- | 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 a464771a7240..e90dfb625c42 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--; |