commit | 42232213614ddbef854ef368092e39c4e8347877 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Jan 02 15:12:32 2018 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed Jan 03 11:01:05 2018 +0000 |
tree | 88a1ebcaaa2ab69beeae17551d3f3e021b5aebc6 | |
parent | 27ec1843169973fbdf224d831e2a40f441407ab0 [diff] |
drm/i915/execlists: Clear context-switch interrupt earlier in the reset Move the clearing of the CS-interrupt into the engine reset phase, before the current init-hw phase. This helps clarify that we clear the pending interrupts prior to any restarting of the execlists. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: MichaĆ Winiarski <michal.winiarski@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180102151235.3949-16-chris@chris-wilson.co.uk