summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Gamari2009-07-01 21:01:34 +0200
committerEric Anholt2009-07-07 20:52:21 +0200
commitb5323599af68caa2da08b7041400b62049afb91e (patch)
tree0be57a78d652657d21eb8290d9af9d84cf2ad0e5
parentdrm/i915: Disable VGA output when doing DRM_MODE_DPMS_OFF. (diff)
downloadkernel-qcow2-linux-b5323599af68caa2da08b7041400b62049afb91e.tar.gz
kernel-qcow2-linux-b5323599af68caa2da08b7041400b62049afb91e.tar.xz
kernel-qcow2-linux-b5323599af68caa2da08b7041400b62049afb91e.zip
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 {
*/
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;