Re: [PATCH 26/45] drm/ttm: remove bind/unbind callbacks.

2020-09-24 Thread Christian König
Am 24.09.20 um 07:18 schrieb Dave Airlie: From: Dave Airlie If a driver wants to bind/unbind then it should implement a move callback. Signed-off-by: Dave Airlie Reviewed-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c| 8 +++-- drivers/gpu/drm/nouveau/nouveau_bo.

[PATCH 26/45] drm/ttm: remove bind/unbind callbacks.

2020-09-23 Thread Dave Airlie
From: Dave Airlie If a driver wants to bind/unbind then it should implement a move callback. Signed-off-by: Dave Airlie --- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c| 8 +++-- drivers/gpu/drm/nouveau/nouveau_bo.c | 8 ++--- drivers/gpu/drm/qxl/qxl_ttm.c | 20 ---