mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-20 04:58:19 +07:00
drm/amd/pp: Change pstate_clk frequency unit to 10KHz on Rv
to keep consistent with other asics Reviewed-by: Evan Quan <evan.quan@amd.com> Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
4e418c3401
commit
d10fb4a6f3
@ -479,8 +479,8 @@ static int smu10_hwmgr_backend_init(struct pp_hwmgr *hwmgr)
|
|||||||
|
|
||||||
hwmgr->platform_descriptor.minimumClocksReductionPercentage = 50;
|
hwmgr->platform_descriptor.minimumClocksReductionPercentage = 50;
|
||||||
|
|
||||||
hwmgr->pstate_sclk = SMU10_UMD_PSTATE_GFXCLK;
|
hwmgr->pstate_sclk = SMU10_UMD_PSTATE_GFXCLK * 100;
|
||||||
hwmgr->pstate_mclk = SMU10_UMD_PSTATE_FCLK;
|
hwmgr->pstate_mclk = SMU10_UMD_PSTATE_FCLK * 100;
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user