commit | be90e344836a3ad6ddd66f0f060a3f5d8c553d69 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed Mar 04 16:51:13 2020 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed Mar 04 20:28:02 2020 +0000 |
tree | 24d70dcbb11dbd81a701e19d7cb6ce11fa3b1ae5 | |
parent | 8f1e57409079b091b01562b1d444256380facee8 [diff] |
drm/i915/gt: Cancel banned contexts after GT reset As we started marking the ce->gem_context as NULL on closure, we can no longer use that to carry closure information. Instead, we can look at whether the context was killed on closure instead. Fixes: 130a95e9098e ("drm/i915/gem: Consolidate ctx->engines[] release") Closes: https://gitlab.freedesktop.org/drm/intel/issues/1379 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200304165113.2449213-1-chris@chris-wilson.co.uk