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 | 848 enum smu_message_type msg_set_min, msg_set_max; in smu_v13_0_4_set_soft_freq_limited_range() local 860 msg_set_max = SMU_MSG_SetSoftMaxGfxClk; in smu_v13_0_4_set_soft_freq_limited_range() 864 msg_set_max = SMU_MSG_SetSoftMaxFclkByFreq; in smu_v13_0_4_set_soft_freq_limited_range() 868 msg_set_max = SMU_MSG_SetSoftMaxSocclkByFreq; in smu_v13_0_4_set_soft_freq_limited_range() 873 msg_set_max = SMU_MSG_SetSoftMaxVcn; in smu_v13_0_4_set_soft_freq_limited_range() 888 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 | 961 enum smu_message_type msg_set_min, msg_set_max; in yellow_carp_set_soft_freq_limited_range() local 974 msg_set_max = SMU_MSG_SetSoftMaxGfxClk; in yellow_carp_set_soft_freq_limited_range() 978 msg_set_max = SMU_MSG_SetSoftMaxFclkByFreq; in yellow_carp_set_soft_freq_limited_range() 982 msg_set_max = SMU_MSG_SetSoftMaxSocclkByFreq; in yellow_carp_set_soft_freq_limited_range() 987 msg_set_max = SMU_MSG_SetSoftMaxVcn; in yellow_carp_set_soft_freq_limited_range() 1003 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 | 827 enum smu_message_type msg_set_min, msg_set_max; in smu_v13_0_5_set_soft_freq_limited_range() local 839 msg_set_max = SMU_MSG_SetSoftMaxGfxClk; in smu_v13_0_5_set_soft_freq_limited_range() 844 msg_set_max = SMU_MSG_SetSoftMaxVcn; in smu_v13_0_5_set_soft_freq_limited_range() 859 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/smu15/ |
| H A D | smu_v15_0_0_ppt.c | 1332 enum smu_message_type msg_set_min, msg_set_max; in smu_v15_0_0_set_soft_freq_limited_range() local 1342 msg_set_max = SMU_MSG_SetSoftMaxGfxClk; in smu_v15_0_0_set_soft_freq_limited_range() 1346 msg_set_max = SMU_MSG_SetSoftMaxFclkByFreq; in smu_v15_0_0_set_soft_freq_limited_range() 1350 msg_set_max = SMU_MSG_SetSoftMaxSocclkByFreq; in smu_v15_0_0_set_soft_freq_limited_range() 1355 msg_set_max = SMU_MSG_SetSoftMaxVcn; in smu_v15_0_0_set_soft_freq_limited_range() 1365 return smu_cmn_send_smc_msg_with_param(smu, msg_set_max, in smu_v15_0_0_set_soft_freq_limited_range()
|