Home
last modified time | relevance | path

Searched refs:ucode_offset (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dvpe_v6_1.c128 uint32_t ucode_offset[2], ucode_size[2]; in vpe_v6_1_load_microcode() local
175 ucode_offset[0] = le32_to_cpu(vpe_hdr->header.ucode_array_offset_bytes); in vpe_v6_1_load_microcode()
178 ucode_offset[1] = le32_to_cpu(vpe_hdr->ctl_ucode_offset); in vpe_v6_1_load_microcode()
190 data = (const __le32 *)(adev->vpe.fw->data + ucode_offset[i]); in vpe_v6_1_load_microcode()
H A Dvce_v1_0.c193 u32 ucode_offset; in vce_v1_0_load_fw() local
200 ucode_offset = le32_to_cpu(hdr->ucode_array_offset_bytes); in vce_v1_0_load_fw()
204 sign = (void *)adev->vce.fw->data + ucode_offset; in vce_v1_0_load_fw()