Re: [PATCH 1/7] drm/ttm: move some move binds into the drivers

2020-10-20 Thread Christian König
Am 20.10.20 um 03:03 schrieb Dave Airlie: From: Dave Airlie This just gives the driver control over some of the bind paths. Signed-off-by: Dave Airlie Reviewed-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 7 ++- drivers/gpu/drm/nouveau/nouveau_bo.c| 10

[PATCH 1/7] drm/ttm: move some move binds into the drivers

2020-10-19 Thread Dave Airlie
From: Dave Airlie This just gives the driver control over some of the bind paths. Signed-off-by: Dave Airlie --- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 7 ++- drivers/gpu/drm/nouveau/nouveau_bo.c| 10 +++--- drivers/gpu/drm/radeon/radeon_ttm.c | 11 ---