Re: [PATCH 03/11] drm/amdgpu: use the GTT windows for BO moves v2

2017-07-06 Thread Alex Deucher
On Mon, Jul 3, 2017 at 5:44 AM, Christian König wrote: > From: Christian König > > This way we don't need to map the full BO at a time any more. > > v2: use fixed windows for src/dst > > Signed-off-by: Christian König

[PATCH 03/11] drm/amdgpu: use the GTT windows for BO moves v2

2017-07-03 Thread Christian König
From: Christian König This way we don't need to map the full BO at a time any more. v2: use fixed windows for src/dst Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 125 +++-