Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ucode.h410 uint32_t intv_size_bytes; /* size of interrupt vectors, in bytes */ member
H A Damdgpu_ucode.c956 le32_to_cpu(dmcu_hdr->intv_size_bytes); in amdgpu_ucode_init_single_fw()
961 ucode->ucode_size = le32_to_cpu(dmcu_hdr->intv_size_bytes); in amdgpu_ucode_init_single_fw()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c2430 ALIGN(le32_to_cpu(hdr->header.ucode_size_bytes) - le32_to_cpu(hdr->intv_size_bytes), PAGE_SIZE); in load_dmcu_fw()
2435 ALIGN(le32_to_cpu(hdr->intv_size_bytes), PAGE_SIZE); in load_dmcu_fw()