Searched refs:msg_set_max (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
H A D | smu_v13_0_4_ppt.c | 858 enum smu_message_type msg_set_min, msg_set_max; in smu_v13_0_4_set_soft_freq_limited_range() local 870 msg_set_max = SMU_MSG_SetSoftMaxGfxClk; in smu_v13_0_4_set_soft_freq_limited_range() 874 msg_set_max = SMU_MSG_SetSoftMaxFclkByFreq; in smu_v13_0_4_set_soft_freq_limited_range() 878 msg_set_max = SMU_MSG_SetSoftMaxSocclkByFreq; in smu_v13_0_4_set_soft_freq_limited_range() 883 msg_set_max = SMU_MSG_SetSoftMaxVcn; in smu_v13_0_4_set_soft_freq_limited_range() 898 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 | 968 enum smu_message_type msg_set_min, msg_set_max; in yellow_carp_set_soft_freq_limited_range() local 981 msg_set_max = SMU_MSG_SetSoftMaxGfxClk; in yellow_carp_set_soft_freq_limited_range() 985 msg_set_max = SMU_MSG_SetSoftMaxFclkByFreq; in yellow_carp_set_soft_freq_limited_range() 989 msg_set_max = SMU_MSG_SetSoftMaxSocclkByFreq; in yellow_carp_set_soft_freq_limited_range() 994 msg_set_max = SMU_MSG_SetSoftMaxVcn; in yellow_carp_set_soft_freq_limited_range() 1010 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 | 834 enum smu_message_type msg_set_min, msg_set_max; in smu_v13_0_5_set_soft_freq_limited_range() local 846 msg_set_max = SMU_MSG_SetSoftMaxGfxClk; in smu_v13_0_5_set_soft_freq_limited_range() 851 msg_set_max = SMU_MSG_SetSoftMaxVcn; in smu_v13_0_5_set_soft_freq_limited_range() 866 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()
|