Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_4_ppt.c848 enum smu_message_type msg_set_min, msg_set_max; in smu_v13_0_4_set_soft_freq_limited_range() local
859 msg_set_min = SMU_MSG_SetHardMinGfxClk; in smu_v13_0_4_set_soft_freq_limited_range()
863 msg_set_min = SMU_MSG_SetHardMinFclkByFreq; in smu_v13_0_4_set_soft_freq_limited_range()
867 msg_set_min = SMU_MSG_SetHardMinSocclkByFreq; in smu_v13_0_4_set_soft_freq_limited_range()
872 msg_set_min = SMU_MSG_SetHardMinVcn; in smu_v13_0_4_set_soft_freq_limited_range()
884 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()
H A Dyellow_carp_ppt.c961 enum smu_message_type msg_set_min, msg_set_max; in yellow_carp_set_soft_freq_limited_range() local
973 msg_set_min = SMU_MSG_SetHardMinGfxClk; in yellow_carp_set_soft_freq_limited_range()
977 msg_set_min = SMU_MSG_SetHardMinFclkByFreq; in yellow_carp_set_soft_freq_limited_range()
981 msg_set_min = SMU_MSG_SetHardMinSocclkByFreq; in yellow_carp_set_soft_freq_limited_range()
986 msg_set_min = SMU_MSG_SetHardMinVcn; in yellow_carp_set_soft_freq_limited_range()
998 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.c827 enum smu_message_type msg_set_min, msg_set_max; in smu_v13_0_5_set_soft_freq_limited_range() local
838 msg_set_min = SMU_MSG_SetHardMinGfxClk; in smu_v13_0_5_set_soft_freq_limited_range()
843 msg_set_min = SMU_MSG_SetHardMinVcn; in smu_v13_0_5_set_soft_freq_limited_range()
855 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()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu15/
H A Dsmu_v15_0_0_ppt.c1332 enum smu_message_type msg_set_min, msg_set_max; in smu_v15_0_0_set_soft_freq_limited_range() local
1341 msg_set_min = SMU_MSG_SetSoftMinGfxclk; in smu_v15_0_0_set_soft_freq_limited_range()
1345 msg_set_min = SMU_MSG_SetSoftMinFclk; in smu_v15_0_0_set_soft_freq_limited_range()
1349 msg_set_min = SMU_MSG_SetSoftMinSocclkByFreq; in smu_v15_0_0_set_soft_freq_limited_range()
1354 msg_set_min = SMU_MSG_SetSoftMinVcn; in smu_v15_0_0_set_soft_freq_limited_range()
1361 ret = smu_cmn_send_smc_msg_with_param(smu, msg_set_min, min, NULL); in smu_v15_0_0_set_soft_freq_limited_range()