From: Ben Widawsky Date: Wed, 29 May 2013 02:22:21 +0000 (-0700) Subject: drm/i915: Rename ring flush functions X-Git-Tag: v3.11-rc1~65^2~105^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea251324cac6c1e0402db073e5193f33aedd94f3;p=pandora-kernel.git 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 Signed-off-by: Ben Widawsky Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed