mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user