Searched refs:msg_set_max (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
H A 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 854 msg_set_max = SMU_MSG_SetSoftMaxGfxClk; in smu_v13_0_4_set_soft_freq_limited_range() 858 msg_set_max = SMU_MSG_SetSoftMaxFclkByFreq; in smu_v13_0_4_set_soft_freq_limited_range() 862 msg_set_max = SMU_MSG_SetSoftMaxSocclkByFreq; in smu_v13_0_4_set_soft_freq_limited_range() 867 msg_set_max = SMU_MSG_SetSoftMaxVcn; in smu_v13_0_4_set_soft_freq_limited_range() 882 return smu_cmn_send_smc_msg_with_param(smu, msg_set_max, in smu_v13_0_4_set_soft_freq_limited_range()
|
H A 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 965 msg_set_max = SMU_MSG_SetSoftMaxGfxClk; in yellow_carp_set_soft_freq_limited_range() 969 msg_set_max = SMU_MSG_SetSoftMaxFclkByFreq; in yellow_carp_set_soft_freq_limited_range() 973 msg_set_max = SMU_MSG_SetSoftMaxSocclkByFreq; in yellow_carp_set_soft_freq_limited_range() 978 msg_set_max = SMU_MSG_SetSoftMaxVcn; in yellow_carp_set_soft_freq_limited_range() 994 ret = smu_cmn_send_smc_msg_with_param(smu, msg_set_max, max_clk, NULL); in yellow_carp_set_soft_freq_limited_range()
|
H A 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 830 msg_set_max = SMU_MSG_SetSoftMaxGfxClk; in smu_v13_0_5_set_soft_freq_limited_range() 835 msg_set_max = SMU_MSG_SetSoftMaxVcn; in smu_v13_0_5_set_soft_freq_limited_range() 850 ret = smu_cmn_send_smc_msg_with_param(smu, msg_set_max, max_clk, NULL); in smu_v13_0_5_set_soft_freq_limited_range()
|
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/ |
H A D | smu_v14_0_0_ppt.c | 1212 enum smu_message_type msg_set_min, msg_set_max; in smu_v14_0_0_set_soft_freq_limited_range() local 1222 msg_set_max = SMU_MSG_SetSoftMaxGfxClk; in smu_v14_0_0_set_soft_freq_limited_range() 1226 msg_set_max = SMU_MSG_SetSoftMaxFclkByFreq; in smu_v14_0_0_set_soft_freq_limited_range() 1230 msg_set_max = SMU_MSG_SetSoftMaxSocclkByFreq; in smu_v14_0_0_set_soft_freq_limited_range() 1235 msg_set_max = SMU_MSG_SetSoftMaxVcn0; in smu_v14_0_0_set_soft_freq_limited_range() 1240 msg_set_max = SMU_MSG_SetSoftMaxVcn1; in smu_v14_0_0_set_soft_freq_limited_range() 1250 return smu_cmn_send_smc_msg_with_param(smu, msg_set_max, in smu_v14_0_0_set_soft_freq_limited_range()
|