Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Dmes_v10_1.c516 &adev->mes.data_fw_gpu_addr[pipe], in mes_v10_1_allocate_ucode_data_buffer()
535 &adev->mes.data_fw_gpu_addr[pipe], in mes_v10_1_free_ucode_buffers()
636 lower_32_bits(adev->mes.data_fw_gpu_addr[pipe])); in mes_v10_1_load_microcode()
638 upper_32_bits(adev->mes.data_fw_gpu_addr[pipe])); in mes_v10_1_load_microcode()
Dmes_v11_0.c585 &adev->mes.data_fw_gpu_addr[pipe], in mes_v11_0_allocate_ucode_data_buffer()
604 &adev->mes.data_fw_gpu_addr[pipe], in mes_v11_0_free_ucode_buffers()
712 lower_32_bits(adev->mes.data_fw_gpu_addr[pipe])); in mes_v11_0_load_microcode()
714 upper_32_bits(adev->mes.data_fw_gpu_addr[pipe])); in mes_v11_0_load_microcode()
Damdgpu_mes.h99 uint64_t data_fw_gpu_addr[AMDGPU_MAX_MES_PIPES]; member