Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dyellow_carp_ppt.c1021 uint32_t clk_limit = 0; in yellow_carp_get_umd_pstate_clk_default() local
1028 clk_limit = SMU_13_0_8_UMD_PSTATE_GFXCLK; in yellow_carp_get_umd_pstate_clk_default()
1031 clk_limit = SMU_13_0_1_UMD_PSTATE_GFXCLK; in yellow_carp_get_umd_pstate_clk_default()
1035 clk_limit = SMU_13_0_8_UMD_PSTATE_SOCCLK; in yellow_carp_get_umd_pstate_clk_default()
1038 clk_limit = SMU_13_0_1_UMD_PSTATE_SOCCLK; in yellow_carp_get_umd_pstate_clk_default()
1042 clk_limit = SMU_13_0_8_UMD_PSTATE_FCLK; in yellow_carp_get_umd_pstate_clk_default()
1045 clk_limit = SMU_13_0_1_UMD_PSTATE_FCLK; in yellow_carp_get_umd_pstate_clk_default()
1051 return clk_limit; in yellow_carp_get_umd_pstate_clk_default()
1060 uint32_t clk_limit = 0; in yellow_carp_print_clk_levels() local
1102 clk_limit = yellow_carp_get_umd_pstate_clk_default(smu, clk_type); in yellow_carp_print_clk_levels()
[all …]
Dsmu_v13_0_4_ppt.c931 uint32_t clk_limit = 0; in smu_v13_0_4_get_dpm_profile_freq() local
936 clk_limit = SMU_13_0_4_UMD_PSTATE_GFXCLK; in smu_v13_0_4_get_dpm_profile_freq()
938 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_SCLK, NULL, &clk_limit); in smu_v13_0_4_get_dpm_profile_freq()
940 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_SCLK, &clk_limit, NULL); in smu_v13_0_4_get_dpm_profile_freq()
943 clk_limit = SMU_13_0_4_UMD_PSTATE_SOCCLK; in smu_v13_0_4_get_dpm_profile_freq()
945 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_SOCCLK, NULL, &clk_limit); in smu_v13_0_4_get_dpm_profile_freq()
948 clk_limit = SMU_13_0_4_UMD_PSTATE_FCLK; in smu_v13_0_4_get_dpm_profile_freq()
950 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_FCLK, NULL, &clk_limit); in smu_v13_0_4_get_dpm_profile_freq()
952 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_FCLK, &clk_limit, NULL); in smu_v13_0_4_get_dpm_profile_freq()
955 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.c989 uint32_t clk_limit = 0; in smu_v13_0_5_get_dpm_profile_freq() local
994 clk_limit = SMU_13_0_5_UMD_PSTATE_GFXCLK; in smu_v13_0_5_get_dpm_profile_freq()
996 smu_v13_0_5_get_dpm_ultimate_freq(smu, SMU_SCLK, NULL, &clk_limit); in smu_v13_0_5_get_dpm_profile_freq()
998 smu_v13_0_5_get_dpm_ultimate_freq(smu, SMU_SCLK, &clk_limit, NULL); in smu_v13_0_5_get_dpm_profile_freq()
1001 smu_v13_0_5_get_dpm_ultimate_freq(smu, SMU_VCLK, NULL, &clk_limit); in smu_v13_0_5_get_dpm_profile_freq()
1004 smu_v13_0_5_get_dpm_ultimate_freq(smu, SMU_DCLK, NULL, &clk_limit); in smu_v13_0_5_get_dpm_profile_freq()
1010 *min_clk = *max_clk = clk_limit; in smu_v13_0_5_get_dpm_profile_freq()