Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0_0_ppt.c1214 enum smu_message_type msg_set_min = SMU_MSG_MAX_COUNT; in smu_v14_0_0_set_soft_freq_limited_range() local
1224 msg_set_min = SMU_MSG_SetHardMinGfxClk; in smu_v14_0_0_set_soft_freq_limited_range()
1228 msg_set_min = SMU_MSG_SetHardMinFclkByFreq; in smu_v14_0_0_set_soft_freq_limited_range()
1232 msg_set_min = SMU_MSG_SetHardMinSocclkByFreq; in smu_v14_0_0_set_soft_freq_limited_range()
1237 msg_set_min = SMU_MSG_SetHardMinVcn0; in smu_v14_0_0_set_soft_freq_limited_range()
1242 msg_set_min = SMU_MSG_SetHardMinVcn1; in smu_v14_0_0_set_soft_freq_limited_range()
1246 msg_set_min = SMU_MSG_SetHardMinIspiclkByFreq; in smu_v14_0_0_set_soft_freq_limited_range()
1249 msg_set_min = SMU_MSG_SetHardMinIspxclkByFreq; in smu_v14_0_0_set_soft_freq_limited_range()
1255 if (min && msg_set_min != SMU_MSG_MAX_COUNT) in smu_v14_0_0_set_soft_freq_limited_range()
1256 ret = smu_cmn_send_smc_msg_with_param(smu, msg_set_min, mi in smu_v14_0_0_set_soft_freq_limited_range()
[all...]
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dyellow_carp_ppt.c955 enum smu_message_type msg_set_min, msg_set_max; in yellow_carp_set_soft_freq_limited_range() local
967 msg_set_min = SMU_MSG_SetHardMinGfxClk; in yellow_carp_set_soft_freq_limited_range()
971 msg_set_min = SMU_MSG_SetHardMinFclkByFreq; in yellow_carp_set_soft_freq_limited_range()
975 msg_set_min = SMU_MSG_SetHardMinSocclkByFreq; in yellow_carp_set_soft_freq_limited_range()
980 msg_set_min = SMU_MSG_SetHardMinVcn; in yellow_carp_set_soft_freq_limited_range()
992 ret = smu_cmn_send_smc_msg_with_param(smu, msg_set_min, min_clk, NULL); in yellow_carp_set_soft_freq_limited_range()
H A Dsmu_v13_0_5_ppt.c821 enum smu_message_type msg_set_min, msg_set_max; in smu_v13_0_5_set_soft_freq_limited_range() local
832 msg_set_min = SMU_MSG_SetHardMinGfxClk; in smu_v13_0_5_set_soft_freq_limited_range()
837 msg_set_min = SMU_MSG_SetHardMinVcn; in smu_v13_0_5_set_soft_freq_limited_range()
849 ret = smu_cmn_send_smc_msg_with_param(smu, msg_set_min, min_clk, NULL); in smu_v13_0_5_set_soft_freq_limited_range()