summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2015-05-11 16:20:58 -0400
committerAlex Deucher <alexander.deucher@amd.com>2015-06-03 21:03:57 -0400
commit8dacc127fcb3b60e6893ec74ee2f615d78dcbc4e (patch)
treea479e15c347b41b0556626b84c1309e2441af151 /drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
parentb9a7faaeb2b0271ca9a7d8436a055da219a35ec8 (diff)
downloadop-kernel-dev-8dacc127fcb3b60e6893ec74ee2f615d78dcbc4e.zip
op-kernel-dev-8dacc127fcb3b60e6893ec74ee2f615d78dcbc4e.tar.gz
drm/amdgpu: fix description of vm_size module parameter (v2)
default is 8GB, not 4GB. v2: fix fallback setting when the user provides an invalid input Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
index 6edacce..56da962 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
@@ -128,7 +128,7 @@ module_param_named(bapm, amdgpu_bapm, int, 0444);
MODULE_PARM_DESC(deep_color, "Deep Color support (1 = enable, 0 = disable (default))");
module_param_named(deep_color, amdgpu_deep_color, int, 0444);
-MODULE_PARM_DESC(vm_size, "VM address space size in gigabytes (default 4GB)");
+MODULE_PARM_DESC(vm_size, "VM address space size in gigabytes (default 8GB)");
module_param_named(vm_size, amdgpu_vm_size, int, 0444);
MODULE_PARM_DESC(vm_block_size, "VM page table size in bits (default depending on vm_size)");
OpenPOWER on IntegriCloud