All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amdgpu: update module paramter doc of amdgpu_dpm
@ 2020-11-03  5:54 Kevin Wang
  2020-11-03  5:54 ` [PATCH] drm/amd/swsmu: correct wrong feature bit mapping Kevin Wang
  2020-11-03 14:30 ` [PATCH] drm/amdgpu: update module paramter doc of amdgpu_dpm Deucher, Alexander
  0 siblings, 2 replies; 4+ messages in thread
From: Kevin Wang @ 2020-11-03  5:54 UTC (permalink / raw)
  To: amd-gfx; +Cc: Kevin Wang, kenneth.feng

the vega20 isn't supported swsmu.

Signed-off-by: Kevin Wang <kevin1.wang@amd.com>
---
 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 03f4aab1fe99..9d28054b8aae 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
@@ -279,7 +279,7 @@ module_param_string(lockup_timeout, amdgpu_lockup_timeout, sizeof(amdgpu_lockup_
 /**
  * DOC: dpm (int)
  * Override for dynamic power management setting
- * (0 = disable, 1 = enable, 2 = enable sw smu driver for vega20)
+ * (0 = disable, 1 = enable)
  * The default is -1 (auto).
  */
 MODULE_PARM_DESC(dpm, "DPM support (1 = enable, 0 = disable, -1 = auto)");
-- 
2.17.1

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

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

end of thread, other threads:[~2020-11-03 14:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-03  5:54 [PATCH] drm/amdgpu: update module paramter doc of amdgpu_dpm Kevin Wang
2020-11-03  5:54 ` [PATCH] drm/amd/swsmu: correct wrong feature bit mapping Kevin Wang
2020-11-03  5:57   ` Wang, Kevin(Yang)
2020-11-03 14:30 ` [PATCH] drm/amdgpu: update module paramter doc of amdgpu_dpm Deucher, Alexander

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.