Searched refs:smu7_send_msg_to_smc_with_parameter (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
H A Dsmu7_smumgr.h66 int smu7_send_msg_to_smc_with_parameter(struct pp_hwmgr *hwmgr, uint16_t msg,
H A Damdgpu_smu7_smumgr.c206 int smu7_send_msg_to_smc_with_parameter(struct pp_hwmgr *hwmgr, uint16_t msg, uint32_t parameter) function
361 smu7_send_msg_to_smc_with_parameter(hwmgr,
364 smu7_send_msg_to_smc_with_parameter(hwmgr,
431 smu7_send_msg_to_smc_with_parameter(hwmgr, PPSMC_MSG_DRV_DRAM_ADDR_HI, upper_32_bits(smu_data->header_buffer.mc_addr));
432 smu7_send_msg_to_smc_with_parameter(hwmgr, PPSMC_MSG_DRV_DRAM_ADDR_LO, lower_32_bits(smu_data->header_buffer.mc_addr));
434 smu7_send_msg_to_smc_with_parameter(hwmgr, PPSMC_MSG_LoadUcodes, fw_to_load);
H A Damdgpu_fiji_smumgr.c211 if (0 != smu7_send_msg_to_smc_with_parameter(hwmgr,
2656 .send_msg_to_smc_with_parameter = &smu7_send_msg_to_smc_with_parameter,
H A Damdgpu_polaris10_smumgr.c107 if (0 != smu7_send_msg_to_smc_with_parameter(hwmgr, PPSMC_MSG_PerformBtc, smu_data->avfs_btc_param)) {
2572 .send_msg_to_smc_with_parameter = smu7_send_msg_to_smc_with_parameter,
H A Damdgpu_iceland_smumgr.c2676 .send_msg_to_smc_with_parameter = &smu7_send_msg_to_smc_with_parameter,
H A Damdgpu_vegam_smumgr.c2286 .send_msg_to_smc_with_parameter = smu7_send_msg_to_smc_with_parameter,
H A Damdgpu_tonga_smumgr.c3255 .send_msg_to_smc_with_parameter = &smu7_send_msg_to_smc_with_parameter,

Completed in 219 milliseconds