commit | c3160da9a6af0e2d8f4fb3410df9d027a178ca3d | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu May 31 09:22:45 2018 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu May 31 19:29:53 2018 +0100 |
tree | 4e99d51c59de1f7398f47224caffc423d4cea34d | |
parent | 0606035fcab6b2630b0d95a5b31e235ec9ad5642 [diff] |
drm/i915: After reset on sanitization, reset the engine backends As we reset the GPU on suspend/resume, we also do need to reset the engine state tracking so call into the engine backends. This is especially important so that we can also sanitize the state tracking across resume. References: https://bugs.freedesktop.org/show_bug.cgi?id=106702 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180531082246.9763-3-chris@chris-wilson.co.uk