diff options
author | Christian König <christian.koenig@amd.com> | 2017-07-07 07:44:05 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-07-14 11:06:31 -0400 |
commit | f9321cc4408bd90bb0adcd929c04322aaf6afdcc (patch) | |
tree | f242dc3d3eeb722a4a91f0368122368c8aadb8a8 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | 36d3837266c53a92a909f22f6bbf0846c0e6464f (diff) |
drm/amdgpu: change gartsize default to 256MB
Limit the default GART size and save a lot of VRAM.
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index c7436ea425b4..019a4b73e5f5 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -75,7 +75,7 @@ | |||
75 | */ | 75 | */ |
76 | extern int amdgpu_modeset; | 76 | extern int amdgpu_modeset; |
77 | extern int amdgpu_vram_limit; | 77 | extern int amdgpu_vram_limit; |
78 | extern int amdgpu_gart_size; | 78 | extern unsigned amdgpu_gart_size; |
79 | extern int amdgpu_gtt_size; | 79 | extern int amdgpu_gtt_size; |
80 | extern int amdgpu_moverate; | 80 | extern int amdgpu_moverate; |
81 | extern int amdgpu_benchmarking; | 81 | extern int amdgpu_benchmarking; |