Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_umsch_mm.c600 adev->umsch_mm.data_size = le32_to_cpu(umsch_mm_hdr->umsch_mm_ucode_data_size_bytes); in amdgpu_umsch_mm_init_microcode()
625 ALIGN(le32_to_cpu(umsch_mm_hdr->umsch_mm_ucode_data_size_bytes), PAGE_SIZE); in amdgpu_umsch_mm_init_microcode()
676 fw_size = le32_to_cpu(umsch_mm_hdr->umsch_mm_ucode_data_size_bytes); in amdgpu_umsch_mm_allocate_ucode_data_buffer()
H A Damdgpu_ucode.h347 uint32_t umsch_mm_ucode_data_size_bytes; member
H A Damdgpu_ucode.c1061 ucode->ucode_size = le32_to_cpu(umsch_mm_hdr->umsch_mm_ucode_data_size_bytes); in amdgpu_ucode_init_single_fw()