Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/powerplay/smumgr/
H A 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
397 smu7_send_msg_to_smc_with_parameter(hwmgr, in smu7_request_smu_load_fw()
400 smu7_send_msg_to_smc_with_parameter(hwmgr, in smu7_request_smu_load_fw()
467smu7_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()
468smu7_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()
470 if (smu7_send_msg_to_smc_with_parameter(hwmgr, PPSMC_MSG_LoadUcodes, fw_to_load)) in smu7_request_smu_load_fw()
H A Dsmu7_smumgr.h64 int smu7_send_msg_to_smc_with_parameter(struct pp_hwmgr *hwmgr, uint16_t msg,
H A Dfiji_smumgr.c206 if (0 != smu7_send_msg_to_smc_with_parameter(hwmgr, in fiji_start_avfs_btc()
2660 .send_msg_to_smc_with_parameter = &smu7_send_msg_to_smc_with_parameter,
H A Dpolaris10_smumgr.c101 …if (0 != smu7_send_msg_to_smc_with_parameter(hwmgr, PPSMC_MSG_PerformBtc, smu_data->avfs_btc_param… in polaris10_perform_btc()
2507 .send_msg_to_smc_with_parameter = smu7_send_msg_to_smc_with_parameter,
H A Dvegam_smumgr.c2290 .send_msg_to_smc_with_parameter = smu7_send_msg_to_smc_with_parameter,
H A Diceland_smumgr.c2670 .send_msg_to_smc_with_parameter = &smu7_send_msg_to_smc_with_parameter,
H A Dtonga_smumgr.c3239 .send_msg_to_smc_with_parameter = &smu7_send_msg_to_smc_with_parameter,