Re: [PATCH 3/7] drm/amdgpu: stop crashing on GDS/GWS/OA eviction

2018-09-14 Thread Alex Deucher
On Fri, Sep 14, 2018 at 3:13 PM Christian König wrote: > > Simply ignore any copying here. > > Signed-off-by: Christian König Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 18 ++ > 1 file changed, 18 insertions(+) > > diff --git a/drivers/gpu/drm/

[PATCH 3/7] drm/amdgpu: stop crashing on GDS/GWS/OA eviction

2018-09-14 Thread Christian König
Simply ignore any copying here. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c index c691275cd1f0..3e450159fe1f 1