]> git.openfabrics.org - ~emulex/infiniband.git/commit
drm/i915/bdw: Ring idle and stop with logical rings
authorOscar Mateo <oscar.mateo@intel.com>
Thu, 24 Jul 2014 16:04:30 +0000 (17:04 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 11 Aug 2014 20:57:38 +0000 (22:57 +0200)
commit9832b9dae8f9f505c7ed898a043b4f54b54597ed
tree6f97352a1089d7c20f2f275d84177e149a4d5edf
parent4712274c362b7730a1c6e01c9a51a6d46f5b7f43
drm/i915/bdw: Ring idle and stop with logical rings

This is a hard one, since there is no direct hardware ring to
control when in Execlists.

We reuse intel_ring_idle here, but it should be fine as long
as i915_add_request does the ring thing.

Signed-off-by: Oscar Mateo <oscar.mateo@intel.com>
Reviewed-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_lrc.c