Symbol: gfx_firmware_header_v1_0
sys/dev/drm/amd/amdgpu/amdgpu_cgs.c
210
const struct gfx_firmware_header_v1_0 *header;
sys/dev/drm/amd/amdgpu/amdgpu_cgs.c
220
header = (const struct gfx_firmware_header_v1_0 *)ucode->fw->data;
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
321
const struct gfx_firmware_header_v1_0 *cp_hdr = NULL;
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
334
cp_hdr = (const struct gfx_firmware_header_v1_0 *)ucode->fw->data;
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
402
const struct gfx_firmware_header_v1_0 *header = NULL;
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
411
header = (const struct gfx_firmware_header_v1_0 *)ucode->fw->data;
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
478
const struct gfx_firmware_header_v1_0 *cp_hdr;
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
479
cp_hdr = (const struct gfx_firmware_header_v1_0 *)ucode->fw->data;
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
94
const struct gfx_firmware_header_v1_0 *gfx_hdr =
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
95
container_of(hdr, struct gfx_firmware_header_v1_0, header);
sys/dev/drm/amd/amdgpu/amdgpu_ucode.h
173
struct gfx_firmware_header_v1_0 gfx;
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
2421
const struct gfx_firmware_header_v1_0 *pfp_hdr;
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
2422
const struct gfx_firmware_header_v1_0 *ce_hdr;
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
2423
const struct gfx_firmware_header_v1_0 *me_hdr;
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
2430
pfp_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.pfp_fw->data;
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
2431
ce_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.ce_fw->data;
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
2432
me_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.me_fw->data;
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
2693
const struct gfx_firmware_header_v1_0 *mec_hdr;
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
2700
mec_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.mec_fw->data;
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
2719
const struct gfx_firmware_header_v1_0 *mec2_hdr;
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
2724
mec2_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.mec2_fw->data;
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
3806
const struct gfx_firmware_header_v1_0 *hdr =
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
3807
(const struct gfx_firmware_header_v1_0 *)adev->gfx.ce_fw->data;
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
3814
const struct gfx_firmware_header_v1_0 *hdr =
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
3815
(const struct gfx_firmware_header_v1_0 *)adev->gfx.pfp_fw->data;
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
3822
const struct gfx_firmware_header_v1_0 *hdr =
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
3823
(const struct gfx_firmware_header_v1_0 *)adev->gfx.me_fw->data;
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
3830
const struct gfx_firmware_header_v1_0 *hdr =
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
3831
(const struct gfx_firmware_header_v1_0 *)adev->gfx.mec_fw->data;
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
3838
const struct gfx_firmware_header_v1_0 *hdr =
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
3839
(const struct gfx_firmware_header_v1_0 *)adev->gfx.mec2_fw->data;
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1022
cp_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.pfp_fw->data;
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1042
cp_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.me_fw->data;
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1063
cp_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.ce_fw->data;
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1143
cp_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.mec_fw->data;
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1164
cp_hdr = (const struct gfx_firmware_header_v1_0 *)
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1212
cp_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.mec_fw->data;
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1316
const struct gfx_firmware_header_v1_0 *hdr =
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1317
(const struct gfx_firmware_header_v1_0 *)adev->gfx.ce_fw->data;
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1324
const struct gfx_firmware_header_v1_0 *hdr =
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1325
(const struct gfx_firmware_header_v1_0 *)adev->gfx.pfp_fw->data;
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1332
const struct gfx_firmware_header_v1_0 *hdr =
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1333
(const struct gfx_firmware_header_v1_0 *)adev->gfx.me_fw->data;
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1340
const struct gfx_firmware_header_v1_0 *hdr =
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1341
(const struct gfx_firmware_header_v1_0 *)adev->gfx.mec_fw->data;
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1348
const struct gfx_firmware_header_v1_0 *hdr =
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1349
(const struct gfx_firmware_header_v1_0 *)adev->gfx.mec2_fw->data;
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
968
const struct gfx_firmware_header_v1_0 *cp_hdr;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
1080
const struct gfx_firmware_header_v1_0 *hdr =
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
1081
(const struct gfx_firmware_header_v1_0 *)adev->gfx.ce_fw->data;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
1088
const struct gfx_firmware_header_v1_0 *hdr =
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
1089
(const struct gfx_firmware_header_v1_0 *)adev->gfx.pfp_fw->data;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
1096
const struct gfx_firmware_header_v1_0 *hdr =
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
1097
(const struct gfx_firmware_header_v1_0 *)adev->gfx.me_fw->data;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
1104
const struct gfx_firmware_header_v1_0 *hdr =
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
1105
(const struct gfx_firmware_header_v1_0 *)adev->gfx.mec_fw->data;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
1112
const struct gfx_firmware_header_v1_0 *hdr =
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
1113
(const struct gfx_firmware_header_v1_0 *)adev->gfx.mec2_fw->data;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
1258
const struct gfx_firmware_header_v1_0 *mec_hdr;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
1282
mec_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.mec_fw->data;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
2550
const struct gfx_firmware_header_v1_0 *pfp_hdr;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
2551
const struct gfx_firmware_header_v1_0 *ce_hdr;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
2552
const struct gfx_firmware_header_v1_0 *me_hdr;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
2559
pfp_hdr = (const struct gfx_firmware_header_v1_0 *)
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
2561
ce_hdr = (const struct gfx_firmware_header_v1_0 *)
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
2563
me_hdr = (const struct gfx_firmware_header_v1_0 *)
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
2755
const struct gfx_firmware_header_v1_0 *mec_hdr;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
2765
mec_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.mec_fw->data;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
599
const struct gfx_firmware_header_v1_0 *cp_hdr;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
637
cp_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.pfp_fw->data;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
648
cp_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.me_fw->data;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
659
cp_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.ce_fw->data;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
725
cp_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.mec_fw->data;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
736
cp_hdr = (const struct gfx_firmware_header_v1_0 *)
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
803
cp_hdr = (const struct gfx_firmware_header_v1_0 *)info->fw->data;
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
818
cp_hdr = (const struct gfx_firmware_header_v1_0 *)info->fw->data;
sys/dev/drm/radeon/cik.c
3920
const struct gfx_firmware_header_v1_0 *pfp_hdr =
sys/dev/drm/radeon/cik.c
3921
(const struct gfx_firmware_header_v1_0 *)rdev->pfp_fw->data;
sys/dev/drm/radeon/cik.c
3922
const struct gfx_firmware_header_v1_0 *ce_hdr =
sys/dev/drm/radeon/cik.c
3923
(const struct gfx_firmware_header_v1_0 *)rdev->ce_fw->data;
sys/dev/drm/radeon/cik.c
3924
const struct gfx_firmware_header_v1_0 *me_hdr =
sys/dev/drm/radeon/cik.c
3925
(const struct gfx_firmware_header_v1_0 *)rdev->me_fw->data;
sys/dev/drm/radeon/cik.c
4282
const struct gfx_firmware_header_v1_0 *mec_hdr =
sys/dev/drm/radeon/cik.c
4283
(const struct gfx_firmware_header_v1_0 *)rdev->mec_fw->data;
sys/dev/drm/radeon/cik.c
4300
const struct gfx_firmware_header_v1_0 *mec2_hdr =
sys/dev/drm/radeon/cik.c
4301
(const struct gfx_firmware_header_v1_0 *)rdev->mec2_fw->data;
sys/dev/drm/radeon/cik.c
6455
const struct gfx_firmware_header_v1_0 *hdr;
sys/dev/drm/radeon/cik.c
6458
hdr = (const struct gfx_firmware_header_v1_0 *)rdev->ce_fw->data;
sys/dev/drm/radeon/cik.c
6464
hdr = (const struct gfx_firmware_header_v1_0 *)rdev->pfp_fw->data;
sys/dev/drm/radeon/cik.c
6470
hdr = (const struct gfx_firmware_header_v1_0 *)rdev->me_fw->data;
sys/dev/drm/radeon/cik.c
6476
hdr = (const struct gfx_firmware_header_v1_0 *)rdev->mec_fw->data;
sys/dev/drm/radeon/cik.c
6482
hdr = (const struct gfx_firmware_header_v1_0 *)rdev->mec2_fw->data;
sys/dev/drm/radeon/radeon_ucode.c
93
const struct gfx_firmware_header_v1_0 *gfx_hdr =
sys/dev/drm/radeon/radeon_ucode.c
94
container_of(__DECONST(void *, hdr), struct gfx_firmware_header_v1_0, header);
sys/dev/drm/radeon/radeon_ucode.h
214
struct gfx_firmware_header_v1_0 gfx;
sys/dev/drm/radeon/si.c
3476
const struct gfx_firmware_header_v1_0 *pfp_hdr =
sys/dev/drm/radeon/si.c
3477
(const struct gfx_firmware_header_v1_0 *)rdev->pfp_fw->data;
sys/dev/drm/radeon/si.c
3478
const struct gfx_firmware_header_v1_0 *ce_hdr =
sys/dev/drm/radeon/si.c
3479
(const struct gfx_firmware_header_v1_0 *)rdev->ce_fw->data;
sys/dev/drm/radeon/si.c
3480
const struct gfx_firmware_header_v1_0 *me_hdr =
sys/dev/drm/radeon/si.c
3481
(const struct gfx_firmware_header_v1_0 *)rdev->me_fw->data;