commit | 9832b9dae8f9f505c7ed898a043b4f54b54597ed | [log] [tgz] |
---|---|---|
author | Oscar Mateo <oscar.mateo@intel.com> | Thu Jul 24 17:04:30 2014 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Mon Aug 11 22:57:38 2014 +0200 |
tree | 6f97352a1089d7c20f2f275d84177e149a4d5edf | |
parent | 4712274c362b7730a1c6e01c9a51a6d46f5b7f43 [diff] |
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>