Re: [PATCH] drm/ttm: clean up the inteface which is not used

2020-03-25 Thread Huang Rui
On Thu, Mar 26, 2020 at 01:30:31AM +0800, Christian König wrote: > Am 25.03.20 um 18:27 schrieb Alex Deucher: > > On Wed, Mar 25, 2020 at 1:20 PM Christian König > > wrote: > >> Am 25.03.20 um 16:34 schrieb Huang Rui: > >>> invalidate_caches is actually not used, so clean it up. > >>> > >>> Signed

Re: [PATCH] drm/ttm: clean up the inteface which is not used

2020-03-25 Thread Christian König
Am 25.03.20 um 18:27 schrieb Alex Deucher: On Wed, Mar 25, 2020 at 1:20 PM Christian König wrote: Am 25.03.20 um 16:34 schrieb Huang Rui: invalidate_caches is actually not used, so clean it up. Signed-off-by: Huang Rui Already had the same patch around for a while, looks like I've just forg

Re: [PATCH] drm/ttm: clean up the inteface which is not used

2020-03-25 Thread Alex Deucher
On Wed, Mar 25, 2020 at 1:20 PM Christian König wrote: > > Am 25.03.20 um 16:34 schrieb Huang Rui: > > invalidate_caches is actually not used, so clean it up. > > > > Signed-off-by: Huang Rui > > Already had the same patch around for a while, looks like I've just > forgot to commit it. > > Review

Re: [PATCH] drm/ttm: clean up the inteface which is not used

2020-03-25 Thread Christian König
Am 25.03.20 um 16:34 schrieb Huang Rui: invalidate_caches is actually not used, so clean it up. Signed-off-by: Huang Rui Already had the same patch around for a while, looks like I've just forgot to commit it. Reviewed-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c

[PATCH] drm/ttm: clean up the inteface which is not used

2020-03-25 Thread Huang Rui
invalidate_caches is actually not used, so clean it up. Signed-off-by: Huang Rui --- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c| 6 -- drivers/gpu/drm/nouveau/nouveau_bo.c | 7 --- drivers/gpu/drm/qxl/qxl_ttm.c | 6 -- drivers/gpu/drm/radeon/radeon_ttm.c