drm/i915: Rename ring flush functions
authorBen Widawsky <ben@bwidawsk.net>
Wed, 29 May 2013 02:22:21 +0000 (19:22 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 31 May 2013 18:54:10 +0000 (20:54 +0200)
commitea251324cac6c1e0402db073e5193f33aedd94f3
treeabcb1b6373341ebc3c6954d8f559a53d3ff576ad
parent1950de14fd1b8ea27a411929156c7eccee2ad7c3
drm/i915: Rename ring flush functions

Historically we considered the render ring to have special flush
semantics and everything else to fall under a more general umbrella.
Probably by coincidence more than anything we decided to make the bsd
ring have the default *other* flush. As the new vebox ring exposes, the
bsd ring is actually the weird one. Doing this allows us to call
gen6_ring_flush for the vebox because calling blt_ring_flush would be
weird...

This patch should have no functional change.

Reviewed-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_ringbuffer.c