Home
last modified time | relevance | path

Searched refs:ctx_ucode_size_bytes (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ucode.h320 uint32_t ctx_ucode_size_bytes; /* context thread ucode size */ member
333 uint32_t ctx_ucode_size_bytes; /* context thread ucode size */ member
H A Dvpe_v6_1.c176 ucode_size[0] = le32_to_cpu(vpe_hdr->ctx_ucode_size_bytes); in vpe_v6_1_load_microcode()
H A Damdgpu_sdma.c290 ALIGN(le32_to_cpu(sdma_hdr->ctx_ucode_size_bytes), PAGE_SIZE); in amdgpu_sdma_init_microcode()
H A Damdgpu_ucode.c858 ucode->ucode_size = le32_to_cpu(sdma_hdr->ctx_ucode_size_bytes); in amdgpu_ucode_init_single_fw()
1046 ucode->ucode_size = le32_to_cpu(vpe_hdr->ctx_ucode_size_bytes); in amdgpu_ucode_init_single_fw()
H A Damdgpu_vpe.c255 ALIGN(le32_to_cpu(vpe_hdr->ctx_ucode_size_bytes), PAGE_SIZE); in amdgpu_vpe_init_microcode()
H A Dgfx_v11_0.c1441 fw_size = le32_to_cpu(sdma_hdr->ctx_ucode_size_bytes); in gfx_v11_0_rlc_backdoor_autoload_copy_sdma_ucode()