git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31770bd
)
drm/i915: move fence lru to struct drm_i915_fence_reg
author
Daniel Vetter
<daniel.vetter@ffwll.ch>
Wed, 28 Apr 2010 09:02:31 +0000
(11:02 +0200)
committer
Eric Anholt
<eric@anholt.net>
Mon, 10 May 2010 20:38:31 +0000
(13:38 -0700)
This lru tracks fences, not objects, so move it to where it belongs.
As a side effect, this nicely shrinks drm_i915_gem_object by two
pointers.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Eric Anholt <eric@anholt.net>
No differences found