Symbol: smu7_send_msg_to_smc_with_parameter
sys/dev/drm/amd/powerplay/smumgr/fiji_smumgr.c
206
if (0 != smu7_send_msg_to_smc_with_parameter(hwmgr,
sys/dev/drm/amd/powerplay/smumgr/fiji_smumgr.c
2651
.send_msg_to_smc_with_parameter = &smu7_send_msg_to_smc_with_parameter,
sys/dev/drm/amd/powerplay/smumgr/iceland_smumgr.c
2671
.send_msg_to_smc_with_parameter = &smu7_send_msg_to_smc_with_parameter,
sys/dev/drm/amd/powerplay/smumgr/polaris10_smumgr.c
101
if (0 != smu7_send_msg_to_smc_with_parameter(hwmgr, PPSMC_MSG_PerformBtc, smu_data->avfs_btc_param)) {
sys/dev/drm/amd/powerplay/smumgr/polaris10_smumgr.c
2504
.send_msg_to_smc_with_parameter = smu7_send_msg_to_smc_with_parameter,
sys/dev/drm/amd/powerplay/smumgr/smu7_smumgr.c
356
smu7_send_msg_to_smc_with_parameter(hwmgr,
sys/dev/drm/amd/powerplay/smumgr/smu7_smumgr.c
359
smu7_send_msg_to_smc_with_parameter(hwmgr,
sys/dev/drm/amd/powerplay/smumgr/smu7_smumgr.c
426
smu7_send_msg_to_smc_with_parameter(hwmgr, PPSMC_MSG_DRV_DRAM_ADDR_HI, upper_32_bits(smu_data->header_buffer.mc_addr));
sys/dev/drm/amd/powerplay/smumgr/smu7_smumgr.c
427
smu7_send_msg_to_smc_with_parameter(hwmgr, PPSMC_MSG_DRV_DRAM_ADDR_LO, lower_32_bits(smu_data->header_buffer.mc_addr));
sys/dev/drm/amd/powerplay/smumgr/smu7_smumgr.c
429
smu7_send_msg_to_smc_with_parameter(hwmgr, PPSMC_MSG_LoadUcodes, fw_to_load);
sys/dev/drm/amd/powerplay/smumgr/smu7_smumgr.h
64
int smu7_send_msg_to_smc_with_parameter(struct pp_hwmgr *hwmgr, uint16_t msg,
sys/dev/drm/amd/powerplay/smumgr/tonga_smumgr.c
3249
.send_msg_to_smc_with_parameter = &smu7_send_msg_to_smc_with_parameter,
sys/dev/drm/amd/powerplay/smumgr/vegam_smumgr.c
2289
.send_msg_to_smc_with_parameter = smu7_send_msg_to_smc_with_parameter,