Skip to content

Commit 2a59911

Browse files
ZhenGuo Yinalexdeucher
authored andcommitted
drm/amdgpu: update documentation of parameter amdgpu_gtt_size
Fixes: f7ba887 ("drm/amdgpu: Adjust logic around GTT size (v3)") Reviewed-by: Alex Deucher <[email protected]> Reviewed-by: Christian König <[email protected]> Signed-off-by: ZhenGuo Yin <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 98928ba commit 2a59911

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,7 @@ module_param_named(gartsize, amdgpu_gart_size, uint, 0600);
238238

239239
/**
240240
* DOC: gttsize (int)
241-
* Restrict the size of GTT domain in MiB for testing. The default is -1 (It's VRAM size if 3GB < VRAM < 3/4 RAM,
242-
* otherwise 3/4 RAM size).
241+
* Restrict the size of GTT domain in MiB for testing. The default is -1 (Use 1/2 RAM, minimum value is 3GB).
243242
*/
244243
MODULE_PARM_DESC(gttsize, "Size of the GTT domain in megabytes (-1 = auto)");
245244
module_param_named(gttsize, amdgpu_gtt_size, int, 0600);

0 commit comments

Comments
 (0)