[Intel-gfx] [PATCH] drm/i915/gt: Be paranoid and reset the GPU before release

2020-01-17 Thread Chris Wilson
Just in the very unlikely case we have not stopped the GPU before we return the pages being used by the GPU to the system, force a reset. Signed-off-by: Chris Wilson Reviewed-by: Matthew Auld --- drivers/gpu/drm/i915/gt/intel_engine_cs.c | 16 1 file changed, 16 insertions(+)

Re: [Intel-gfx] [PATCH] drm/i915/gt: Be paranoid and reset the GPU before release

2020-01-17 Thread Matthew Auld
On Fri, 17 Jan 2020 at 12:59, Chris Wilson wrote: > > Just in the very unlikely case we have not stopped the GPU before we > return the pages being used by the GPU to the system, force a reset. > > Signed-off-by: Chris Wilson Reviewed-by: Matthew Auld

[Intel-gfx] [PATCH] drm/i915/gt: Be paranoid and reset the GPU before release

2020-01-17 Thread Chris Wilson
Just in the very unlikely case we have not stopped the GPU before we return the pages being used by the GPU to the system, force a reset. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/gt/intel_engine_cs.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/gpu/drm/i9