Re: [PATCH] drm/ttm: remove default caching

2020-09-14 Thread Dave Airlie
Reviewed-by: Dave Airlie On Fri, 11 Sep 2020 at 23:10, Christian König wrote: > > As far as I can tell this was never used either and we just > always fallback to the order cached > wc > uncached anyway. > > Signed-off-by: Christian König > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c |

[PATCH] drm/ttm: remove default caching

2020-09-11 Thread Christian König
As far as I can tell this was never used either and we just always fallback to the order cached > wc > uncached anyway. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c | 1 - drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgp