Home
last modified time | relevance | path

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/
Dsmu7_smumgr.c201 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()
426smu7_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()
427smu7_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()
Dsmu7_smumgr.h64 int smu7_send_msg_to_smc_with_parameter(struct pp_hwmgr *hwmgr, uint16_t msg,
Dfiji_smumgr.c206 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,
Dpolaris10_smumgr.c102 …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,
Dvegam_smumgr.c2290 .send_msg_to_smc_with_parameter = smu7_send_msg_to_smc_with_parameter,
Diceland_smumgr.c2671 .send_msg_to_smc_with_parameter = &smu7_send_msg_to_smc_with_parameter,
Dtonga_smumgr.c3250 .send_msg_to_smc_with_parameter = &smu7_send_msg_to_smc_with_parameter,