summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_drv.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-08-12 12:02:11 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2010-09-08 10:23:48 +0100
commit9bb2ff731b32c023e7a502efdc0dee46157290d5 (patch)
tree735f6a8c3afab088c383825bda3d915c01ae5e22 /drivers/gpu/drm/i915/intel_drv.h
parentb6c028e00445de9dfde2cd0c26521ac53965320a (diff)
drm/i915/overlay: Explicitly pass regs from map to unmap
The scoping of the validity of the mapping is thus clarified. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_drv.h')
-rw-r--r--drivers/gpu/drm/i915/intel_drv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_drv.h b/drivers/gpu/drm/i915/intel_drv.h
index 72f72f52931..f757fbd7a8d 100644
--- a/drivers/gpu/drm/i915/intel_drv.h
+++ b/drivers/gpu/drm/i915/intel_drv.h
@@ -161,7 +161,6 @@ struct intel_overlay {
/* register access */
u32 flip_addr;
struct drm_i915_gem_object *reg_bo;
- void *virt_addr;
/* flip handling */
uint32_t last_flip_req;
int hw_wedged;