Re: [PATCH 2/2] drm/amdgpu: move default gart size setting into gmc modules

2017-08-22 Thread Christian König
Reviewed-by: Christian König for the series as well. Am 22.08.2017 um 20:17 schrieb Felix Kuehling: The series is Reviewed-by: Felix Kuehling On 2017-08-22 01:09 PM, Alex Deucher wrote: Move the asic specific code into the IP modules.

Re: [PATCH 2/2] drm/amdgpu: move default gart size setting into gmc modules

2017-08-22 Thread Felix Kuehling
The series is Reviewed-by: Felix Kuehling On 2017-08-22 01:09 PM, Alex Deucher wrote: > Move the asic specific code into the IP modules. > > Signed-off-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c | 52 >

[PATCH 2/2] drm/amdgpu: move default gart size setting into gmc modules

2017-08-22 Thread Alex Deucher
Move the asic specific code into the IP modules. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c | 52 drivers/gpu/drm/amd/amdgpu/amdgpu_gart.h | 1 - drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c| 19 +++-