Re: [Intel-gfx] [PATCH 07/29] drm/i915: Only reset the pinned kernel contexts on resume

2019-04-10 Thread Tvrtko Ursulin
On 08/04/2019 10:17, Chris Wilson wrote: 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 ---

[Intel-gfx] [PATCH 07/29] drm/i915: Only reset the pinned kernel contexts on resume

2019-04-08 Thread Chris Wilson
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 --- drivers/gpu/drm/i915/gt/intel_context_types.h | 1 +