drm/i915: add gen7_render_ring_flush
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Fri, 17 Aug 2012 21:35:41 +0000 (18:35 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 3 Sep 2012 08:09:25 +0000 (10:09 +0200)
For now, just a copy of gen6_render_ring_flush. Different gens have
different workarounds, so we want different functions.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_ringbuffer.c