Re: [PATCH 04/11] drm/amdgpu: move setting the GART addr into TTM

2018-08-23 Thread Huang Rui
On Wed, Aug 22, 2018 at 05:05:10PM +0200, Christian König wrote: > Move setting the GART addr for window based copies into the TTM code who > uses it. > > Signed-off-by: Christian König Reviewed-by: Huang Rui > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_job.c | 2 -- > drivers/gpu/drm/amd/amdgpu

Re: [PATCH 04/11] drm/amdgpu: move setting the GART addr into TTM

2018-08-22 Thread Alex Deucher
On Wed, Aug 22, 2018 at 11:05 AM Christian König wrote: > > Move setting the GART addr for window based copies into the TTM code who > uses it. > > Signed-off-by: Christian König Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_job.c | 2 -- > drivers/gpu/drm/amd/amdgpu/amd

[PATCH 04/11] drm/amdgpu: move setting the GART addr into TTM

2018-08-22 Thread Christian König
Move setting the GART addr for window based copies into the TTM code who uses it. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_job.c | 2 -- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 5 - 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/a