Home
last modified time | relevance | path

Searched refs:clk_limit (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dyellow_carp_ppt.c1005 uint32_t clk_limit = 0; in yellow_carp_get_umd_pstate_clk_default() local
1012 clk_limit = SMU_13_0_8_UMD_PSTATE_GFXCLK; in yellow_carp_get_umd_pstate_clk_default()
1015 clk_limit = SMU_13_0_1_UMD_PSTATE_GFXCLK; in yellow_carp_get_umd_pstate_clk_default()
1019 clk_limit = SMU_13_0_8_UMD_PSTATE_SOCCLK; in yellow_carp_get_umd_pstate_clk_default()
1022 clk_limit = SMU_13_0_1_UMD_PSTATE_SOCCLK; in yellow_carp_get_umd_pstate_clk_default()
1026 clk_limit = SMU_13_0_8_UMD_PSTATE_FCLK; in yellow_carp_get_umd_pstate_clk_default()
1029 clk_limit = SMU_13_0_1_UMD_PSTATE_FCLK; in yellow_carp_get_umd_pstate_clk_default()
1035 return clk_limit; in yellow_carp_get_umd_pstate_clk_default()
1044 uint32_t clk_limit = 0; in yellow_carp_print_clk_levels() local
1086 clk_limit = yellow_carp_get_umd_pstate_clk_default(smu, clk_type); in yellow_carp_print_clk_levels()
[all …]
Dsmu_v13_0_4_ppt.c927 uint32_t clk_limit = 0; in smu_v13_0_4_get_dpm_profile_freq() local
932 clk_limit = SMU_13_0_4_UMD_PSTATE_GFXCLK; in smu_v13_0_4_get_dpm_profile_freq()
934 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_SCLK, NULL, &clk_limit); in smu_v13_0_4_get_dpm_profile_freq()
936 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_SCLK, &clk_limit, NULL); in smu_v13_0_4_get_dpm_profile_freq()
939 clk_limit = SMU_13_0_4_UMD_PSTATE_SOCCLK; in smu_v13_0_4_get_dpm_profile_freq()
941 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_SOCCLK, NULL, &clk_limit); in smu_v13_0_4_get_dpm_profile_freq()
944 clk_limit = SMU_13_0_4_UMD_PSTATE_FCLK; in smu_v13_0_4_get_dpm_profile_freq()
946 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_FCLK, NULL, &clk_limit); in smu_v13_0_4_get_dpm_profile_freq()
948 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_FCLK, &clk_limit, NULL); in smu_v13_0_4_get_dpm_profile_freq()
951 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_VCLK, NULL, &clk_limit); in smu_v13_0_4_get_dpm_profile_freq()
[all …]
Dsmu_v13_0_5_ppt.c973 uint32_t clk_limit = 0; in smu_v13_0_5_get_dpm_profile_freq() local
978 clk_limit = SMU_13_0_5_UMD_PSTATE_GFXCLK; in smu_v13_0_5_get_dpm_profile_freq()
980 smu_v13_0_5_get_dpm_ultimate_freq(smu, SMU_SCLK, NULL, &clk_limit); in smu_v13_0_5_get_dpm_profile_freq()
982 smu_v13_0_5_get_dpm_ultimate_freq(smu, SMU_SCLK, &clk_limit, NULL); in smu_v13_0_5_get_dpm_profile_freq()
985 smu_v13_0_5_get_dpm_ultimate_freq(smu, SMU_VCLK, NULL, &clk_limit); in smu_v13_0_5_get_dpm_profile_freq()
988 smu_v13_0_5_get_dpm_ultimate_freq(smu, SMU_DCLK, NULL, &clk_limit); in smu_v13_0_5_get_dpm_profile_freq()
994 *min_clk = *max_clk = clk_limit; in smu_v13_0_5_get_dpm_profile_freq()
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/smu14/
Dsmu_v14_0_0_ppt.c1297 uint32_t clk_limit = 0; in smu_v14_0_common_get_dpm_profile_freq() local
1304 clk_limit = SMU_14_0_4_UMD_PSTATE_GFXCLK; in smu_v14_0_common_get_dpm_profile_freq()
1306 clk_limit = SMU_14_0_0_UMD_PSTATE_GFXCLK; in smu_v14_0_common_get_dpm_profile_freq()
1308 smu_v14_0_common_get_dpm_ultimate_freq(smu, SMU_SCLK, NULL, &clk_limit); in smu_v14_0_common_get_dpm_profile_freq()
1310 smu_v14_0_common_get_dpm_ultimate_freq(smu, SMU_SCLK, &clk_limit, NULL); in smu_v14_0_common_get_dpm_profile_freq()
1314 clk_limit = SMU_14_0_4_UMD_PSTATE_SOCCLK; in smu_v14_0_common_get_dpm_profile_freq()
1316 clk_limit = SMU_14_0_0_UMD_PSTATE_SOCCLK; in smu_v14_0_common_get_dpm_profile_freq()
1318 smu_v14_0_common_get_dpm_ultimate_freq(smu, SMU_SOCCLK, NULL, &clk_limit); in smu_v14_0_common_get_dpm_profile_freq()
1322 smu_v14_0_common_get_dpm_ultimate_freq(smu, SMU_FCLK, NULL, &clk_limit); in smu_v14_0_common_get_dpm_profile_freq()
1324 clk_limit = SMU_14_0_0_UMD_PSTATE_FCLK; in smu_v14_0_common_get_dpm_profile_freq()
[all …]