Skip to content

Commit

Permalink
drm/i915: Remove gtt_bound from drm_i915_gem_object
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ben Gamari authored and Eric Anholt committed Jul 7, 2009
1 parent febc769 commit b532359
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/gpu/drm/i915/i915_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit b532359

Please sign in to comment.