Searched refs:msg_set_max (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
D | smu_v13_0_4_ppt.c | 832 enum smu_message_type msg_set_min, msg_set_max; in smu_v13_0_4_set_soft_freq_limited_range() local 842 msg_set_max = SMU_MSG_SetSoftMaxGfxClk; in smu_v13_0_4_set_soft_freq_limited_range() 846 msg_set_max = SMU_MSG_SetSoftMaxFclkByFreq; in smu_v13_0_4_set_soft_freq_limited_range() 850 msg_set_max = SMU_MSG_SetSoftMaxSocclkByFreq; in smu_v13_0_4_set_soft_freq_limited_range() 855 msg_set_max = SMU_MSG_SetSoftMaxVcn; in smu_v13_0_4_set_soft_freq_limited_range() 865 return smu_cmn_send_smc_msg_with_param(smu, msg_set_max, in smu_v13_0_4_set_soft_freq_limited_range()
|
D | yellow_carp_ppt.c | 959 enum smu_message_type msg_set_min, msg_set_max; in yellow_carp_set_soft_freq_limited_range() local 969 msg_set_max = SMU_MSG_SetSoftMaxGfxClk; in yellow_carp_set_soft_freq_limited_range() 973 msg_set_max = SMU_MSG_SetSoftMaxFclkByFreq; in yellow_carp_set_soft_freq_limited_range() 977 msg_set_max = SMU_MSG_SetSoftMaxSocclkByFreq; in yellow_carp_set_soft_freq_limited_range() 982 msg_set_max = SMU_MSG_SetSoftMaxVcn; in yellow_carp_set_soft_freq_limited_range() 992 ret = smu_cmn_send_smc_msg_with_param(smu, msg_set_max, max, NULL); in yellow_carp_set_soft_freq_limited_range()
|
D | smu_v13_0_5_ppt.c | 833 enum smu_message_type msg_set_min, msg_set_max; in smu_v13_0_5_set_soft_freq_limited_range() local 843 msg_set_max = SMU_MSG_SetSoftMaxGfxClk; in smu_v13_0_5_set_soft_freq_limited_range() 848 msg_set_max = SMU_MSG_SetSoftMaxVcn; in smu_v13_0_5_set_soft_freq_limited_range() 858 ret = smu_cmn_send_smc_msg_with_param(smu, msg_set_max, max, NULL); in smu_v13_0_5_set_soft_freq_limited_range()
|