commit | 9726920b7ea287673eead69e5276b3abff91fd8c | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed Apr 10 20:01:20 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed Apr 10 21:18:11 2019 +0100 |
tree | 048fb270a33682849b973cc28a81a069e4b10444 | |
parent | feb8846b3a4f88c8807dbbb8176defd419371887 [diff] |
drm/i915: Only reset the pinned kernel contexts on resume On resume, we know that the only pinned contexts in danger of seeing corruption are the kernel context, and so we do not need to walk the list of all GEM contexts as we tracked them on each engine. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190410190120.830-1-chris@chris-wilson.co.uk