Re: [PATCH 7/7] drm/ttm: move last binding into the drivers.

2020-10-20 Thread Christian König
Am 20.10.20 um 03:03 schrieb Dave Airlie: From: Dave Airlie This moves the call to tt binding into the driver move, and drops the driver callback. Signed-off-by: Dave Airlie amdgpu should now get some cleanup, but that is certainly not topic of this patch. Really nice work, patch is

[PATCH 7/7] drm/ttm: move last binding into the drivers.

2020-10-19 Thread Dave Airlie
From: Dave Airlie This moves the call to tt binding into the driver move, and drops the driver callback. Signed-off-by: Dave Airlie --- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c| 7 ++- drivers/gpu/drm/nouveau/nouveau_bo.c | 7 ++- drivers/gpu/drm/qxl/qxl_ttm.c