Home
last modified time | relevance | path

Searched refs:rlc_dram_ucode_size_bytes (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/amd/amdgpu/
Damdgpu_rlc.h173 u32 rlc_dram_ucode_size_bytes; member
Damdgpu_ucode.h244 uint32_t rlc_dram_ucode_size_bytes; member
Damdgpu_ucode.c664 ucode->ucode_size = adev->gfx.rlc.rlc_dram_ucode_size_bytes; in amdgpu_ucode_init_single_fw()
Dgfx_v10_0.c4046 adev->gfx.rlc.rlc_dram_ucode_size_bytes = le32_to_cpu(rlc_hdr->rlc_dram_ucode_size_bytes); in gfx_v10_0_init_rlc_iram_dram_microcode()
4308 adev->gfx.rlc.rlc_dram_ucode_size_bytes) { in gfx_v10_0_init_microcode()
4319 ALIGN(adev->gfx.rlc.rlc_dram_ucode_size_bytes, PAGE_SIZE); in gfx_v10_0_init_microcode()