[PATCH 2/3] drm/amdgpu/pm: add new fields for Navi1x (v3)

2021-05-19 Thread David M Nieto
Fill voltage fields in metrics table v2: Removed dpm and freq ranges info v3: Added check to ensure volrage offset is not zero Signed-off-by: David M Nieto Reviewed-by: Lijo Lazar --- .../gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c | 82 +++ 1 file changed, 65 insertions(+), 17

Re: [PATCH 2/3] drm/amdgpu/pm: add new fields for Navi1x

2021-05-19 Thread Lijo Lazar
Add a check of non-zero offsets so that it doesn't show a static voltage of 1.55v all the time. With that addressed the patch is Reviewed-by: Lijo Lazar On 5/19/2021 11:32 AM, David M Nieto wrote: Fill voltage fields in metrics table Signed-off-by: David M Nieto ---

[PATCH 2/3] drm/amdgpu/pm: add new fields for Navi1x

2021-05-19 Thread David M Nieto
Fill voltage fields in metrics table Signed-off-by: David M Nieto --- .../gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c | 58 +-- 1 file changed, 41 insertions(+), 17 deletions(-) diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c

Re: [PATCH 2/3] drm/amdgpu/pm: add new fields for Navi1x

2021-05-18 Thread Lijo Lazar
On 5/18/2021 9:39 AM, David M Nieto wrote: Fill voltage fields in metrics table Signed-off-by: David M Nieto --- .../gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c | 62 ++- 1 file changed, 45 insertions(+), 17 deletions(-) diff --git

[PATCH 2/3] drm/amdgpu/pm: add new fields for Navi1x

2021-05-17 Thread David M Nieto
Fill voltage fields in metrics table Signed-off-by: David M Nieto --- .../gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c | 62 ++- 1 file changed, 45 insertions(+), 17 deletions(-) diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c