Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185534
b: refs/heads/master
c: 4667a4a
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Vetter authored and Eric Anholt committed Feb 22, 2010
1 parent fc38d19 commit 8588197
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4a9bef37e5cf2c73b61ecc9ead52cad2eb4a372b
refs/heads/master: 4667a4a52ffc3789c45f46096cdffb053591a8e1
5 changes: 0 additions & 5 deletions trunk/drivers/gpu/drm/i915/intel_overlay.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,16 +199,11 @@ static struct overlay_registers *intel_overlay_map_regs_atomic(struct intel_over

static void intel_overlay_unmap_regs_atomic(struct intel_overlay *overlay)
{
struct drm_device *dev = overlay->dev;
drm_i915_private_t *dev_priv = dev->dev_private;

if (OVERLAY_NONPHYSICAL(overlay->dev))
io_mapping_unmap_atomic(overlay->virt_addr);

overlay->virt_addr = NULL;

I915_READ(OVADD); /* flush wc cashes */

return;
}

Expand Down

0 comments on commit 8588197

Please sign in to comment.