diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-11-01 12:38:44 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-11-01 12:38:44 +0000 |
commit | 0f8c6d7ca9257d6a01671ab69b897860d3ae9bc0 (patch) | |
tree | e06b567e620e17d5ce983610ef3721d860d0cf27 /include/drm | |
parent | 13b2928933919c5344716d49620a52493a243f8c (diff) | |
download | linux-3.10-0f8c6d7ca9257d6a01671ab69b897860d3ae9bc0.tar.gz linux-3.10-0f8c6d7ca9257d6a01671ab69b897860d3ae9bc0.tar.bz2 linux-3.10-0f8c6d7ca9257d6a01671ab69b897860d3ae9bc0.zip |
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.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h index 274eaaa15c3..d4bc0f5cab8 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 */ /*@} */ }; |