summary refs log tree commit diff
path: root/include/drm
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-11-01 12:38:44 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2010-11-01 12:38:44 +0000
commit0f8c6d7ca9257d6a01671ab69b897860d3ae9bc0 (patch)
treee06b567e620e17d5ce983610ef3721d860d0cf27 /include/drm
parent13b2928933919c5344716d49620a52493a243f8c (diff)
downloadlinux-0f8c6d7ca9257d6a01671ab69b897860d3ae9bc0.tar.gz
drm/i915: Move the invalidate|flush information out of the device struct
... and into a local structure scoped for the single function in which
it is used.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drmP.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index 274eaaa15c36..d4bc0f5cab8f 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -1041,8 +1041,6 @@ struct drm_device {
 	/*@{ */
 	spinlock_t object_name_lock;
 	struct idr object_name_idr;
-	uint32_t invalidate_domains;    /* domains pending invalidation */
-	uint32_t flush_domains;         /* domains pending flush */
 	/*@} */
 
 };