aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drmP.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-11-01 08:38:44 -0400
committerChris Wilson <chris@chris-wilson.co.uk>2010-11-01 08:38:44 -0400
commit0f8c6d7ca9257d6a01671ab69b897860d3ae9bc0 (patch)
treee06b567e620e17d5ce983610ef3721d860d0cf27 /include/drm/drmP.h
parent13b2928933919c5344716d49620a52493a243f8c (diff)
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/drmP.h')
-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 {
1041 /*@{ */ 1041 /*@{ */
1042 spinlock_t object_name_lock; 1042 spinlock_t object_name_lock;
1043 struct idr object_name_idr; 1043 struct idr object_name_idr;
1044 uint32_t invalidate_domains; /* domains pending invalidation */
1045 uint32_t flush_domains; /* domains pending flush */
1046 /*@} */ 1044 /*@} */
1047 1045
1048}; 1046};