Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/pm/swsmu/smu12/
Dsmu_v12_0.c116 return smu_cmn_send_smc_msg(smu, SMU_MSG_PowerDownSdma, NULL); in smu_v12_0_powergate_sdma()
118 return smu_cmn_send_smc_msg(smu, SMU_MSG_PowerUpSdma, NULL); in smu_v12_0_powergate_sdma()
163 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_AllowGfxOff, NULL); in smu_v12_0_gfx_off_control()
166 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_DisallowGfxOff, NULL); in smu_v12_0_gfx_off_control()
Drenoir_ppt.c319 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_GetMaxGfxclkFrequency, max); in renoir_get_dpm_ultimate_freq()
347 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_GetMinGfxclkFrequency, min); in renoir_get_dpm_ultimate_freq()
654 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_PowerDownVcn, NULL); in renoir_dpm_set_vcn_enable()
1431 .send_smc_msg = smu_cmn_send_smc_msg,
/drivers/gpu/drm/amd/pm/swsmu/
Dsmu_cmn.c360 int smu_cmn_send_smc_msg(struct smu_context *smu, in smu_cmn_send_smc_msg() function
540 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_GetEnabledSmuFeaturesHigh, &feature_mask_high); in smu_cmn_get_enabled_mask()
544 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_GetEnabledSmuFeaturesLow, &feature_mask_low); in smu_cmn_get_enabled_mask()
854 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_GetDriverIfVersion, if_version); in smu_cmn_get_smc_version()
862 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_GetSmuVersion, smu_version); in smu_cmn_get_smc_version()
1050 ret = smu_cmn_send_smc_msg(smu, msg, NULL); in smu_cmn_set_mp1_state()
Dsmu_cmn.h37 int smu_cmn_send_smc_msg(struct smu_context *smu,
/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dsmu_v13_0.c751 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_AllowGfxOff, NULL); in smu_v13_0_gfx_off_control()
753 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_DisallowGfxOff, NULL); in smu_v13_0_gfx_off_control()
769 ret = smu_cmn_send_smc_msg(smu, (en ? SMU_MSG_EnableAllSmuFeatures : in smu_v13_0_system_features_control()
1254 return smu_cmn_send_smc_msg(smu, in smu_v13_0_ack_ac_dc_interrupt()
1416 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_BacoAudioD3PME, NULL); in smu_v13_0_set_azalia_d3_pme()
1430 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_Mode1Reset, NULL); in smu_v13_0_mode1_reset()
1446 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_GfxDriverResetRecovery, NULL); in smu_v13_0_wait_for_reset_complete()
Daldebaran_ppt.c469 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_BoardPowerCalibration, NULL); in aldebaran_run_board_btc()
480 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_RunDcBtc, NULL); in aldebaran_run_btc()
1217 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_GetPptLimit, in aldebaran_get_power_limit()
1276 smu_cmn_send_smc_msg(smu, SMU_MSG_DisableDeterminism, NULL); in aldebaran_set_performance_level()
1903 .send_smc_msg = smu_cmn_send_smc_msg,
Dyellow_carp_ppt.c213 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_PrepareMp1ForUnload, NULL); in yellow_carp_system_features_control()
286 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_EnableGfxOff, NULL); in yellow_carp_post_smu_init()
1260 .send_smc_msg = smu_cmn_send_smc_msg,
/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dsmu_v11_0.c798 ret = smu_cmn_send_smc_msg(smu, (en ? SMU_MSG_EnableAllSmuFeatures : in smu_v11_0_system_features_control()
1016 return smu_cmn_send_smc_msg(smu, in smu_v11_0_ack_ac_dc_interrupt()
1151 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_AllowGfxOff, NULL); in smu_v11_0_gfx_off_control()
1153 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_DisallowGfxOff, NULL); in smu_v11_0_gfx_off_control()
1582 return smu_cmn_send_smc_msg(smu, SMU_MSG_BacoAudioD3PME, NULL); in smu_v11_0_set_azalia_d3_pme()
1676 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_ExitBaco, NULL); in smu_v11_0_baco_set_state()
1715 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_Mode1Reset, NULL); in smu_v11_0_mode1_reset()
Dcyan_skillfish_ppt.c504 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_UnforceGfxVid, NULL); in cyan_skillfish_od_edit_dpm_table()
546 .send_smc_msg = smu_cmn_send_smc_msg,
Dvangogh_ppt.c1992 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_EnableGfxOff, NULL); in vangogh_post_smu_init()
2062 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_GetSlowPPTLimit, &ppt_limit); in vangogh_get_power_limit()
2075 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_GetFastPPTLimit, &ppt_limit); in vangogh_get_power_limit()
2177 .send_smc_msg = smu_cmn_send_smc_msg,
Darcturus_ppt.c518 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_RunAfllBtc, NULL); in arcturus_run_btc()
524 return smu_cmn_send_smc_msg(smu, SMU_MSG_RunDcBtc, NULL); in arcturus_run_btc()
2210 smu_cmn_send_smc_msg(smu, SMU_MSG_ReadSerialNumTop32, &top32); in arcturus_get_unique_id()
2211 smu_cmn_send_smc_msg(smu, SMU_MSG_ReadSerialNumBottom32, &bottom32); in arcturus_get_unique_id()
2440 .send_smc_msg = smu_cmn_send_smc_msg,
Dnavi10_ppt.c1163 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_PowerDownVcn, NULL); in navi10_dpm_set_vcn_enable()
1178 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_PowerUpJpeg, NULL); in navi10_dpm_set_jpeg_enable()
1184 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_PowerDownJpeg, NULL); in navi10_dpm_set_jpeg_enable()
2554 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_RunBtc, NULL); in navi10_run_btc()
2618 return smu_cmn_send_smc_msg(smu, SMU_MSG_DAL_ENABLE_DUMMY_PSTATE_CHANGE, NULL); in navi10_umc_hybrid_cdr_workaround()
3284 .send_smc_msg = smu_cmn_send_smc_msg,
Dsienna_cichlid_ppt.c2327 return smu_cmn_send_smc_msg(smu, SMU_MSG_RunDcBtc, NULL); in sienna_cichlid_run_btc()
4029 .send_smc_msg = smu_cmn_send_smc_msg,