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/smu13/
H A Dsmu_v13_0_4_ppt.c842 enum smu_message_type msg_set_min, msg_set_max; in smu_v13_0_4_set_soft_freq_limited_range() local
853 msg_set_min = SMU_MSG_SetHardMinGfxClk; in smu_v13_0_4_set_soft_freq_limited_range()
857 msg_set_min = SMU_MSG_SetHardMinFclkByFreq; in smu_v13_0_4_set_soft_freq_limited_range()
861 msg_set_min = SMU_MSG_SetHardMinSocclkByFreq; in smu_v13_0_4_set_soft_freq_limited_range()
866 msg_set_min = SMU_MSG_SetHardMinVcn; in smu_v13_0_4_set_soft_freq_limited_range()
878 ret = smu_cmn_send_smc_msg_with_param(smu, msg_set_min, min_clk, NULL); in smu_v13_0_4_set_soft_freq_limited_range()