Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Damdgpu_mes.h99 uint32_t *data_fw_ptr[AMDGPU_MAX_MES_PIPES]; member
Dmes_v10_1.c434 (void **)&adev->mes.data_fw_ptr[pipe]); in mes_v10_1_allocate_ucode_data_buffer()
440 memcpy(adev->mes.data_fw_ptr[pipe], fw_data, fw_size); in mes_v10_1_allocate_ucode_data_buffer()
453 (void **)&adev->mes.data_fw_ptr[pipe]); in mes_v10_1_free_ucode_buffers()
Dmes_v11_0.c532 (void **)&adev->mes.data_fw_ptr[pipe]); in mes_v11_0_allocate_ucode_data_buffer()
538 memcpy(adev->mes.data_fw_ptr[pipe], fw_data, fw_size); in mes_v11_0_allocate_ucode_data_buffer()
551 (void **)&adev->mes.data_fw_ptr[pipe]); in mes_v11_0_free_ucode_buffers()