Home
last modified time | relevance | path

Searched refs:msg_set_min (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0_0_ppt.c1215 enum smu_message_type msg_set_min = SMU_MSG_MAX_COUNT; in smu_v14_0_0_set_soft_freq_limited_range() local
1225 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()