Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b5323599 authored by Ben Gamari's avatar Ben Gamari Committed by Eric Anholt
Browse files

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: default avatarBen Gamari <bgamari.foss@gmail.com>
Signed-off-by: default avatarEric Anholt <eric@anholt.net>
parent febc7694
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;