All of lore.kernel.org
 help / color / mirror / Atom feed
* drm/amdgpu: Fix vram_page_split parameter description
@ 2017-06-28 19:26 Kent Russell
       [not found] ` <87d2a1a1-58ce-bc93-353a-2711ca8d93f4-5C7GfCeVMHo@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Kent Russell @ 2017-06-28 19:26 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

[-- Attachment #1: Type: text/plain, Size: 102 bytes --]

The default was changed to 512 from 1024, but the default in the
description wasn't updated.

  Kent


[-- Attachment #2: vramdesc.patch --]
[-- Type: text/x-patch, Size: 1432 bytes --]

>From 756f38576c08dc4aa36a958cc6f3d2784b20a377 Mon Sep 17 00:00:00 2001
From: Kent Russell <kent.russell-5C7GfCeVMHo@public.gmane.org>
Date: Wed, 28 Jun 2017 15:16:41 -0400
Subject: [PATCH] drm/amdgpu: Update default vram_page_split description

This was updated to 512 and the description update got missed

Signed-off-by: Kent Russell <kent.russell-5C7GfCeVMHo@public.gmane.org>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
index 347097b..b332e2a 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
@@ -184,7 +184,7 @@ module_param_named(vm_debug, amdgpu_vm_debug, int, 0644);
 MODULE_PARM_DESC(vm_update_mode, "VM update using CPU (0 = never (default except for large BAR(LB)), 1 = Graphics only, 2 = Compute only (default for LB), 3 = Both");
 module_param_named(vm_update_mode, amdgpu_vm_update_mode, int, 0444);
 
-MODULE_PARM_DESC(vram_page_split, "Number of pages after we split VRAM allocations (default 1024, -1 = disable)");
+MODULE_PARM_DESC(vram_page_split, "Number of pages after we split VRAM allocations (default 512, -1 = disable)");
 module_param_named(vram_page_split, amdgpu_vram_page_split, int, 0444);
 
 MODULE_PARM_DESC(exp_hw_support, "experimental hw support (1 = enable, 0 = disable (default))");
-- 
2.7.4


[-- Attachment #3: Type: text/plain, Size: 154 bytes --]

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: drm/amdgpu: Fix vram_page_split parameter description
       [not found] ` <87d2a1a1-58ce-bc93-353a-2711ca8d93f4-5C7GfCeVMHo@public.gmane.org>
@ 2017-06-29  8:09   ` Christian König
  0 siblings, 0 replies; 2+ messages in thread
From: Christian König @ 2017-06-29  8:09 UTC (permalink / raw)
  To: Kent Russell, amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

Reviewed-by: Christian König <christian.koenig@amd.com>.

Regards,
Christian.

Am 28.06.2017 um 21:26 schrieb Kent Russell:
> The default was changed to 512 from 1024, but the default in the
> description wasn't updated.
>
>  Kent
>
>
>
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx


_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-29  8:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-28 19:26 drm/amdgpu: Fix vram_page_split parameter description Kent Russell
     [not found] ` <87d2a1a1-58ce-bc93-353a-2711ca8d93f4-5C7GfCeVMHo@public.gmane.org>
2017-06-29  8:09   ` Christian König

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.