projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
febc769
)
drm/i915: Remove gtt_bound from drm_i915_gem_object
author
Ben Gamari
<bgamari.foss@gmail.com>
Wed, 1 Jul 2009 19:01:34 +0000
(15:01 -0400)
committer
Eric Anholt
<eric@anholt.net>
Tue, 7 Jul 2009 18:52:21 +0000
(11:52 -0700)
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>
drivers/gpu/drm/i915/i915_drv.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/i915/i915_drv.h
b/drivers/gpu/drm/i915/i915_drv.h
index 9aa3263c56dcfb90a950b989457e7fa4d7028df6..9d6889799d01ef029ec3e07b3a79d4d68e8371e7 100644
(file)
--- 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;