Searched refs:clk_limit (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
H A D | yellow_carp_ppt.c | 1021 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() 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 1117 i == 1 ? cur_value : clk_limit, in yellow_carp_print_clk_levels() 1173 uint32_t clk_limit = 0; in yellow_carp_get_dpm_profile_freq() local [all …]
|
H A D | smu_v13_0_4_ppt.c | 943 uint32_t clk_limit = 0; in smu_v13_0_4_get_dpm_profile_freq() local 948 clk_limit = SMU_13_0_4_UMD_PSTATE_GFXCLK; in smu_v13_0_4_get_dpm_profile_freq() 950 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_SCLK, NULL, &clk_limit); in smu_v13_0_4_get_dpm_profile_freq() 952 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_SCLK, &clk_limit, NULL); in smu_v13_0_4_get_dpm_profile_freq() 955 clk_limit = SMU_13_0_4_UMD_PSTATE_SOCCLK; in smu_v13_0_4_get_dpm_profile_freq() 960 clk_limit = SMU_13_0_4_UMD_PSTATE_FCLK; in smu_v13_0_4_get_dpm_profile_freq() 962 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_FCLK, NULL, &clk_limit); in smu_v13_0_4_get_dpm_profile_freq() 964 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_FCLK, &clk_limit, NULL); in smu_v13_0_4_get_dpm_profile_freq() 967 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_VCLK, NULL, &clk_limit); in smu_v13_0_4_get_dpm_profile_freq() 970 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_DCLK, NULL, &clk_limit); in smu_v13_0_4_get_dpm_profile_freq() [all …]
|
H A D | smu_v13_0_5_ppt.c | 989 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()
|