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:
b4178f8
)
drm/i915: consolidate ring->sync-to functions
author
Daniel Vetter
<daniel.vetter@ffwll.ch>
Wed, 11 Apr 2012 20:12:52 +0000
(22:12 +0200)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Fri, 13 Apr 2012 10:50:41 +0000
(12:50 +0200)
The waiter is always the ring itself (otherwise we'd have a decent
snafu in a callsite), so we can unify this easily.
Also give it the usual gen6_ prefix, in case anyone is foolish enough to
implement hw semaphores for gen5.
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
No differences found