]> git.itanic.dy.fi Git - linux-stable/commit
drm/amd/pm: Fix output of pp_od_clk_voltage
authorJonatas Esteves <jntesteves@gmail.com>
Sat, 20 May 2023 13:39:52 +0000 (10:39 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 May 2023 13:17:23 +0000 (14:17 +0100)
commitfa92f3276b91fbfaf4970fba71dbb0799e7a1d3c
tree1d16e08c5e3a4058b9b3d70e4ba893f38ace1d18
parentbebd7fd3a642a55d4345ae0be31f169095cbdcbd
drm/amd/pm: Fix output of pp_od_clk_voltage

commit 40baba5693b9af586dc1063af603d05a79e57a6b upstream.

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 G15
(2021).

Fixes: 79c65f3fcbb1 ("drm/amd/pm: do not expose power implementation details to amdgpu_pm.c")
Reviewed-by: Evan Quan <evan.quan@amd.com>
Signed-off-by: Jonatas Esteves <jntesteves@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/amd/pm/amdgpu_pm.c