Re: [PATCH] drm/amd/pm: correct SMU13 gfx voltage related OD settings

2023-08-21 Thread Alex Deucher
Acked-by: Alex Deucher On Mon, Aug 21, 2023 at 2:50 AM Evan Quan wrote: > > The voltage offset setting will be applied to the whole v/f curve line > instead of per anchor point base. > > Signed-off-by: Evan Quan > --- > drivers/gpu/drm/amd/pm/amdgpu_pm.c| 45 +++ >

[PATCH] drm/amd/pm: correct SMU13 gfx voltage related OD settings

2023-08-21 Thread Evan Quan
The voltage offset setting will be applied to the whole v/f curve line instead of per anchor point base. Signed-off-by: Evan Quan --- drivers/gpu/drm/amd/pm/amdgpu_pm.c| 45 +++ .../drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 31 ++---