All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] drm/amd/powerplay: fix typos of volt/millivolt symbols in comment.
@ 2016-07-28  9:53 Rex Zhu
       [not found] ` <1469699605-13978-1-git-send-email-Rex.Zhu-5C7GfCeVMHo@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Rex Zhu @ 2016-07-28  9:53 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Rex Zhu

Change-Id: Ife6002b68b1e64f76886e6e421b3e6f5f454eda9
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Reviewed-by: Alexandre Demers <alexandre.f.demers@gmail.com>
---
 drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_hwmgr.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_hwmgr.c b/drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_hwmgr.c
index e09c231..c81e8a5 100644
--- a/drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_hwmgr.c
+++ b/drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_hwmgr.c
@@ -2908,8 +2908,8 @@ static int polaris10_get_evv_voltages(struct pp_hwmgr *hwmgr)
 				continue;
 			}
 
-			/* need to make sure vddc is less than 2v or else, it could burn the ASIC.
-			 * real voltage level in unit of 0.01mv */
+			/* need to make sure vddc is less than 2V or else, it could burn the ASIC.
+			 * real voltage level in unit of 0.01mV */
 			PP_ASSERT_WITH_CODE((vddc < 200000 && vddc != 0),
 					"Invalid VDDC value", result = -EINVAL;);
 
-- 
1.9.1

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

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

end of thread, other threads:[~2016-07-28 14:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-28  9:53 [PATCH 1/4] drm/amd/powerplay: fix typos of volt/millivolt symbols in comment Rex Zhu
     [not found] ` <1469699605-13978-1-git-send-email-Rex.Zhu-5C7GfCeVMHo@public.gmane.org>
2016-07-28  9:53   ` [PATCH 2/4] drm/amdgpu: add module parameters to ctrl powerplay feature Rex Zhu
2016-07-28  9:53   ` [PATCH 3/4] drm/amdgpu: use modules parameter to ctrl deep sleep feature in dpm Rex Zhu
2016-07-28  9:53   ` [PATCH 4/4] drm/amd/powerplay: not change uvd/vce block's state when initialize/resume Rex Zhu
     [not found]     ` <1469699605-13978-4-git-send-email-Rex.Zhu-5C7GfCeVMHo@public.gmane.org>
2016-07-28 13:48       ` Deucher, Alexander
     [not found]         ` <CY4PR12MB13018F6728959608E2BF7A91F7000-rpdhrqHFk05CiBuckNFh9wdYzm3356FpvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2016-07-28 14:12           ` StDenis, Tom
     [not found]             ` <DM5PR12MB11325426775E3913A47F7908F7000-2J9CzHegvk+UzrhdoDeimQdYzm3356FpvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2016-07-28 14:17               ` Deucher, Alexander
     [not found]                 ` <CY4PR12MB130129B7D12B803A88142219F7000-rpdhrqHFk05CiBuckNFh9wdYzm3356FpvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2016-07-28 14:17                   ` StDenis, Tom

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.