drm/amd/pm: Enable user specified gfx clock ranges

Enable user specified gfx clock ranges for smu_15_0_8

Signed-off-by: Asad Kamal <asad.kamal@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Asad Kamal 2026-01-07 11:50:21 +08:00 committed by Alex Deucher
parent df4929d76a
commit 7aaa09ab30

View File

@ -805,6 +805,7 @@ static int smu_set_funcs(struct amdgpu_device *adev)
break;
case IP_VERSION(15, 0, 8):
smu_v15_0_8_set_ppt_funcs(smu);
smu->od_enabled = true;
break;
default:
return -EINVAL;