Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gfx.c1054 const struct gfx_firmware_header_v2_0 *cp_hdr_v2_0; in amdgpu_gfx_cp_init_microcode()
1071 cp_hdr_v2_0 = (const struct gfx_firmware_header_v2_0 *) in amdgpu_gfx_cp_init_microcode()
1082 cp_hdr_v2_0 = (const struct gfx_firmware_header_v2_0 *) in amdgpu_gfx_cp_init_microcode()
1098 cp_hdr_v2_0 = (const struct gfx_firmware_header_v2_0 *) in amdgpu_gfx_cp_init_microcode()
1109 cp_hdr_v2_0 = (const struct gfx_firmware_header_v2_0 *) in amdgpu_gfx_cp_init_microcode()
1159 cp_hdr_v2_0 = (const struct gfx_firmware_header_v2_0 *) in amdgpu_gfx_cp_init_microcode()
1172 cp_hdr_v2_0 = (const struct gfx_firmware_header_v2_0 *) in amdgpu_gfx_cp_init_microcode()
Damdgpu_ucode.h176 struct gfx_firmware_header_v2_0 { struct
393 struct gfx_firmware_header_v2_0 gfx_v2_0;
Dgfx_v11_0.c1079 const struct gfx_firmware_header_v2_0 *cpv2_hdr; in gfx_v11_0_rlc_backdoor_autoload_copy_gfx_ucode()
1086 cpv2_hdr = (const struct gfx_firmware_header_v2_0 *) in gfx_v11_0_rlc_backdoor_autoload_copy_gfx_ucode()
1103 cpv2_hdr = (const struct gfx_firmware_header_v2_0 *) in gfx_v11_0_rlc_backdoor_autoload_copy_gfx_ucode()
1120 cpv2_hdr = (const struct gfx_firmware_header_v2_0 *) in gfx_v11_0_rlc_backdoor_autoload_copy_gfx_ucode()
2147 const struct gfx_firmware_header_v2_0 *pfp_hdr; in gfx_v11_0_config_pfp_cache_rs64()
2149 pfp_hdr = (const struct gfx_firmware_header_v2_0 *) in gfx_v11_0_config_pfp_cache_rs64()
2269 const struct gfx_firmware_header_v2_0 *me_hdr; in gfx_v11_0_config_me_cache_rs64()
2271 me_hdr = (const struct gfx_firmware_header_v2_0 *) in gfx_v11_0_config_me_cache_rs64()
2392 const struct gfx_firmware_header_v2_0 *mec_hdr; in gfx_v11_0_config_mec_cache_rs64()
2394 mec_hdr = (const struct gfx_firmware_header_v2_0 *) in gfx_v11_0_config_mec_cache_rs64()
[all …]
Damdgpu_ucode.c119 const struct gfx_firmware_header_v2_0 *gfx_hdr = in amdgpu_ucode_print_gfx_hdr()
120 container_of(hdr, struct gfx_firmware_header_v2_0, header); in amdgpu_ucode_print_gfx_hdr()
746 const struct gfx_firmware_header_v2_0 *cpv2_hdr = NULL; in amdgpu_ucode_init_single_fw()
765 cpv2_hdr = (const struct gfx_firmware_header_v2_0 *)ucode->fw->data; in amdgpu_ucode_init_single_fw()