Searched refs:pfp_hdr (Results 1 – 4 of 4) sorted by relevance
2335 const struct gfx_firmware_header_v1_0 *pfp_hdr; in gfx_v9_0_cp_gfx_load_microcode() local2344 pfp_hdr = (const struct gfx_firmware_header_v1_0 *) in gfx_v9_0_cp_gfx_load_microcode()2351 amdgpu_ucode_print_gfx_hdr(&pfp_hdr->header); in gfx_v9_0_cp_gfx_load_microcode()2360 le32_to_cpu(pfp_hdr->header.ucode_array_offset_bytes)); in gfx_v9_0_cp_gfx_load_microcode()2361 fw_size = le32_to_cpu(pfp_hdr->header.ucode_size_bytes) / 4; in gfx_v9_0_cp_gfx_load_microcode()
4289 const struct gfx_firmware_header_v1_0 *pfp_hdr; in gfx_v8_0_cp_gfx_load_microcode() local4298 pfp_hdr = (const struct gfx_firmware_header_v1_0 *) in gfx_v8_0_cp_gfx_load_microcode()4305 amdgpu_ucode_print_gfx_hdr(&pfp_hdr->header); in gfx_v8_0_cp_gfx_load_microcode()4314 le32_to_cpu(pfp_hdr->header.ucode_array_offset_bytes)); in gfx_v8_0_cp_gfx_load_microcode()4315 fw_size = le32_to_cpu(pfp_hdr->header.ucode_size_bytes) / 4; in gfx_v8_0_cp_gfx_load_microcode()
3476 const struct gfx_firmware_header_v1_0 *pfp_hdr = in si_cp_load_microcode() local3485 radeon_ucode_print_gfx_hdr(&pfp_hdr->header); in si_cp_load_microcode()3491 … (rdev->pfp_fw->data + le32_to_cpu(pfp_hdr->header.ucode_array_offset_bytes)); in si_cp_load_microcode()3492 fw_size = le32_to_cpu(pfp_hdr->header.ucode_size_bytes) / 4; in si_cp_load_microcode()
3934 const struct gfx_firmware_header_v1_0 *pfp_hdr = in cik_cp_gfx_load_microcode() local3943 radeon_ucode_print_gfx_hdr(&pfp_hdr->header); in cik_cp_gfx_load_microcode()3949 … (rdev->pfp_fw->data + le32_to_cpu(pfp_hdr->header.ucode_array_offset_bytes)); in cik_cp_gfx_load_microcode()3950 fw_size = le32_to_cpu(pfp_hdr->header.ucode_size_bytes) / 4; in cik_cp_gfx_load_microcode()3954 WREG32(CP_PFP_UCODE_ADDR, le32_to_cpu(pfp_hdr->header.ucode_version)); in cik_cp_gfx_load_microcode()