commit | 686cb5f9f5dc7db150c9f4e49cc0d45ef952450b | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Apr 11 22:12:52 2012 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Apr 13 12:50:41 2012 +0200 |
tree | e2c3c67d0d038dafeeb22a946201b05e98a88022 | |
parent | b4178f8aaf84ae59d9b2a17a4a21aa19499f577a [diff] |
drm/i915: consolidate ring->sync-to functions 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>