Searched refs:msg_set_min (Results 1 – 1 of 1) sorted by relevance
1215 enum smu_message_type msg_set_min = SMU_MSG_MAX_COUNT; in smu_v14_0_0_set_soft_freq_limited_range() local1225 msg_set_min = SMU_MSG_SetHardMinGfxClk; in smu_v14_0_0_set_soft_freq_limited_range()1229 msg_set_min = SMU_MSG_SetHardMinFclkByFreq; in smu_v14_0_0_set_soft_freq_limited_range()1233 msg_set_min = SMU_MSG_SetHardMinSocclkByFreq; in smu_v14_0_0_set_soft_freq_limited_range()1238 msg_set_min = SMU_MSG_SetHardMinVcn0; in smu_v14_0_0_set_soft_freq_limited_range()1243 msg_set_min = SMU_MSG_SetHardMinVcn1; in smu_v14_0_0_set_soft_freq_limited_range()1247 msg_set_min = SMU_MSG_SetHardMinIspiclkByFreq; in smu_v14_0_0_set_soft_freq_limited_range()1250 msg_set_min = SMU_MSG_SetHardMinIspxclkByFreq; in smu_v14_0_0_set_soft_freq_limited_range()1256 if (min && msg_set_min != SMU_MSG_MAX_COUNT) in smu_v14_0_0_set_soft_freq_limited_range()1257 ret = smu_cmn_send_smc_msg_with_param(smu, msg_set_min, min, NULL); in smu_v14_0_0_set_soft_freq_limited_range()