Searched refs:smu7_send_msg_to_smc_with_parameter (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/amd/powerplay/smumgr/ | 
| D | smu7_smumgr.c | 201 int smu7_send_msg_to_smc_with_parameter(struct pp_hwmgr *hwmgr, uint16_t msg, uint32_t parameter)  in smu7_send_msg_to_smc_with_parameter()  function 356 			smu7_send_msg_to_smc_with_parameter(hwmgr,  in smu7_request_smu_load_fw() 359 			smu7_send_msg_to_smc_with_parameter(hwmgr,  in smu7_request_smu_load_fw() 426 …smu7_send_msg_to_smc_with_parameter(hwmgr, PPSMC_MSG_DRV_DRAM_ADDR_HI, upper_32_bits(smu_data->hea…  in smu7_request_smu_load_fw() 427 …smu7_send_msg_to_smc_with_parameter(hwmgr, PPSMC_MSG_DRV_DRAM_ADDR_LO, lower_32_bits(smu_data->hea…  in smu7_request_smu_load_fw() 429 	smu7_send_msg_to_smc_with_parameter(hwmgr, PPSMC_MSG_LoadUcodes, fw_to_load);  in smu7_request_smu_load_fw()
  | 
| D | smu7_smumgr.h | 64 int smu7_send_msg_to_smc_with_parameter(struct pp_hwmgr *hwmgr, uint16_t msg,
  | 
| D | fiji_smumgr.c | 206 		if (0 != smu7_send_msg_to_smc_with_parameter(hwmgr,  in fiji_start_avfs_btc() 2654 	.send_msg_to_smc_with_parameter = &smu7_send_msg_to_smc_with_parameter,
  | 
| D | polaris10_smumgr.c | 102 …if (0 != smu7_send_msg_to_smc_with_parameter(hwmgr, PPSMC_MSG_PerformBtc, smu_data->avfs_btc_param…  in polaris10_perform_btc() 2567 	.send_msg_to_smc_with_parameter = smu7_send_msg_to_smc_with_parameter,
  | 
| D | vegam_smumgr.c | 2290 	.send_msg_to_smc_with_parameter = smu7_send_msg_to_smc_with_parameter,
  | 
| D | iceland_smumgr.c | 2671 	.send_msg_to_smc_with_parameter = &smu7_send_msg_to_smc_with_parameter,
  | 
| D | tonga_smumgr.c | 3250 	.send_msg_to_smc_with_parameter = &smu7_send_msg_to_smc_with_parameter,
  |