commit | 0542524944c2ae3264ca8e6b5f0c7a111f09a2c2 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Mar 03 12:19:47 2017 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Mar 03 13:08:15 2017 +0000 |
tree | 92276c04580c29ac2b708b3365794aee2ce32387 | |
parent | 5400367a864ddafdfb9d5d04cf6f9979665ef349 [diff] |
drm/i915: Generalise wait for execlists to be idle The code to check for execlists completion is generic, so move it to intel_engine_cs.c, where we can reuse the new intel_engine_is_idle(). Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: http://patchwork.freedesktop.org/patch/msgid/20170303121947.20482-2-chris@chris-wilson.co.uk Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com>