Re: [PATCH 3/7] drm/ttm: add move to system into drivers

2020-10-20 Thread Christian König
Am 20.10.20 um 03:03 schrieb Dave Airlie: From: Dave Airlie This moves the to system move into the drivers, and moves all the unbinds in the move path under driver control Note: radeon/nouveau already wait so don't duplicate it. Signed-off-by: Dave Airlie Reviewed-by: Christian König

[PATCH 3/7] drm/ttm: add move to system into drivers

2020-10-19 Thread Dave Airlie
From: Dave Airlie This moves the to system move into the drivers, and moves all the unbinds in the move path under driver control Note: radeon/nouveau already wait so don't duplicate it. Signed-off-by: Dave Airlie --- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c| 12 +---