Re: [Intel-gfx] [PATCH 01/21] drm/i915/gt: Mark legacy ring context as lost

2020-12-10 Thread Matthew Brost
On Thu, Dec 10, 2020 at 08:02:20AM +, Chris Wilson wrote: > When we reset the legacy ring context, due to potential corruption over > suspend/resume, remove the valid bit so that we avoid loading garbage. > > Signed-off-by: Chris Wilson Reviewed-by: Matthew Brost > --- > drivers/gpu/drm/i

Re: [Intel-gfx] [PATCH 01/21] drm/i915/gt: Mark legacy ring context as lost

2020-12-10 Thread Mika Kuoppala
Chris Wilson writes: > When we reset the legacy ring context, due to potential corruption over > suspend/resume, remove the valid bit so that we avoid loading garbage. > > Signed-off-by: Chris Wilson Reviewed-by: Mika Kuoppala > --- > drivers/gpu/drm/i915/gt/intel_ring_submission.c | 1 + >

[Intel-gfx] [PATCH 01/21] drm/i915/gt: Mark legacy ring context as lost

2020-12-10 Thread Chris Wilson
When we reset the legacy ring context, due to potential corruption over suspend/resume, remove the valid bit so that we avoid loading garbage. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/gt/intel_ring_submission.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/i915/