commit | d3b03d8bf4b82b74f3faeec4115ca648195d6b29 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Feb 27 20:47:27 2020 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Feb 28 09:30:14 2020 +0000 |
tree | efb58cbed4b994d993d934384de6b466942d71d9 | |
parent | 950da30162186177b96fbcfe79b788f955a1329c [diff] |
drm/i915/gt: Check engine-is-awake on reset later As we drop the engine-pm on retiring, that may happen while there are still CS events in the buffer. As such we cannot assert the engine is still active on reset, until we know that the current request is still in flight. Closes: https://gitlab.freedesktop.org/drm/intel/issues/1338 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Andi Shyti <andi.shyti@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200227204727.2009346-1-chris@chris-wilson.co.uk