Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dmes_v10_1.c432 &adev->mes.data_fw_obj[pipe], in mes_v10_1_allocate_ucode_data_buffer()
442 amdgpu_bo_kunmap(adev->mes.data_fw_obj[pipe]); in mes_v10_1_allocate_ucode_data_buffer()
443 amdgpu_bo_unreserve(adev->mes.data_fw_obj[pipe]); in mes_v10_1_allocate_ucode_data_buffer()
451 amdgpu_bo_free_kernel(&adev->mes.data_fw_obj[pipe], in mes_v10_1_free_ucode_buffers()
H A Dmes_v11_0.c530 &adev->mes.data_fw_obj[pipe], in mes_v11_0_allocate_ucode_data_buffer()
540 amdgpu_bo_kunmap(adev->mes.data_fw_obj[pipe]); in mes_v11_0_allocate_ucode_data_buffer()
541 amdgpu_bo_unreserve(adev->mes.data_fw_obj[pipe]); in mes_v11_0_allocate_ucode_data_buffer()
549 amdgpu_bo_free_kernel(&adev->mes.data_fw_obj[pipe], in mes_v11_0_free_ucode_buffers()
H A Damdgpu_mes.h97 struct amdgpu_bo *data_fw_obj[AMDGPU_MAX_MES_PIPES]; member