From: Ben Gamari Date: Wed, 1 Jul 2009 19:01:34 +0000 (-0400) Subject: drm/i915: Remove gtt_bound from drm_i915_gem_object X-Git-Tag: v2.6.31-rc3~25^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b5323599af68caa2da08b7041400b62049afb91e;p=platform%2Fupstream%2Fkernel-adaptation-pc.git 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 Signed-off-by: Eric Anholt --- diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h index 9aa3263..9d68897 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 { */ int fence_reg; - /** Boolean whether this object has a valid gtt offset. */ - int gtt_bound; - /** How many users have pinned this object in GTT space */ int pin_count;