Home
last modified time | relevance | path

Searched refs:gfx_firmware_header_v1_0 (Results 1 – 15 of 15) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_rlc.c201 const struct gfx_firmware_header_v1_0 *hdr = in amdgpu_gfx_rlc_setup_cp_table()
202 (const struct gfx_firmware_header_v1_0 *)adev->gfx.ce_fw->data; in amdgpu_gfx_rlc_setup_cp_table()
209 const struct gfx_firmware_header_v1_0 *hdr = in amdgpu_gfx_rlc_setup_cp_table()
210 (const struct gfx_firmware_header_v1_0 *)adev->gfx.pfp_fw->data; in amdgpu_gfx_rlc_setup_cp_table()
217 const struct gfx_firmware_header_v1_0 *hdr = in amdgpu_gfx_rlc_setup_cp_table()
218 (const struct gfx_firmware_header_v1_0 *)adev->gfx.me_fw->data; in amdgpu_gfx_rlc_setup_cp_table()
225 const struct gfx_firmware_header_v1_0 *hdr = in amdgpu_gfx_rlc_setup_cp_table()
226 (const struct gfx_firmware_header_v1_0 *)adev->gfx.mec_fw->data; in amdgpu_gfx_rlc_setup_cp_table()
233 const struct gfx_firmware_header_v1_0 *hdr = in amdgpu_gfx_rlc_setup_cp_table()
234 (const struct gfx_firmware_header_v1_0 *)adev->gfx.mec2_fw->data; in amdgpu_gfx_rlc_setup_cp_table()
A Damdgpu_gfx.c927 const struct gfx_firmware_header_v1_0 *cp_hdr; in amdgpu_gfx_cp_init_microcode()
935 cp_hdr = (const struct gfx_firmware_header_v1_0 *) in amdgpu_gfx_cp_init_microcode()
962 cp_hdr = (const struct gfx_firmware_header_v1_0 *) in amdgpu_gfx_cp_init_microcode()
989 cp_hdr = (const struct gfx_firmware_header_v1_0 *) in amdgpu_gfx_cp_init_microcode()
999 cp_hdr = (const struct gfx_firmware_header_v1_0 *) in amdgpu_gfx_cp_init_microcode()
1010 cp_hdr = (const struct gfx_firmware_header_v1_0 *) in amdgpu_gfx_cp_init_microcode()
1016 cp_hdr = (const struct gfx_firmware_header_v1_0 *) in amdgpu_gfx_cp_init_microcode()
1027 cp_hdr = (const struct gfx_firmware_header_v1_0 *) in amdgpu_gfx_cp_init_microcode()
A Damdgpu_ucode.c111 const struct gfx_firmware_header_v1_0 *gfx_hdr = in amdgpu_ucode_print_gfx_hdr()
112 container_of(hdr, struct gfx_firmware_header_v1_0, header); in amdgpu_ucode_print_gfx_hdr()
747 const struct gfx_firmware_header_v1_0 *cp_hdr = NULL; in amdgpu_ucode_init_single_fw()
766 cp_hdr = (const struct gfx_firmware_header_v1_0 *)ucode->fw->data; in amdgpu_ucode_init_single_fw()
975 const struct gfx_firmware_header_v1_0 *header = NULL; in amdgpu_ucode_patch_jt()
984 header = (const struct gfx_firmware_header_v1_0 *)ucode->fw->data; in amdgpu_ucode_patch_jt()
1050 const struct gfx_firmware_header_v1_0 *cp_hdr; in amdgpu_ucode_init_bo()
1051 cp_hdr = (const struct gfx_firmware_header_v1_0 *)ucode->fw->data; in amdgpu_ucode_init_bo()
A Damdgpu_ucode.h168 struct gfx_firmware_header_v1_0 { struct
392 struct gfx_firmware_header_v1_0 gfx;
A Damdgpu_cgs.c211 const struct gfx_firmware_header_v1_0 *header; in amdgpu_cgs_get_firmware_info()
221 header = (const struct gfx_firmware_header_v1_0 *)ucode->fw->data; in amdgpu_cgs_get_firmware_info()
A Dgfx_v6_0.c316 const struct gfx_firmware_header_v1_0 *cp_hdr; in gfx_v6_0_init_microcode()
344 cp_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.pfp_fw->data; in gfx_v6_0_init_microcode()
352 cp_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.me_fw->data; in gfx_v6_0_init_microcode()
360 cp_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.ce_fw->data; in gfx_v6_0_init_microcode()
1931 const struct gfx_firmware_header_v1_0 *pfp_hdr; in gfx_v6_0_cp_gfx_load_microcode()
1932 const struct gfx_firmware_header_v1_0 *ce_hdr; in gfx_v6_0_cp_gfx_load_microcode()
1933 const struct gfx_firmware_header_v1_0 *me_hdr; in gfx_v6_0_cp_gfx_load_microcode()
1941 pfp_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.pfp_fw->data; in gfx_v6_0_cp_gfx_load_microcode()
1942 ce_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.ce_fw->data; in gfx_v6_0_cp_gfx_load_microcode()
1943 me_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.me_fw->data; in gfx_v6_0_cp_gfx_load_microcode()
A Dgfx_v7_0.c2385 const struct gfx_firmware_header_v1_0 *pfp_hdr; in gfx_v7_0_cp_gfx_load_microcode()
2386 const struct gfx_firmware_header_v1_0 *ce_hdr; in gfx_v7_0_cp_gfx_load_microcode()
2387 const struct gfx_firmware_header_v1_0 *me_hdr; in gfx_v7_0_cp_gfx_load_microcode()
2394 pfp_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.pfp_fw->data; in gfx_v7_0_cp_gfx_load_microcode()
2395 ce_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.ce_fw->data; in gfx_v7_0_cp_gfx_load_microcode()
2396 me_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.me_fw->data; in gfx_v7_0_cp_gfx_load_microcode()
2650 const struct gfx_firmware_header_v1_0 *mec_hdr; in gfx_v7_0_cp_compute_load_microcode()
2657 mec_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.mec_fw->data; in gfx_v7_0_cp_compute_load_microcode()
2676 const struct gfx_firmware_header_v1_0 *mec2_hdr; in gfx_v7_0_cp_compute_load_microcode()
2681 mec2_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.mec2_fw->data; in gfx_v7_0_cp_compute_load_microcode()
A Dgfx_v9_0.c1704 const struct gfx_firmware_header_v1_0 *mec_hdr; in gfx_v9_0_mec_init()
1730 mec_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.mec_fw->data; in gfx_v9_0_mec_init()
2951 const struct gfx_firmware_header_v1_0 *pfp_hdr; in gfx_v9_0_cp_gfx_load_microcode()
2952 const struct gfx_firmware_header_v1_0 *ce_hdr; in gfx_v9_0_cp_gfx_load_microcode()
2953 const struct gfx_firmware_header_v1_0 *me_hdr; in gfx_v9_0_cp_gfx_load_microcode()
2960 pfp_hdr = (const struct gfx_firmware_header_v1_0 *) in gfx_v9_0_cp_gfx_load_microcode()
2962 ce_hdr = (const struct gfx_firmware_header_v1_0 *) in gfx_v9_0_cp_gfx_load_microcode()
2964 me_hdr = (const struct gfx_firmware_header_v1_0 *) in gfx_v9_0_cp_gfx_load_microcode()
3152 const struct gfx_firmware_header_v1_0 *mec_hdr; in gfx_v9_0_cp_compute_load_microcode()
3162 mec_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.mec_fw->data; in gfx_v9_0_cp_compute_load_microcode()
A Dgfx_v11_0.c1032 const struct gfx_firmware_header_v1_0 *cp_hdr; in gfx_v11_0_rlc_backdoor_autoload_copy_gfx_ucode()
1096 cp_hdr = (const struct gfx_firmware_header_v1_0 *) in gfx_v11_0_rlc_backdoor_autoload_copy_gfx_ucode()
1105 cp_hdr = (const struct gfx_firmware_header_v1_0 *) in gfx_v11_0_rlc_backdoor_autoload_copy_gfx_ucode()
1114 cp_hdr = (const struct gfx_firmware_header_v1_0 *) in gfx_v11_0_rlc_backdoor_autoload_copy_gfx_ucode()
2609 const struct gfx_firmware_header_v1_0 *pfp_hdr; in gfx_v11_0_cp_gfx_load_pfp_microcode()
2613 pfp_hdr = (const struct gfx_firmware_header_v1_0 *) in gfx_v11_0_cp_gfx_load_pfp_microcode()
2827 const struct gfx_firmware_header_v1_0 *me_hdr; in gfx_v11_0_cp_gfx_load_me_microcode()
2831 me_hdr = (const struct gfx_firmware_header_v1_0 *) in gfx_v11_0_cp_gfx_load_me_microcode()
3340 const struct gfx_firmware_header_v1_0 *mec_hdr; in gfx_v11_0_cp_compute_load_microcode()
3351 mec_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.mec_fw->data; in gfx_v11_0_cp_compute_load_microcode()
A Dgfx_v10_0.c5325 const struct gfx_firmware_header_v1_0 *cp_hdr; in gfx_v10_0_rlc_backdoor_autoload_copy_gfx_ucode()
5329 cp_hdr = (const struct gfx_firmware_header_v1_0 *) in gfx_v10_0_rlc_backdoor_autoload_copy_gfx_ucode()
5339 cp_hdr = (const struct gfx_firmware_header_v1_0 *) in gfx_v10_0_rlc_backdoor_autoload_copy_gfx_ucode()
5349 cp_hdr = (const struct gfx_firmware_header_v1_0 *) in gfx_v10_0_rlc_backdoor_autoload_copy_gfx_ucode()
5369 cp_hdr = (const struct gfx_firmware_header_v1_0 *) in gfx_v10_0_rlc_backdoor_autoload_copy_gfx_ucode()
5673 const struct gfx_firmware_header_v1_0 *pfp_hdr; in gfx_v10_0_cp_gfx_load_pfp_microcode()
5751 const struct gfx_firmware_header_v1_0 *ce_hdr; in gfx_v10_0_cp_gfx_load_ce_microcode()
5757 ce_hdr = (const struct gfx_firmware_header_v1_0 *) in gfx_v10_0_cp_gfx_load_ce_microcode()
5828 const struct gfx_firmware_header_v1_0 *me_hdr; in gfx_v10_0_cp_gfx_load_me_microcode()
5834 me_hdr = (const struct gfx_firmware_header_v1_0 *) in gfx_v10_0_cp_gfx_load_me_microcode()
[all …]
A Dgfx_v8_0.c946 const struct gfx_firmware_header_v1_0 *cp_hdr; in gfx_v8_0_init_microcode()
997 cp_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.pfp_fw->data; in gfx_v8_0_init_microcode()
1014 cp_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.me_fw->data; in gfx_v8_0_init_microcode()
1032 cp_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.ce_fw->data; in gfx_v8_0_init_microcode()
1108 cp_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.mec_fw->data; in gfx_v8_0_init_microcode()
1126 cp_hdr = (const struct gfx_firmware_header_v1_0 *) in gfx_v8_0_init_microcode()
1174 cp_hdr = (const struct gfx_firmware_header_v1_0 *)adev->gfx.mec_fw->data; in gfx_v8_0_init_microcode()
/linux-6.3-rc2/drivers/gpu/drm/radeon/
A Dradeon_ucode.h183 struct gfx_firmware_header_v1_0 { struct
214 struct gfx_firmware_header_v1_0 gfx;
A Dradeon_ucode.c94 const struct gfx_firmware_header_v1_0 *gfx_hdr = in radeon_ucode_print_gfx_hdr()
95 container_of(hdr, struct gfx_firmware_header_v1_0, header); in radeon_ucode_print_gfx_hdr()
A Dcik.c3894 const struct gfx_firmware_header_v1_0 *pfp_hdr = in cik_cp_gfx_load_microcode()
3895 (const struct gfx_firmware_header_v1_0 *)rdev->pfp_fw->data; in cik_cp_gfx_load_microcode()
3896 const struct gfx_firmware_header_v1_0 *ce_hdr = in cik_cp_gfx_load_microcode()
3897 (const struct gfx_firmware_header_v1_0 *)rdev->ce_fw->data; in cik_cp_gfx_load_microcode()
3898 const struct gfx_firmware_header_v1_0 *me_hdr = in cik_cp_gfx_load_microcode()
3899 (const struct gfx_firmware_header_v1_0 *)rdev->me_fw->data; in cik_cp_gfx_load_microcode()
4256 const struct gfx_firmware_header_v1_0 *mec_hdr = in cik_cp_compute_load_microcode()
4257 (const struct gfx_firmware_header_v1_0 *)rdev->mec_fw->data; in cik_cp_compute_load_microcode()
4274 const struct gfx_firmware_header_v1_0 *mec2_hdr = in cik_cp_compute_load_microcode()
4275 (const struct gfx_firmware_header_v1_0 *)rdev->mec2_fw->data; in cik_cp_compute_load_microcode()
[all …]
A Dsi.c3485 const struct gfx_firmware_header_v1_0 *pfp_hdr = in si_cp_load_microcode()
3486 (const struct gfx_firmware_header_v1_0 *)rdev->pfp_fw->data; in si_cp_load_microcode()
3487 const struct gfx_firmware_header_v1_0 *ce_hdr = in si_cp_load_microcode()
3488 (const struct gfx_firmware_header_v1_0 *)rdev->ce_fw->data; in si_cp_load_microcode()
3489 const struct gfx_firmware_header_v1_0 *me_hdr = in si_cp_load_microcode()
3490 (const struct gfx_firmware_header_v1_0 *)rdev->me_fw->data; in si_cp_load_microcode()

Completed in 97 milliseconds