aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2009-07-01 15:01:34 -0400
committerEric Anholt <eric@anholt.net>2009-07-07 14:52:21 -0400
commitb5323599af68caa2da08b7041400b62049afb91e (patch)
tree0be57a78d652657d21eb8290d9af9d84cf2ad0e5
parentfebc7694a55277b70cd662de05ed8a957685959c (diff)
drm/i915: Remove gtt_bound from drm_i915_gem_object
This wasn't even used as far as I could tell and will only confuse people (like me). Signed-off-by: Ben Gamari <bgamari.foss@gmail.com> Signed-off-by: Eric Anholt <eric@anholt.net>
-rw-r--r--drivers/gpu/drm/i915/i915_drv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index 9aa3263c56dc..9d6889799d01 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -489,9 +489,6 @@ struct drm_i915_gem_object {
489 */ 489 */
490 int fence_reg; 490 int fence_reg;
491 491
492 /** Boolean whether this object has a valid gtt offset. */
493 int gtt_bound;
494
495 /** How many users have pinned this object in GTT space */ 492 /** How many users have pinned this object in GTT space */
496 int pin_count; 493 int pin_count;
497 494