Re: [PATCH 6/7] drm/ttm: drop move notify around move.

2020-10-20 Thread Christian König
Am 20.10.20 um 03:03 schrieb Dave Airlie: From: Dave Airlie The drivers now do this in the move callback. move_notify is still needed in the destroy path. Signed-off-by: Dave Airlie Reviewed-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c| 13 +--

[PATCH 6/7] drm/ttm: drop move notify around move.

2020-10-19 Thread Dave Airlie
From: Dave Airlie The drivers now do this in the move callback. move_notify is still needed in the destroy path. Signed-off-by: Dave Airlie --- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c| 13 +-- drivers/gpu/drm/drm_gem_vram_helper.c | 11 +-