[PATCH] drm/amd/pm: Fix output of pp_od_clk_voltage

2023-05-22 Thread Jonatas Esteves
Strix G15 (2021). Fixes: 79c65f3fcbb1 ("drm/amd/pm: do not expose power implementation details to amdgpu_pm.c") Signed-off-by: Jonatas Esteves --- drivers/gpu/drm/amd/pm/amdgpu_pm.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/drm/amd/pm/amdg

[PATCH] drm/amd/pm: Fix output of pp_od_clk_voltage

2022-11-14 Thread Jonatas Esteves
Printing the other clock types should not be conditioned on being able to print OD_SCLK. Some GPUs currently have limited capability of only printing a subset of these. Since this condition was introduced in v5.18-rc1, reading from `pp_od_clk_voltage` has been returning empty on the Asus ROG Strix

RE: [PATCH] drm/amd/pm: Fix output of pp_od_clk_voltage

2022-11-15 Thread Jonatas Esteves
> > [AMD Official Use Only - General] > > > > > -Original Message- > > From: amd-gfx On Behalf Of > > Jonatas Esteves > > Sent: Tuesday, November 15, 2022 7:13 AM > > To: amd-gfx@lists.freedesktop.org > > Cc: Jonatas Este