Searched refs:msg_set_min (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
D | smu_v13_0_4_ppt.c | 842 enum smu_message_type msg_set_min, msg_set_max; in smu_v13_0_4_set_soft_freq_limited_range() local 853 msg_set_min = SMU_MSG_SetHardMinGfxClk; in smu_v13_0_4_set_soft_freq_limited_range() 857 msg_set_min = SMU_MSG_SetHardMinFclkByFreq; in smu_v13_0_4_set_soft_freq_limited_range() 861 msg_set_min = SMU_MSG_SetHardMinSocclkByFreq; in smu_v13_0_4_set_soft_freq_limited_range() 866 msg_set_min = SMU_MSG_SetHardMinVcn; in smu_v13_0_4_set_soft_freq_limited_range() 878 ret = smu_cmn_send_smc_msg_with_param(smu, msg_set_min, min_clk, NULL); in smu_v13_0_4_set_soft_freq_limited_range()
|
D | yellow_carp_ppt.c | 952 enum smu_message_type msg_set_min, msg_set_max; in yellow_carp_set_soft_freq_limited_range() local 964 msg_set_min = SMU_MSG_SetHardMinGfxClk; in yellow_carp_set_soft_freq_limited_range() 968 msg_set_min = SMU_MSG_SetHardMinFclkByFreq; in yellow_carp_set_soft_freq_limited_range() 972 msg_set_min = SMU_MSG_SetHardMinSocclkByFreq; in yellow_carp_set_soft_freq_limited_range() 977 msg_set_min = SMU_MSG_SetHardMinVcn; in yellow_carp_set_soft_freq_limited_range() 989 ret = smu_cmn_send_smc_msg_with_param(smu, msg_set_min, min_clk, NULL); in yellow_carp_set_soft_freq_limited_range()
|
D | smu_v13_0_5_ppt.c | 818 enum smu_message_type msg_set_min, msg_set_max; in smu_v13_0_5_set_soft_freq_limited_range() local 829 msg_set_min = SMU_MSG_SetHardMinGfxClk; in smu_v13_0_5_set_soft_freq_limited_range() 834 msg_set_min = SMU_MSG_SetHardMinVcn; in smu_v13_0_5_set_soft_freq_limited_range() 846 ret = smu_cmn_send_smc_msg_with_param(smu, msg_set_min, min_clk, NULL); in smu_v13_0_5_set_soft_freq_limited_range()
|
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/smu14/ |
D | smu_v14_0_0_ppt.c | 1213 enum smu_message_type msg_set_min, msg_set_max; in smu_v14_0_0_set_soft_freq_limited_range() local 1222 msg_set_min = SMU_MSG_SetHardMinGfxClk; in smu_v14_0_0_set_soft_freq_limited_range() 1226 msg_set_min = SMU_MSG_SetHardMinFclkByFreq; in smu_v14_0_0_set_soft_freq_limited_range() 1230 msg_set_min = SMU_MSG_SetHardMinSocclkByFreq; in smu_v14_0_0_set_soft_freq_limited_range() 1235 msg_set_min = SMU_MSG_SetHardMinVcn0; in smu_v14_0_0_set_soft_freq_limited_range() 1240 msg_set_min = SMU_MSG_SetHardMinVcn1; in smu_v14_0_0_set_soft_freq_limited_range() 1247 ret = smu_cmn_send_smc_msg_with_param(smu, msg_set_min, min, NULL); in smu_v14_0_0_set_soft_freq_limited_range()
|