HomeSort by: relevance | last modified time | path
    Searched refs:smu7_send_msg_to_smc_with_parameter (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
smu7_smumgr.h 66 int smu7_send_msg_to_smc_with_parameter(struct pp_hwmgr *hwmgr, uint16_t msg,
amdgpu_smu7_smumgr.c 206 int smu7_send_msg_to_smc_with_parameter(struct pp_hwmgr *hwmgr, uint16_t msg, uint32_t parameter) function in typeref:typename:int
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);
amdgpu_fiji_smumgr.c 211 if (0 != smu7_send_msg_to_smc_with_parameter(hwmgr,
2656 .send_msg_to_smc_with_parameter = &smu7_send_msg_to_smc_with_parameter,
amdgpu_polaris10_smumgr.c 107 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,
amdgpu_iceland_smumgr.c 2676 .send_msg_to_smc_with_parameter = &smu7_send_msg_to_smc_with_parameter,
amdgpu_vegam_smumgr.c 2286 .send_msg_to_smc_with_parameter = smu7_send_msg_to_smc_with_parameter,
amdgpu_tonga_smumgr.c 3255 .send_msg_to_smc_with_parameter = &smu7_send_msg_to_smc_with_parameter,

Completed in 24 milliseconds