summaryrefslogtreecommitdiff
path: root/shared-core/i915_drv.h
diff options
context:
space:
mode:
authorMichel Dänzer <michel@tungstengraphics.com>2007-02-28 17:48:56 +0100
committerMichel Dänzer <michel@tungstengraphics.com>2007-02-28 17:48:56 +0100
commita33859184aa852777a50ea83f9dfa013f63f806f (patch)
tree08a4a5cad91a6c79b69031ca8ac68265e2384649 /shared-core/i915_drv.h
parent074e10b384c893a256fcf964676562792fdf93c8 (diff)
i915: Eliminate dev_priv->current_page.
Always use dev_priv->sarea_priv->pf_current_page directly. This allows clients to modify it as well while they hold the HW lock, e.g. in order to sync pages between pipes.
Diffstat (limited to 'shared-core/i915_drv.h')
-rw-r--r--shared-core/i915_drv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/shared-core/i915_drv.h b/shared-core/i915_drv.h
index de9105ad..a3736160 100644
--- a/shared-core/i915_drv.h
+++ b/shared-core/i915_drv.h
@@ -101,7 +101,6 @@ typedef struct drm_i915_private {
uint32_t counter;
unsigned int cpp;
- int current_page;
int use_mi_batchbuffer_start;
wait_queue_head_t irq_queue;