Re: [PATCH 15/16] drm/ttm: remove bo->moving

2022-04-06 Thread Daniel Vetter
On Wed, Apr 06, 2022 at 09:51:31AM +0200, Christian König wrote: > This is now handled by the DMA-buf framework in the dma_resv obj. > > Also remove the workaround inside VMWGFX to update the moving fence. > > Signed-off-by: Christian König Looks all reasonable. Reviewed-by: Daniel Vetter >

[PATCH 15/16] drm/ttm: remove bo->moving

2022-04-06 Thread Christian König
This is now handled by the DMA-buf framework in the dma_resv obj. Also remove the workaround inside VMWGFX to update the moving fence. Signed-off-by: Christian König --- .../gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 13 --- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c| 5 ++- drivers/g