pfp_hdr 2463 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c const struct gfx_firmware_header_v1_0 *pfp_hdr; pfp_hdr 2469 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c pfp_hdr = (const struct gfx_firmware_header_v1_0 *) pfp_hdr 2472 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c amdgpu_ucode_print_gfx_hdr(&pfp_hdr->header); pfp_hdr 2475 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c le32_to_cpu(pfp_hdr->header.ucode_array_offset_bytes)); pfp_hdr 2476 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c fw_size = le32_to_cpu(pfp_hdr->header.ucode_size_bytes); pfp_hdr 2478 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c r = amdgpu_bo_create_reserved(adev, pfp_hdr->header.ucode_size_bytes, pfp_hdr 1973 drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c const struct gfx_firmware_header_v1_0 *pfp_hdr; pfp_hdr 1983 drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c pfp_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.pfp_fw->data; pfp_hdr 1987 drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c amdgpu_ucode_print_gfx_hdr(&pfp_hdr->header); pfp_hdr 1993 drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c (adev->gfx.pfp_fw->data + le32_to_cpu(pfp_hdr->header.ucode_array_offset_bytes)); pfp_hdr 1994 drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c fw_size = le32_to_cpu(pfp_hdr->header.ucode_size_bytes) / 4; pfp_hdr 2456 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c const struct gfx_firmware_header_v1_0 *pfp_hdr; pfp_hdr 2465 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c pfp_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.pfp_fw->data; pfp_hdr 2469 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c amdgpu_ucode_print_gfx_hdr(&pfp_hdr->header); pfp_hdr 2472 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c adev->gfx.pfp_fw_version = le32_to_cpu(pfp_hdr->header.ucode_version); pfp_hdr 2477 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c adev->gfx.pfp_feature_version = le32_to_cpu(pfp_hdr->ucode_feature_version); pfp_hdr 2484 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c le32_to_cpu(pfp_hdr->header.ucode_array_offset_bytes)); pfp_hdr 2485 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c fw_size = le32_to_cpu(pfp_hdr->header.ucode_size_bytes) / 4; pfp_hdr 3082 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c const struct gfx_firmware_header_v1_0 *pfp_hdr; pfp_hdr 3091 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c pfp_hdr = (const struct gfx_firmware_header_v1_0 *) pfp_hdr 3098 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c amdgpu_ucode_print_gfx_hdr(&pfp_hdr->header); pfp_hdr 3107 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c le32_to_cpu(pfp_hdr->header.ucode_array_offset_bytes)); pfp_hdr 3108 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c fw_size = le32_to_cpu(pfp_hdr->header.ucode_size_bytes) / 4; pfp_hdr 3908 drivers/gpu/drm/radeon/cik.c const struct gfx_firmware_header_v1_0 *pfp_hdr = pfp_hdr 3917 drivers/gpu/drm/radeon/cik.c radeon_ucode_print_gfx_hdr(&pfp_hdr->header); pfp_hdr 3923 drivers/gpu/drm/radeon/cik.c (rdev->pfp_fw->data + le32_to_cpu(pfp_hdr->header.ucode_array_offset_bytes)); pfp_hdr 3924 drivers/gpu/drm/radeon/cik.c fw_size = le32_to_cpu(pfp_hdr->header.ucode_size_bytes) / 4; pfp_hdr 3928 drivers/gpu/drm/radeon/cik.c WREG32(CP_PFP_UCODE_ADDR, le32_to_cpu(pfp_hdr->header.ucode_version)); pfp_hdr 3490 drivers/gpu/drm/radeon/si.c const struct gfx_firmware_header_v1_0 *pfp_hdr = pfp_hdr 3499 drivers/gpu/drm/radeon/si.c radeon_ucode_print_gfx_hdr(&pfp_hdr->header); pfp_hdr 3505 drivers/gpu/drm/radeon/si.c (rdev->pfp_fw->data + le32_to_cpu(pfp_hdr->header.ucode_array_offset_bytes)); pfp_hdr 3506 drivers/gpu/drm/radeon/si.c fw_size = le32_to_cpu(pfp_hdr->header.ucode_size_bytes) / 4;