Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dsmu_v13_0_4_ppt.c846 enum smu_message_type msg_set_min, msg_set_max; in smu_v13_0_4_set_soft_freq_limited_range() local
857 msg_set_min = SMU_MSG_SetHardMinGfxClk; in smu_v13_0_4_set_soft_freq_limited_range()
861 msg_set_min = SMU_MSG_SetHardMinFclkByFreq; in smu_v13_0_4_set_soft_freq_limited_range()
865 msg_set_min = SMU_MSG_SetHardMinSocclkByFreq; in smu_v13_0_4_set_soft_freq_limited_range()
870 msg_set_min = SMU_MSG_SetHardMinVcn; in smu_v13_0_4_set_soft_freq_limited_range()
882 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()
Dyellow_carp_ppt.c968 enum smu_message_type msg_set_min, msg_set_max; in yellow_carp_set_soft_freq_limited_range() local
980 msg_set_min = SMU_MSG_SetHardMinGfxClk; in yellow_carp_set_soft_freq_limited_range()
984 msg_set_min = SMU_MSG_SetHardMinFclkByFreq; in yellow_carp_set_soft_freq_limited_range()
988 msg_set_min = SMU_MSG_SetHardMinSocclkByFreq; in yellow_carp_set_soft_freq_limited_range()
993 msg_set_min = SMU_MSG_SetHardMinVcn; in yellow_carp_set_soft_freq_limited_range()
1005 ret = smu_cmn_send_smc_msg_with_param(smu, msg_set_min, min_clk, NULL); in yellow_carp_set_soft_freq_limited_range()
Dsmu_v13_0_5_ppt.c834 enum smu_message_type msg_set_min, msg_set_max; in smu_v13_0_5_set_soft_freq_limited_range() local
845 msg_set_min = SMU_MSG_SetHardMinGfxClk; in smu_v13_0_5_set_soft_freq_limited_range()
850 msg_set_min = SMU_MSG_SetHardMinVcn; in smu_v13_0_5_set_soft_freq_limited_range()
862 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()