Searched refs:clk_limit (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu14/ |
| H A D | smu_v14_0_0_ppt.c | 1307 uint32_t clk_limit = 0; in smu_v14_0_common_get_dpm_profile_freq() local 1314 clk_limit = SMU_14_0_4_UMD_PSTATE_GFXCLK; in smu_v14_0_common_get_dpm_profile_freq() 1316 clk_limit = SMU_14_0_0_UMD_PSTATE_GFXCLK; in smu_v14_0_common_get_dpm_profile_freq() 1318 smu_v14_0_common_get_dpm_ultimate_freq(smu, SMU_SCLK, NULL, &clk_limit); in smu_v14_0_common_get_dpm_profile_freq() 1320 smu_v14_0_common_get_dpm_ultimate_freq(smu, SMU_SCLK, &clk_limit, NULL); in smu_v14_0_common_get_dpm_profile_freq() 1324 clk_limit = SMU_14_0_4_UMD_PSTATE_SOCCLK; in smu_v14_0_common_get_dpm_profile_freq() 1326 clk_limit = SMU_14_0_0_UMD_PSTATE_SOCCLK; in smu_v14_0_common_get_dpm_profile_freq() 1328 smu_v14_0_common_get_dpm_ultimate_freq(smu, SMU_SOCCLK, NULL, &clk_limit); in smu_v14_0_common_get_dpm_profile_freq() 1332 smu_v14_0_common_get_dpm_ultimate_freq(smu, SMU_FCLK, NULL, &clk_limit); in smu_v14_0_common_get_dpm_profile_freq() 1334 clk_limit = SMU_14_0_0_UMD_PSTATE_FCLK; in smu_v14_0_common_get_dpm_profile_freq() [all …]
|