Searched refs:rlcv22_hdr (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v11_0.c1117 const struct rlc_firmware_header_v2_2 *rlcv22_hdr; local
1219 rlcv22_hdr = (const struct rlc_firmware_header_v2_2 *)adev->gfx.rlc_fw->data;
1222 le32_to_cpu(rlcv22_hdr->rlc_iram_ucode_offset_bytes));
1223 fw_size = le32_to_cpu(rlcv22_hdr->rlc_iram_ucode_size_bytes);
1228 le32_to_cpu(rlcv22_hdr->rlc_dram_ucode_offset_bytes));
1229 fw_size = le32_to_cpu(rlcv22_hdr->rlc_dram_ucode_size_bytes);

Completed in 300 milliseconds