Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Dmes_v10_1.c515 &adev->mes.data_fw_obj[pipe], in mes_v10_1_allocate_ucode_data_buffer()
525 amdgpu_bo_kunmap(adev->mes.data_fw_obj[pipe]); in mes_v10_1_allocate_ucode_data_buffer()
526 amdgpu_bo_unreserve(adev->mes.data_fw_obj[pipe]); in mes_v10_1_allocate_ucode_data_buffer()
534 amdgpu_bo_free_kernel(&adev->mes.data_fw_obj[pipe], in mes_v10_1_free_ucode_buffers()
Dmes_v11_0.c585 &adev->mes.data_fw_obj[pipe], in mes_v11_0_allocate_ucode_data_buffer()
595 amdgpu_bo_kunmap(adev->mes.data_fw_obj[pipe]); in mes_v11_0_allocate_ucode_data_buffer()
596 amdgpu_bo_unreserve(adev->mes.data_fw_obj[pipe]); in mes_v11_0_allocate_ucode_data_buffer()
604 amdgpu_bo_free_kernel(&adev->mes.data_fw_obj[pipe], in mes_v11_0_free_ucode_buffers()
Damdgpu_mes.h98 struct amdgpu_bo *data_fw_obj[AMDGPU_MAX_MES_PIPES]; member