Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Dmes_v10_1.c433 &adev->mes.data_fw_gpu_addr[pipe], in mes_v10_1_allocate_ucode_data_buffer()
452 &adev->mes.data_fw_gpu_addr[pipe], in mes_v10_1_free_ucode_buffers()
553 lower_32_bits(adev->mes.data_fw_gpu_addr[pipe])); in mes_v10_1_load_microcode()
555 upper_32_bits(adev->mes.data_fw_gpu_addr[pipe])); in mes_v10_1_load_microcode()
Dmes_v11_0.c531 &adev->mes.data_fw_gpu_addr[pipe], in mes_v11_0_allocate_ucode_data_buffer()
550 &adev->mes.data_fw_gpu_addr[pipe], in mes_v11_0_free_ucode_buffers()
658 lower_32_bits(adev->mes.data_fw_gpu_addr[pipe])); in mes_v11_0_load_microcode()
660 upper_32_bits(adev->mes.data_fw_gpu_addr[pipe])); in mes_v11_0_load_microcode()
Damdgpu_mes.h98 uint64_t data_fw_gpu_addr[AMDGPU_MAX_MES_PIPES]; member