Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_umsch_mm.c599 adev->umsch_mm.ucode_size = le32_to_cpu(umsch_mm_hdr->umsch_mm_ucode_size_bytes); in amdgpu_umsch_mm_init_microcode()
619 ALIGN(le32_to_cpu(umsch_mm_hdr->umsch_mm_ucode_size_bytes), PAGE_SIZE); in amdgpu_umsch_mm_init_microcode()
644 fw_size = le32_to_cpu(umsch_mm_hdr->umsch_mm_ucode_size_bytes); in amdgpu_umsch_mm_allocate_ucode_buffer()
Damdgpu_ucode.h344 uint32_t umsch_mm_ucode_size_bytes; member
Damdgpu_ucode.c1056 ucode->ucode_size = le32_to_cpu(umsch_mm_hdr->umsch_mm_ucode_size_bytes); in amdgpu_ucode_init_single_fw()