Searched refs:clk_limit (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
| H A D | yellow_carp_ppt.c | 1014 uint32_t clk_limit = 0; in yellow_carp_get_umd_pstate_clk_default() local 1021 clk_limit = SMU_13_0_8_UMD_PSTATE_GFXCLK; in yellow_carp_get_umd_pstate_clk_default() 1024 clk_limit = SMU_13_0_1_UMD_PSTATE_GFXCLK; in yellow_carp_get_umd_pstate_clk_default() 1028 clk_limit = SMU_13_0_8_UMD_PSTATE_SOCCLK; in yellow_carp_get_umd_pstate_clk_default() 1031 clk_limit = SMU_13_0_1_UMD_PSTATE_SOCCLK; in yellow_carp_get_umd_pstate_clk_default() 1035 clk_limit = SMU_13_0_8_UMD_PSTATE_FCLK; in yellow_carp_get_umd_pstate_clk_default() 1038 clk_limit = SMU_13_0_1_UMD_PSTATE_FCLK; in yellow_carp_get_umd_pstate_clk_default() 1044 return clk_limit; in yellow_carp_get_umd_pstate_clk_default() 1054 uint32_t clk_limit = 0; in yellow_carp_emit_clk_levels() local 1094 clk_limit = yellow_carp_get_umd_pstate_clk_default(smu, clk_type); in yellow_carp_emit_clk_levels() [all …]
|
| H A D | smu_v13_0_4_ppt.c | 933 uint32_t clk_limit = 0; in smu_v13_0_4_get_dpm_profile_freq() local 938 clk_limit = SMU_13_0_4_UMD_PSTATE_GFXCLK; in smu_v13_0_4_get_dpm_profile_freq() 940 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_SCLK, NULL, &clk_limit); in smu_v13_0_4_get_dpm_profile_freq() 942 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_SCLK, &clk_limit, NULL); in smu_v13_0_4_get_dpm_profile_freq() 945 clk_limit = SMU_13_0_4_UMD_PSTATE_SOCCLK; in smu_v13_0_4_get_dpm_profile_freq() 947 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_SOCCLK, NULL, &clk_limit); in smu_v13_0_4_get_dpm_profile_freq() 950 clk_limit = SMU_13_0_4_UMD_PSTATE_FCLK; in smu_v13_0_4_get_dpm_profile_freq() 952 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_FCLK, NULL, &clk_limit); in smu_v13_0_4_get_dpm_profile_freq() 954 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_FCLK, &clk_limit, NULL); in smu_v13_0_4_get_dpm_profile_freq() 957 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_VCLK, NULL, &clk_limit); in smu_v13_0_4_get_dpm_profile_freq() [all …]
|
| H A D | smu_v13_0_5_ppt.c | 982 uint32_t clk_limit = 0; in smu_v13_0_5_get_dpm_profile_freq() local 987 clk_limit = SMU_13_0_5_UMD_PSTATE_GFXCLK; in smu_v13_0_5_get_dpm_profile_freq() 989 smu_v13_0_5_get_dpm_ultimate_freq(smu, SMU_SCLK, NULL, &clk_limit); in smu_v13_0_5_get_dpm_profile_freq() 991 smu_v13_0_5_get_dpm_ultimate_freq(smu, SMU_SCLK, &clk_limit, NULL); in smu_v13_0_5_get_dpm_profile_freq() 994 smu_v13_0_5_get_dpm_ultimate_freq(smu, SMU_VCLK, NULL, &clk_limit); in smu_v13_0_5_get_dpm_profile_freq() 997 smu_v13_0_5_get_dpm_ultimate_freq(smu, SMU_DCLK, NULL, &clk_limit); in smu_v13_0_5_get_dpm_profile_freq() 1003 *min_clk = *max_clk = clk_limit; in smu_v13_0_5_get_dpm_profile_freq()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu15/ |
| H A D | smu_v15_0_0_ppt.c | 1411 uint32_t clk_limit = 0; in smu_v15_0_common_get_dpm_profile_freq() local 1417 clk_limit = SMU_15_0_UMD_PSTATE_GFXCLK; in smu_v15_0_common_get_dpm_profile_freq() 1419 smu_v15_0_common_get_dpm_ultimate_freq(smu, SMU_SCLK, NULL, &clk_limit); in smu_v15_0_common_get_dpm_profile_freq() 1421 smu_v15_0_common_get_dpm_ultimate_freq(smu, SMU_SCLK, &clk_limit, NULL); in smu_v15_0_common_get_dpm_profile_freq() 1424 clk_limit = SMU_15_0_UMD_PSTATE_SOCCLK; in smu_v15_0_common_get_dpm_profile_freq() 1426 smu_v15_0_common_get_dpm_ultimate_freq(smu, SMU_SOCCLK, NULL, &clk_limit); in smu_v15_0_common_get_dpm_profile_freq() 1431 smu_v15_0_common_get_dpm_ultimate_freq(smu, SMU_FCLK, NULL, &clk_limit); in smu_v15_0_common_get_dpm_profile_freq() 1433 clk_limit = SMU_15_0_UMD_PSTATE_FCLK; in smu_v15_0_common_get_dpm_profile_freq() 1435 smu_v15_0_common_get_dpm_ultimate_freq(smu, SMU_FCLK, NULL, &clk_limit); in smu_v15_0_common_get_dpm_profile_freq() 1437 smu_v15_0_common_get_dpm_ultimate_freq(smu, SMU_FCLK, &clk_limit, NULL); in smu_v15_0_common_get_dpm_profile_freq() [all …]
|