Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ucode.h322 uint32_t ctl_ucode_size_bytes; /* control thread ucode size */ member
335 uint32_t ctl_ucode_size_bytes; /* control thread ucode size */ member
H A Damdgpu_sdma.c290 ALIGN(le32_to_cpu(sdma_hdr->ctl_ucode_size_bytes), PAGE_SIZE); in amdgpu_sdma_init_microcode()
H A Dvpe_v6_1.c179 ucode_size[1] = le32_to_cpu(vpe_hdr->ctl_ucode_size_bytes); in vpe_v6_1_load_microcode()
H A Damdgpu_ucode.c863 ucode->ucode_size = le32_to_cpu(sdma_hdr->ctl_ucode_size_bytes); in amdgpu_ucode_init_single_fw()
1051 ucode->ucode_size = le32_to_cpu(vpe_hdr->ctl_ucode_size_bytes); in amdgpu_ucode_init_single_fw()
H A Damdgpu_vpe.c260 ALIGN(le32_to_cpu(vpe_hdr->ctl_ucode_size_bytes), PAGE_SIZE); in amdgpu_vpe_init_microcode()
H A Dgfx_v11_0.c1418 fw_size = le32_to_cpu(sdma_hdr->ctl_ucode_size_bytes); in gfx_v11_0_rlc_backdoor_autoload_copy_sdma_ucode()