Symbol: gfx_firmware_header_v1_0
sys/dev/pci/drm/amd/amdgpu/amdgpu_cgs.c
211
const struct gfx_firmware_header_v1_0 *header;
sys/dev/pci/drm/amd/amdgpu/amdgpu_cgs.c
224
header = (const struct gfx_firmware_header_v1_0 *)ucode->fw->data;
sys/dev/pci/drm/amd/amdgpu/amdgpu_gfx.c
1214
const struct gfx_firmware_header_v1_0 *cp_hdr;
sys/dev/pci/drm/amd/amdgpu/amdgpu_gfx.c
1222
cp_hdr = (const struct gfx_firmware_header_v1_0 *)
sys/dev/pci/drm/amd/amdgpu/amdgpu_gfx.c
1249
cp_hdr = (const struct gfx_firmware_header_v1_0 *)
sys/dev/pci/drm/amd/amdgpu/amdgpu_gfx.c
1276
cp_hdr = (const struct gfx_firmware_header_v1_0 *)
sys/dev/pci/drm/amd/amdgpu/amdgpu_gfx.c
1286
cp_hdr = (const struct gfx_firmware_header_v1_0 *)
sys/dev/pci/drm/amd/amdgpu/amdgpu_gfx.c
1297
cp_hdr = (const struct gfx_firmware_header_v1_0 *)
sys/dev/pci/drm/amd/amdgpu/amdgpu_gfx.c
1303
cp_hdr = (const struct gfx_firmware_header_v1_0 *)
sys/dev/pci/drm/amd/amdgpu/amdgpu_gfx.c
1314
cp_hdr = (const struct gfx_firmware_header_v1_0 *)
sys/dev/pci/drm/amd/amdgpu/amdgpu_rlc.c
203
const struct gfx_firmware_header_v1_0 *hdr =
sys/dev/pci/drm/amd/amdgpu/amdgpu_rlc.c
204
(const struct gfx_firmware_header_v1_0 *)adev->gfx.ce_fw->data;
sys/dev/pci/drm/amd/amdgpu/amdgpu_rlc.c
211
const struct gfx_firmware_header_v1_0 *hdr =
sys/dev/pci/drm/amd/amdgpu/amdgpu_rlc.c
212
(const struct gfx_firmware_header_v1_0 *)adev->gfx.pfp_fw->data;
sys/dev/pci/drm/amd/amdgpu/amdgpu_rlc.c
219
const struct gfx_firmware_header_v1_0 *hdr =
sys/dev/pci/drm/amd/amdgpu/amdgpu_rlc.c
220
(const struct gfx_firmware_header_v1_0 *)adev->gfx.me_fw->data;
sys/dev/pci/drm/amd/amdgpu/amdgpu_rlc.c
227
const struct gfx_firmware_header_v1_0 *hdr =
sys/dev/pci/drm/amd/amdgpu/amdgpu_rlc.c
228
(const struct gfx_firmware_header_v1_0 *)adev->gfx.mec_fw->data;
sys/dev/pci/drm/amd/amdgpu/amdgpu_rlc.c
235
const struct gfx_firmware_header_v1_0 *hdr =
sys/dev/pci/drm/amd/amdgpu/amdgpu_rlc.c
236
(const struct gfx_firmware_header_v1_0 *)adev->gfx.mec2_fw->data;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ucode.c
1097
const struct gfx_firmware_header_v1_0 *header = NULL;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ucode.c
1106
header = (const struct gfx_firmware_header_v1_0 *)ucode->fw->data;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ucode.c
1177
const struct gfx_firmware_header_v1_0 *cp_hdr;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ucode.c
1179
cp_hdr = (const struct gfx_firmware_header_v1_0 *)ucode->fw->data;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ucode.c
118
const struct gfx_firmware_header_v1_0 *gfx_hdr =
sys/dev/pci/drm/amd/amdgpu/amdgpu_ucode.c
119
container_of(hdr, struct gfx_firmware_header_v1_0, header);
sys/dev/pci/drm/amd/amdgpu/amdgpu_ucode.c
834
const struct gfx_firmware_header_v1_0 *cp_hdr = NULL;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ucode.c
856
cp_hdr = (const struct gfx_firmware_header_v1_0 *)ucode->fw->data;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ucode.h
444
struct gfx_firmware_header_v1_0 gfx;
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
4424
const struct gfx_firmware_header_v1_0 *mec_hdr = NULL;
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
4451
mec_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.mec_fw->data;
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
5757
const struct gfx_firmware_header_v1_0 *cp_hdr;
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
5761
cp_hdr = (const struct gfx_firmware_header_v1_0 *)
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
5771
cp_hdr = (const struct gfx_firmware_header_v1_0 *)
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
5781
cp_hdr = (const struct gfx_firmware_header_v1_0 *)
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
5801
cp_hdr = (const struct gfx_firmware_header_v1_0 *)
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
6104
const struct gfx_firmware_header_v1_0 *pfp_hdr;
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
6110
pfp_hdr = (const struct gfx_firmware_header_v1_0 *)
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
6182
const struct gfx_firmware_header_v1_0 *ce_hdr;
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
6188
ce_hdr = (const struct gfx_firmware_header_v1_0 *)
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
6259
const struct gfx_firmware_header_v1_0 *me_hdr;
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
6265
me_hdr = (const struct gfx_firmware_header_v1_0 *)
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
6647
const struct gfx_firmware_header_v1_0 *mec_hdr;
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
6658
mec_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.mec_fw->data;
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
1312
const struct gfx_firmware_header_v1_0 *cp_hdr;
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
1376
cp_hdr = (const struct gfx_firmware_header_v1_0 *)
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
1385
cp_hdr = (const struct gfx_firmware_header_v1_0 *)
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
1394
cp_hdr = (const struct gfx_firmware_header_v1_0 *)
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
3137
const struct gfx_firmware_header_v1_0 *pfp_hdr;
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
3141
pfp_hdr = (const struct gfx_firmware_header_v1_0 *)
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
3355
const struct gfx_firmware_header_v1_0 *me_hdr;
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
3359
me_hdr = (const struct gfx_firmware_header_v1_0 *)
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
3860
const struct gfx_firmware_header_v1_0 *mec_hdr;
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
3871
mec_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.mec_fw->data;
sys/dev/pci/drm/amd/amdgpu/gfx_v6_0.c
1952
const struct gfx_firmware_header_v1_0 *pfp_hdr;
sys/dev/pci/drm/amd/amdgpu/gfx_v6_0.c
1953
const struct gfx_firmware_header_v1_0 *ce_hdr;
sys/dev/pci/drm/amd/amdgpu/gfx_v6_0.c
1954
const struct gfx_firmware_header_v1_0 *me_hdr;
sys/dev/pci/drm/amd/amdgpu/gfx_v6_0.c
1962
pfp_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.pfp_fw->data;
sys/dev/pci/drm/amd/amdgpu/gfx_v6_0.c
1963
ce_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.ce_fw->data;
sys/dev/pci/drm/amd/amdgpu/gfx_v6_0.c
1964
me_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.me_fw->data;
sys/dev/pci/drm/amd/amdgpu/gfx_v6_0.c
329
const struct gfx_firmware_header_v1_0 *cp_hdr;
sys/dev/pci/drm/amd/amdgpu/gfx_v6_0.c
358
cp_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.pfp_fw->data;
sys/dev/pci/drm/amd/amdgpu/gfx_v6_0.c
367
cp_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.me_fw->data;
sys/dev/pci/drm/amd/amdgpu/gfx_v6_0.c
376
cp_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.ce_fw->data;
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
2393
const struct gfx_firmware_header_v1_0 *pfp_hdr;
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
2394
const struct gfx_firmware_header_v1_0 *ce_hdr;
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
2395
const struct gfx_firmware_header_v1_0 *me_hdr;
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
2402
pfp_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.pfp_fw->data;
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
2403
ce_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.ce_fw->data;
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
2404
me_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.me_fw->data;
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
2658
const struct gfx_firmware_header_v1_0 *mec_hdr;
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
2665
mec_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.mec_fw->data;
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
2684
const struct gfx_firmware_header_v1_0 *mec2_hdr;
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
2689
mec2_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.mec2_fw->data;
sys/dev/pci/drm/amd/amdgpu/gfx_v8_0.c
1019
cp_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.me_fw->data;
sys/dev/pci/drm/amd/amdgpu/gfx_v8_0.c
1040
cp_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.ce_fw->data;
sys/dev/pci/drm/amd/amdgpu/gfx_v8_0.c
1120
cp_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.mec_fw->data;
sys/dev/pci/drm/amd/amdgpu/gfx_v8_0.c
1141
cp_hdr = (const struct gfx_firmware_header_v1_0 *)
sys/dev/pci/drm/amd/amdgpu/gfx_v8_0.c
1189
cp_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.mec_fw->data;
sys/dev/pci/drm/amd/amdgpu/gfx_v8_0.c
945
const struct gfx_firmware_header_v1_0 *cp_hdr;
sys/dev/pci/drm/amd/amdgpu/gfx_v8_0.c
999
cp_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.pfp_fw->data;
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
1877
const struct gfx_firmware_header_v1_0 *mec_hdr;
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
1903
mec_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.mec_fw->data;
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
3263
const struct gfx_firmware_header_v1_0 *pfp_hdr;
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
3264
const struct gfx_firmware_header_v1_0 *ce_hdr;
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
3265
const struct gfx_firmware_header_v1_0 *me_hdr;
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
3272
pfp_hdr = (const struct gfx_firmware_header_v1_0 *)
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
3274
ce_hdr = (const struct gfx_firmware_header_v1_0 *)
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
3276
me_hdr = (const struct gfx_firmware_header_v1_0 *)
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
3479
const struct gfx_firmware_header_v1_0 *mec_hdr;
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
3489
mec_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.mec_fw->data;
sys/dev/pci/drm/amd/amdgpu/gfx_v9_4_3.c
1754
const struct gfx_firmware_header_v1_0 *mec_hdr;
sys/dev/pci/drm/amd/amdgpu/gfx_v9_4_3.c
1766
mec_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.mec_fw->data;
sys/dev/pci/drm/amd/amdgpu/gfx_v9_4_3.c
625
const struct gfx_firmware_header_v1_0 *mec_hdr;
sys/dev/pci/drm/amd/amdgpu/gfx_v9_4_3.c
663
mec_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.mec_fw->data;
sys/dev/pci/drm/radeon/cik.c
3894
const struct gfx_firmware_header_v1_0 *pfp_hdr =
sys/dev/pci/drm/radeon/cik.c
3895
(const struct gfx_firmware_header_v1_0 *)rdev->pfp_fw->data;
sys/dev/pci/drm/radeon/cik.c
3896
const struct gfx_firmware_header_v1_0 *ce_hdr =
sys/dev/pci/drm/radeon/cik.c
3897
(const struct gfx_firmware_header_v1_0 *)rdev->ce_fw->data;
sys/dev/pci/drm/radeon/cik.c
3898
const struct gfx_firmware_header_v1_0 *me_hdr =
sys/dev/pci/drm/radeon/cik.c
3899
(const struct gfx_firmware_header_v1_0 *)rdev->me_fw->data;
sys/dev/pci/drm/radeon/cik.c
4256
const struct gfx_firmware_header_v1_0 *mec_hdr =
sys/dev/pci/drm/radeon/cik.c
4257
(const struct gfx_firmware_header_v1_0 *)rdev->mec_fw->data;
sys/dev/pci/drm/radeon/cik.c
4274
const struct gfx_firmware_header_v1_0 *mec2_hdr =
sys/dev/pci/drm/radeon/cik.c
4275
(const struct gfx_firmware_header_v1_0 *)rdev->mec2_fw->data;
sys/dev/pci/drm/radeon/cik.c
6428
const struct gfx_firmware_header_v1_0 *hdr;
sys/dev/pci/drm/radeon/cik.c
6431
hdr = (const struct gfx_firmware_header_v1_0 *)rdev->ce_fw->data;
sys/dev/pci/drm/radeon/cik.c
6437
hdr = (const struct gfx_firmware_header_v1_0 *)rdev->pfp_fw->data;
sys/dev/pci/drm/radeon/cik.c
6443
hdr = (const struct gfx_firmware_header_v1_0 *)rdev->me_fw->data;
sys/dev/pci/drm/radeon/cik.c
6449
hdr = (const struct gfx_firmware_header_v1_0 *)rdev->mec_fw->data;
sys/dev/pci/drm/radeon/cik.c
6455
hdr = (const struct gfx_firmware_header_v1_0 *)rdev->mec2_fw->data;
sys/dev/pci/drm/radeon/radeon_ucode.c
94
const struct gfx_firmware_header_v1_0 *gfx_hdr =
sys/dev/pci/drm/radeon/radeon_ucode.c
95
container_of(hdr, struct gfx_firmware_header_v1_0, header);
sys/dev/pci/drm/radeon/radeon_ucode.h
214
struct gfx_firmware_header_v1_0 gfx;
sys/dev/pci/drm/radeon/si.c
3466
const struct gfx_firmware_header_v1_0 *pfp_hdr =
sys/dev/pci/drm/radeon/si.c
3467
(const struct gfx_firmware_header_v1_0 *)rdev->pfp_fw->data;
sys/dev/pci/drm/radeon/si.c
3468
const struct gfx_firmware_header_v1_0 *ce_hdr =
sys/dev/pci/drm/radeon/si.c
3469
(const struct gfx_firmware_header_v1_0 *)rdev->ce_fw->data;
sys/dev/pci/drm/radeon/si.c
3470
const struct gfx_firmware_header_v1_0 *me_hdr =
sys/dev/pci/drm/radeon/si.c
3471
(const struct gfx_firmware_header_v1_0 *)rdev->me_fw->data;