Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Dtonga_smc.c207 static int tonga_send_msg_to_smc_with_parameter(struct amdgpu_device *adev, in tonga_send_msg_to_smc_with_parameter() function
435tonga_send_msg_to_smc_with_parameter(adev, PPSMC_MSG_SMU_DRAM_ADDR_HI, private->smu_buffer_addr_hi… in tonga_smu_request_load_fw()
436tonga_send_msg_to_smc_with_parameter(adev, PPSMC_MSG_SMU_DRAM_ADDR_LO, private->smu_buffer_addr_lo… in tonga_smu_request_load_fw()
499 tonga_send_msg_to_smc_with_parameter(adev, PPSMC_MSG_DRV_DRAM_ADDR_HI, private->header_addr_high); in tonga_smu_request_load_fw()
500 tonga_send_msg_to_smc_with_parameter(adev, PPSMC_MSG_DRV_DRAM_ADDR_LO, private->header_addr_low); in tonga_smu_request_load_fw()