Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dyellow_carp_ppt.c1008 enum smu_message_type msg_set_min, msg_set_max; in yellow_carp_set_soft_freq_limited_range() local
1017 msg_set_min = SMU_MSG_SetHardMinGfxClk; in yellow_carp_set_soft_freq_limited_range()
1021 msg_set_min = SMU_MSG_SetHardMinFclkByFreq; in yellow_carp_set_soft_freq_limited_range()
1025 msg_set_min = SMU_MSG_SetHardMinSocclkByFreq; in yellow_carp_set_soft_freq_limited_range()
1030 msg_set_min = SMU_MSG_SetHardMinVcn; in yellow_carp_set_soft_freq_limited_range()
1037 ret = smu_cmn_send_smc_msg_with_param(smu, msg_set_min, min, NULL); in yellow_carp_set_soft_freq_limited_range()