Home
last modified time | relevance | path

Searched refs:gfx_firmware_header_v2_0 (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v12_0.c1099 const struct gfx_firmware_header_v2_0 *cpv2_hdr; in gfx_v12_0_rlc_backdoor_autoload_copy_gfx_ucode()
2030 const struct gfx_firmware_header_v2_0 *pfp_hdr; in gfx_v12_0_config_gfx_rs64()
2031 const struct gfx_firmware_header_v2_0 *me_hdr; in gfx_v12_0_config_gfx_rs64()
2032 const struct gfx_firmware_header_v2_0 *mec_hdr; in gfx_v12_0_config_gfx_rs64()
2037 me_hdr = (const struct gfx_firmware_header_v2_0 *) in gfx_v12_0_config_gfx_rs64()
2115 const struct gfx_firmware_header_v2_0 *cp_hdr; in gfx_v12_0_set_pfp_ucode_start_addr()
2157 const struct gfx_firmware_header_v2_0 *cp_hdr; in gfx_v12_0_set_me_ucode_start_addr()
2199 const struct gfx_firmware_header_v2_0 *cp_hdr; in gfx_v12_0_set_mec_ucode_start_addr()
2275 const struct gfx_firmware_header_v2_0 *pfp_hdr; in gfx_v12_0_cp_gfx_load_pfp_microcode_rs64()
2419 const struct gfx_firmware_header_v2_0 *me_hdr; in gfx_v12_0_cp_gfx_load_me_microcode_rs64()
[all …]
H A Damdgpu_ucode.h187 struct gfx_firmware_header_v2_0 { struct
443 struct gfx_firmware_header_v2_0 gfx_v2_0;
H A Damdgpu_gfx.c1204 const struct gfx_firmware_header_v2_0 *cp_hdr_v2_0; in amdgpu_gfx_cp_init_microcode()
1221 cp_hdr_v2_0 = (const struct gfx_firmware_header_v2_0 *) in amdgpu_gfx_cp_init_microcode()
1232 cp_hdr_v2_0 = (const struct gfx_firmware_header_v2_0 *) in amdgpu_gfx_cp_init_microcode()
1248 cp_hdr_v2_0 = (const struct gfx_firmware_header_v2_0 *) in amdgpu_gfx_cp_init_microcode()
1259 cp_hdr_v2_0 = (const struct gfx_firmware_header_v2_0 *) in amdgpu_gfx_cp_init_microcode()
1309 cp_hdr_v2_0 = (const struct gfx_firmware_header_v2_0 *) in amdgpu_gfx_cp_init_microcode()
1322 cp_hdr_v2_0 = (const struct gfx_firmware_header_v2_0 *) in amdgpu_gfx_cp_init_microcode()
H A Dgfx_v11_0.c1309 const struct gfx_firmware_header_v2_0 *cpv2_hdr; in gfx_v11_0_rlc_backdoor_autoload_copy_gfx_ucode()
2542 const struct gfx_firmware_header_v2_0 *pfp_hdr; in gfx_v11_0_config_pfp_cache_rs64()
2664 const struct gfx_firmware_header_v2_0 *me_hdr; in gfx_v11_0_config_me_cache_rs64()
2666 me_hdr = (const struct gfx_firmware_header_v2_0 *) in gfx_v11_0_config_me_cache_rs64()
2787 const struct gfx_firmware_header_v2_0 *mec_hdr; in gfx_v11_0_config_mec_cache_rs64()
2867 const struct gfx_firmware_header_v2_0 *pfp_hdr; in gfx_v11_0_config_gfx_rs64()
2868 const struct gfx_firmware_header_v2_0 *me_hdr; in gfx_v11_0_config_gfx_rs64()
2869 const struct gfx_firmware_header_v2_0 *mec_hdr; in gfx_v11_0_config_gfx_rs64()
3100 const struct gfx_firmware_header_v2_0 *pfp_hdr; in gfx_v11_0_cp_gfx_load_pfp_microcode_rs64()
3318 const struct gfx_firmware_header_v2_0 *me_hdr; in gfx_v11_0_cp_gfx_load_me_microcode_rs64()
[all …]
H A Damdgpu_ucode.c121 const struct gfx_firmware_header_v2_0 *gfx_hdr = in amdgpu_ucode_print_gfx_hdr()
122 container_of(hdr, struct gfx_firmware_header_v2_0, header); in amdgpu_ucode_print_gfx_hdr()
823 const struct gfx_firmware_header_v2_0 *cpv2_hdr = NULL; in amdgpu_ucode_init_single_fw()
845 cpv2_hdr = (const struct gfx_firmware_header_v2_0 *)ucode->fw->data; in amdgpu_ucode_init_single_fw()