summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_drv.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-02-25 22:26:23 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2011-03-02 09:40:14 +0000
commit4cbf74ccf8362e99b2bdf1e66112a480c79ecacf (patch)
tree4420fa9a2626fa080de02fa5566aca4f524b792f /drivers/gpu/drm/i915/i915_drv.h
parent8d3c3ddfa85837e24fad6fa39318617cbb59e843 (diff)
drm/i915: don't store the reg value for HWS_PGA
It is trivially computable from the real physical address so no need to store both. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_drv.h')
-rw-r--r--drivers/gpu/drm/i915/i915_drv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index 7a4725c240d..fd41b86864e 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -274,7 +274,6 @@ typedef struct drm_i915_private {
uint32_t next_seqno;
drm_dma_handle_t *status_page_dmah;
- dma_addr_t dma_status_page;
uint32_t counter;
drm_local_map_t hws_map;
struct drm_i915_gem_object *pwrctx;