Home
last modified time | relevance | path

Searched refs:smu_send_smc_msg_with_param (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/
Dsmu_v11_0.c691 ret = smu_send_smc_msg_with_param(smu, in smu_v11_0_notify_memory_pool_location()
696 ret = smu_send_smc_msg_with_param(smu, in smu_v11_0_notify_memory_pool_location()
706 ret = smu_send_smc_msg_with_param(smu, SMU_MSG_DramLogSetDramAddrHigh, in smu_v11_0_notify_memory_pool_location()
710 ret = smu_send_smc_msg_with_param(smu, SMU_MSG_DramLogSetDramAddrLow, in smu_v11_0_notify_memory_pool_location()
714 ret = smu_send_smc_msg_with_param(smu, SMU_MSG_DramLogSetDramSize, in smu_v11_0_notify_memory_pool_location()
795 ret = smu_send_smc_msg_with_param(smu, in smu_v11_0_set_deep_sleep_dcefclk()
822 ret = smu_send_smc_msg_with_param(smu, in smu_v11_0_set_tool_table_location()
826 ret = smu_send_smc_msg_with_param(smu, in smu_v11_0_set_tool_table_location()
841 ret = smu_send_smc_msg_with_param(smu, SMU_MSG_NumOfDisplays, count); in smu_v11_0_init_display_count()
858 ret = smu_send_smc_msg_with_param(smu, SMU_MSG_SetAllowedFeaturesMaskHigh, in smu_v11_0_set_allowed_mask()
[all …]
Damdgpu_smu.c177 ret = smu_send_smc_msg_with_param(smu, SMU_MSG_SetSoftMaxByFreq, in smu_set_soft_freq_range()
185 ret = smu_send_smc_msg_with_param(smu, SMU_MSG_SetSoftMinByFreq, in smu_set_soft_freq_range()
213 ret = smu_send_smc_msg_with_param(smu, SMU_MSG_SetHardMaxByFreq, in smu_set_hard_freq_range()
221 ret = smu_send_smc_msg_with_param(smu, SMU_MSG_SetHardMinByFreq, in smu_set_hard_freq_range()
292 ret = smu_send_smc_msg_with_param(smu,SMU_MSG_GetDpmFreqByIndex, in smu_get_dpm_freq_by_index()
450 ret = smu_send_smc_msg_with_param(smu, SMU_MSG_SetDriverDramAddrHigh, in smu_update_table()
454 ret = smu_send_smc_msg_with_param(smu, SMU_MSG_SetDriverDramAddrLow, in smu_update_table()
458 ret = smu_send_smc_msg_with_param(smu, drv2smu ? in smu_update_table()
584 ret = smu_send_smc_msg_with_param(smu, SMU_MSG_EnableSmuFeaturesLow, in smu_feature_update_enable_state()
588 ret = smu_send_smc_msg_with_param(smu, SMU_MSG_EnableSmuFeaturesHigh, in smu_feature_update_enable_state()
[all …]
Dvega20_ppt.c668 ret = smu_send_smc_msg_with_param(smu, in vega20_set_single_dpm_table()
685 ret = smu_send_smc_msg_with_param(smu, in vega20_set_single_dpm_table()
1198 ret = smu_send_smc_msg_with_param(smu, in vega20_upload_dpm_level()
1213 ret = smu_send_smc_msg_with_param(smu, in vega20_upload_dpm_level()
1228 ret = smu_send_smc_msg_with_param(smu, in vega20_upload_dpm_level()
1243 ret = smu_send_smc_msg_with_param(smu, in vega20_upload_dpm_level()
1258 ret = smu_send_smc_msg_with_param(smu, in vega20_upload_dpm_level()
1428 ret = smu_send_smc_msg_with_param(smu, in vega20_force_clk_levels()
1487 ret = smu_send_smc_msg_with_param(smu, in vega20_overdrive_get_gfx_clk_base_voltage()
1976 smu_send_smc_msg_with_param(smu, SMU_MSG_SetWorkloadMask, in vega20_set_power_profile_mode()
[all …]
Dnavi10_ppt.c630 ret = smu_send_smc_msg_with_param(smu, SMU_MSG_PowerUpVcn, 1); in navi10_dpm_set_uvd_enable()
846 ret = smu_send_smc_msg_with_param(smu, SMU_MSG_NumOfDisplays, 0); in navi10_pre_display_config_changed()
878 ret = smu_send_smc_msg_with_param(smu, SMU_MSG_NumOfDisplays, in navi10_display_config_changed()
1203 smu_send_smc_msg_with_param(smu, SMU_MSG_SetWorkloadMask, in navi10_set_power_profile_mode()
1265 ret = smu_send_smc_msg_with_param(smu, in navi10_notify_smc_dispaly_config()
1566 ret = smu_send_smc_msg_with_param(smu, SMU_MSG_GetPptLimit, in navi10_get_power_limit()
Darcturus_ppt.c361 ret = smu_send_smc_msg_with_param(smu, in arcturus_set_single_dpm_table()
377 ret = smu_send_smc_msg_with_param(smu, in arcturus_set_single_dpm_table()
708 ret = smu_send_smc_msg_with_param(smu, in arcturus_upload_dpm_level()
723 ret = smu_send_smc_msg_with_param(smu, in arcturus_upload_dpm_level()
738 ret = smu_send_smc_msg_with_param(smu, in arcturus_upload_dpm_level()
1346 ret = smu_send_smc_msg_with_param(smu, SMU_MSG_GetPptLimit, in arcturus_get_power_limit()
1439 ret = smu_send_smc_msg_with_param(smu, in arcturus_set_power_profile_mode()
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/
Damdgpu_smu.h603 #define smu_send_smc_msg_with_param(smu, msg, param) \ macro