commit | 130a95e9098e91117164b1ba52c3f8f43bb6f28a | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Mar 03 08:05:44 2020 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Mar 03 17:30:20 2020 +0000 |
tree | d4390196438c81528eb36bda69b4a116697bcda9 | |
parent | 3faf8b8532d750be669af0d27049914cff90acd8 [diff] |
drm/i915/gem: Consolidate ctx->engines[] release Use the same engine_idle_release() routine for cleaning all old ctx->engine[] state, closing any potential races with concurrent execbuf submission. v2ish: Use the ce->pin_count to close the execbuf gap. Closes: https://gitlab.freedesktop.org/drm/intel/issues/1241 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200303080546.1140508-1-chris@chris-wilson.co.uk