drm/i915/bdw: GEN-specific logical ring emit flush
authorOscar Mateo <oscar.mateo@intel.com>
Thu, 24 Jul 2014 16:04:28 +0000 (17:04 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 11 Aug 2014 20:44:37 +0000 (22:44 +0200)
commit4712274c362b7730a1c6e01c9a51a6d46f5b7f43
tree8af0b8f48fce7c1b848b13c4d84ee35df0517524
parent4da46e1e5bb7e7396fad172cdaffbe496562f3d8
drm/i915/bdw: GEN-specific logical ring emit flush

Same as the legacy-style ring->flush.

v2: The BSD invalidate bit still exists in GEN8! Add it for the VCS
rings (but still consolidate the blt and bsd ring flushes into one).
This was noticed by Brad Volkin.

v3: The command for BSD and for other rings is slightly different:
get it exactly the same as in gen6_ring_flush + gen6_bsd_ring_flush

Signed-off-by: Oscar Mateo <oscar.mateo@intel.com>
Reviewed-by: Damien Lespiau <damien.lespiau@intel.com>
[danvet: Checkpatch.]
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_lrc.c
drivers/gpu/drm/i915/intel_ringbuffer.c
drivers/gpu/drm/i915/intel_ringbuffer.h
This page took 0.025303 seconds and 5 git commands to generate.