| /linux/drivers/gpu/drm/amd/pm/swsmu/smu12/ |
| H A D | smu_v12_0.c | 115 return smu_cmn_send_smc_msg(smu, SMU_MSG_PowerDownSdma, NULL); in smu_v12_0_powergate_sdma() 117 return smu_cmn_send_smc_msg(smu, SMU_MSG_PowerUpSdma, NULL); in smu_v12_0_powergate_sdma() 162 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_AllowGfxOff, NULL); in smu_v12_0_gfx_off_control() 165 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_DisallowGfxOff, NULL); in smu_v12_0_gfx_off_control()
|
| H A D | renoir_ppt.c | 321 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_GetMaxGfxclkFrequency, max); in renoir_get_dpm_ultimate_freq() 349 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_GetMinGfxclkFrequency, min); in renoir_get_dpm_ultimate_freq() 652 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_PowerDownVcn, NULL); in renoir_dpm_set_vcn_enable()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/ |
| H A D | smu_cmn.c | 186 int smu_cmn_send_smc_msg(struct smu_context *smu, in smu_cmn_send_smc_msg() function 787 ret = smu_cmn_send_smc_msg( in smu_cmn_get_enabled_mask() 792 ret = smu_cmn_send_smc_msg( in smu_cmn_get_enabled_mask() 1020 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_GetDriverIfVersion, if_version); in smu_cmn_get_smc_version() 1028 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_GetSmuVersion, smu_version); in smu_cmn_get_smc_version() 1169 ret = smu_cmn_send_smc_msg(smu, msg, NULL); in smu_cmn_set_mp1_state()
|
| H A D | smu_cmn.h | 118 int smu_cmn_send_smc_msg(struct smu_context *smu,
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
| H A D | smu_v13_0.c | 798 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_AllowGfxOff, NULL); in smu_v13_0_gfx_off_control() 800 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_DisallowGfxOff, NULL); in smu_v13_0_gfx_off_control() 812 return smu_cmn_send_smc_msg(smu, (en ? SMU_MSG_EnableAllSmuFeatures : in smu_v13_0_system_features_control() 821 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_DALNotPresent, NULL); in smu_v13_0_notify_display_change() 995 return smu_cmn_send_smc_msg(smu, in smu_v13_0_allow_ih_interrupt() 1254 smu_cmn_send_smc_msg(smu, in smu_v13_0_interrupt_work() 1450 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_BacoAudioD3PME, NULL); in smu_v13_0_set_azalia_d3_pme() 1461 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_GfxDriverResetRecovery, NULL); in smu_v13_0_wait_for_reset_complete() 2017 res = smu_cmn_send_smc_msg(smu, SMU_MSG_RunDcBtc, NULL); in smu_v13_0_run_btc() 2169 ret = smu_cmn_send_smc_msg(smu, in smu_v13_0_baco_set_state() [all …]
|
| H A D | smu_v13_0_6_ppt.c | 769 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_GetMetricsTable, NULL); in smu_v13_0_6_get_metrics_table() 848 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_GetStaticMetricsTable, NULL); in smu_v13_0_6_get_static_metrics_table() 912 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_GetMetricsVersion, in smu_v13_0_6_setup_driver_pptable() 1040 ret = smu_cmn_send_smc_msg( in smu_v13_0_6_get_dpm_ultimate_freq() 1051 ret = smu_cmn_send_smc_msg( in smu_v13_0_6_get_dpm_ultimate_freq() 1707 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_GetPptLimit, &power_limit); in smu_v13_0_6_get_power_limit() 1774 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_GetFastPptLimit, ppt_limit); in smu_v13_0_6_get_ppt_limit() 1914 smu_cmn_send_smc_msg(smu, SMU_MSG_PrepareMp1ForUnload, NULL); in smu_v13_0_6_notify_unload() 1980 smu_cmn_send_smc_msg(smu, SMU_MSG_DisableDeterminism, NULL); in smu_v13_0_6_set_performance_level() 2326 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_RequestI2cTransaction, in smu_v13_0_6_request_i2c_xfer() [all …]
|
| H A D | aldebaran_ppt.c | 562 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_BoardPowerCalibration, NULL); in aldebaran_run_board_btc() 573 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_RunDcBtc, NULL); in aldebaran_run_btc() 1141 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_GetPptLimit, in aldebaran_get_power_limit() 1205 smu_cmn_send_smc_msg(smu, SMU_MSG_DisableDeterminism, NULL); in aldebaran_set_performance_level() 1808 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_Mode1Reset, NULL); in aldebaran_mode1_reset()
|
| H A D | smu_v13_0_12_ppt.c | 296 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_GetMetricsVersion, in smu_v13_0_12_setup_driver_pptable() 466 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_GetSystemMetricsTable, NULL); in smu_v13_0_12_get_system_metrics_table()
|
| H A D | yellow_carp_ppt.c | 221 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_PrepareMp1ForUnload, NULL); in yellow_carp_system_features_control() 279 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_EnableGfxOff, NULL); in yellow_carp_post_smu_init()
|
| H A D | smu_v13_0_5_ppt.c | 194 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_PrepareMp1ForUnload, NULL); in smu_v13_0_5_system_features_control()
|
| H A D | smu_v13_0_4_ppt.c | 244 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_PrepareMp1ForUnload, NULL); in smu_v13_0_4_system_features_control()
|
| H A D | smu_v13_0_0_ppt.c | 2866 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_Mode1Reset, NULL); in smu_v13_0_0_mode1_reset() 2887 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_Mode2Reset, NULL); in smu_v13_0_0_mode2_reset()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu15/ |
| H A D | smu_v15_0.c | 744 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_AllowGfxOff, NULL); in smu_v15_0_gfx_off_control() 746 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_DisallowGfxOff, NULL); in smu_v15_0_gfx_off_control() 758 return smu_cmn_send_smc_msg(smu, (en ? SMU_MSG_EnableAllSmuFeatures : in smu_v15_0_system_features_control() 955 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_GfxDriverResetRecovery, NULL); in smu_v15_0_wait_for_reset_complete() 1497 res = smu_cmn_send_smc_msg(smu, SMU_MSG_RunDcBtc, NULL); in smu_v15_0_run_btc() 1672 ret = smu_cmn_send_smc_msg(smu, in smu_v15_0_baco_set_state() 1812 return smu_cmn_send_smc_msg(smu, in smu_v15_0_allow_ih_interrupt()
|
| H A D | smu_v15_0_0_ppt.c | 231 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_PrepareMp1ForUnload, NULL); in smu_v15_0_0_system_features_control()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu14/ |
| H A D | smu_v14_0.c | 779 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_AllowGfxOff, NULL); in smu_v14_0_gfx_off_control() 781 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_DisallowGfxOff, NULL); in smu_v14_0_gfx_off_control() 793 return smu_cmn_send_smc_msg(smu, (en ? SMU_MSG_EnableAllSmuFeatures : in smu_v14_0_system_features_control() 1070 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_GfxDriverResetRecovery, NULL); in smu_v14_0_wait_for_reset_complete() 1622 res = smu_cmn_send_smc_msg(smu, SMU_MSG_RunDcBtc, NULL); in smu_v14_0_run_btc() 1797 ret = smu_cmn_send_smc_msg(smu, in smu_v14_0_baco_set_state() 1950 return smu_cmn_send_smc_msg(smu, in smu_v14_0_allow_ih_interrupt()
|
| H A D | smu_v14_0_0_ppt.c | 255 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_PrepareMp1ForUnload, NULL); in smu_v14_0_0_system_features_control()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
| H A D | smu_v11_0.c | 777 return smu_cmn_send_smc_msg(smu, (en ? SMU_MSG_EnableAllSmuFeatures : in smu_v11_0_system_features_control() 983 return smu_cmn_send_smc_msg(smu, in smu_v11_0_ack_ac_dc_interrupt() 1124 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_AllowGfxOff, NULL); in smu_v11_0_gfx_off_control() 1126 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_DisallowGfxOff, NULL); in smu_v11_0_gfx_off_control() 1556 return smu_cmn_send_smc_msg(smu, SMU_MSG_BacoAudioD3PME, NULL); in smu_v11_0_set_azalia_d3_pme() 1649 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_ExitBaco, NULL); in smu_v11_0_baco_set_state() 1697 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_Mode1Reset, NULL); in smu_v11_0_mode1_reset()
|
| H A D | arcturus_ppt.c | 552 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_RunAfllBtc, NULL); in arcturus_run_btc() 558 return smu_cmn_send_smc_msg(smu, SMU_MSG_RunDcBtc, NULL); in arcturus_run_btc() 1718 smu_cmn_send_smc_msg(smu, SMU_MSG_ReadSerialNumTop32, &top32); in arcturus_get_unique_id() 1719 smu_cmn_send_smc_msg(smu, SMU_MSG_ReadSerialNumBottom32, &bottom32); in arcturus_get_unique_id()
|
| H A D | vangogh_ppt.c | 2243 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_EnableGfxOff, NULL); in vangogh_post_smu_init() 2332 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_GetSlowPPTLimit, &ppt_limit); in vangogh_get_power_limit() 2347 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_GetFastPPTLimit, &ppt_limit); in vangogh_get_power_limit() 2505 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_GetGfxOffEntryCount, &value); in vangogh_get_gfxoff_entrycount()
|
| H A D | cyan_skillfish_ppt.c | 515 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_UnforceGfxVid, NULL); in cyan_skillfish_od_edit_dpm_table()
|
| H A D | navi10_ppt.c | 1139 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_PowerDownVcn, NULL); in navi10_dpm_set_vcn_enable() 1154 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_PowerUpJpeg, NULL); in navi10_dpm_set_jpeg_enable() 1160 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()
|
| H A D | sienna_cichlid_ppt.c | 2438 res = smu_cmn_send_smc_msg(smu, SMU_MSG_RunDcBtc, NULL); in sienna_cichlid_run_btc()
|