Home
last modified time | relevance | path

Searched refs:common_firmware_header (Results 1 – 23 of 23) sorted by relevance

/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_ucode.h28 struct common_firmware_header { struct
43 struct common_firmware_header header; argument
50 struct common_firmware_header header;
82 struct common_firmware_header header;
133 struct common_firmware_header header;
140 struct common_firmware_header header;
162 struct common_firmware_header header;
169 struct common_firmware_header header;
177 struct common_firmware_header header;
189 struct common_firmware_header header;
[all …]
H A Damdgpu_ucode.c46 void amdgpu_ucode_print_mc_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_mc_hdr()
67 void amdgpu_ucode_print_smc_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_smc_hdr()
102 void amdgpu_ucode_print_gfx_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_gfx_hdr()
129 void amdgpu_ucode_print_rlc_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_rlc_hdr()
332 void amdgpu_ucode_print_psp_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_psp_hdr()
502 const struct common_firmware_header *hdr = in amdgpu_ucode_validate()
503 (const struct common_firmware_header *)fw->data; in amdgpu_ucode_validate()
748 const struct common_firmware_header *header = NULL; in amdgpu_ucode_init_single_fw()
767 header = (const struct common_firmware_header *)ucode->fw->data; in amdgpu_ucode_init_single_fw()
978 const struct common_firmware_header *comm_hdr = NULL; in amdgpu_ucode_patch_jt()
[all …]
H A Damdgpu_sdma.c158 const struct common_firmware_header *header = NULL; in amdgpu_sdma_init_inst_ctx()
162 header = (const struct common_firmware_header *) in amdgpu_sdma_init_inst_ctx()
206 const struct common_firmware_header *header = NULL; in amdgpu_sdma_init_microcode()
222 header = (const struct common_firmware_header *) in amdgpu_sdma_init_microcode()
H A Damdgpu_uvd.h37 …(AMDGPU_GPU_PAGE_ALIGN(le32_to_cpu(((const struct common_firmware_header *)(adev)->uvd.fw->data)->…
H A Damdgpu_psp_ta.c38 const struct common_firmware_header *hdr = in get_bin_version()
39 (const struct common_firmware_header *)bin; in get_bin_version()
H A Damdgpu_vcn.c104 const struct common_firmware_header *hdr; in amdgpu_vcn_sw_init()
138 hdr = (const struct common_firmware_header *)adev->vcn.fw->data; in amdgpu_vcn_sw_init()
348 const struct common_firmware_header *hdr; in amdgpu_vcn_resume()
351 hdr = (const struct common_firmware_header *)adev->vcn.fw->data; in amdgpu_vcn_resume()
1038 const struct common_firmware_header *hdr; in amdgpu_vcn_setup_ucode()
1040 hdr = (const struct common_firmware_header *)adev->vcn.fw->data; in amdgpu_vcn_setup_ucode()
H A Damdgpu_vce.c101 const struct common_firmware_header *hdr; in amdgpu_vce_sw_init()
169 hdr = (const struct common_firmware_header *)adev->vce.fw->data; in amdgpu_vce_sw_init()
288 const struct common_firmware_header *hdr; in amdgpu_vce_resume()
308 hdr = (const struct common_firmware_header *)adev->vce.fw->data; in amdgpu_vce_resume()
H A Damdgpu_cgs.c247 const struct common_firmware_header *header; in amdgpu_cgs_get_firmware_info()
425 header = (const struct common_firmware_header *)ucode->fw->data; in amdgpu_cgs_get_firmware_info()
H A Damdgpu_uvd.c188 const struct common_firmware_header *hdr; in amdgpu_uvd_sw_init()
274 hdr = (const struct common_firmware_header *)adev->uvd.fw->data; in amdgpu_uvd_sw_init()
493 const struct common_firmware_header *hdr; in amdgpu_uvd_resume()
496 hdr = (const struct common_firmware_header *)adev->uvd.fw->data; in amdgpu_uvd_resume()
H A Damdgpu_psp.c2418 struct common_firmware_header *hdr; in psp_print_fw_hdr()
2429 hdr = (struct common_firmware_header *) in psp_print_fw_hdr()
2434 hdr = (struct common_firmware_header *)adev->gfx.ce_fw->data; in psp_print_fw_hdr()
2438 hdr = (struct common_firmware_header *)adev->gfx.pfp_fw->data; in psp_print_fw_hdr()
2442 hdr = (struct common_firmware_header *)adev->gfx.me_fw->data; in psp_print_fw_hdr()
2446 hdr = (struct common_firmware_header *)adev->gfx.mec_fw->data; in psp_print_fw_hdr()
2450 hdr = (struct common_firmware_header *)adev->gfx.rlc_fw->data; in psp_print_fw_hdr()
2454 hdr = (struct common_firmware_header *)adev->pm.fw->data; in psp_print_fw_hdr()
3415 const struct common_firmware_header *hdr; in psp_init_ta_microcode()
3425 hdr = (const struct common_firmware_header *)adev->psp.ta_fw->data; in psp_init_ta_microcode()
H A Dvcn_v4_0_3.c333 const struct common_firmware_header *hdr; in vcn_v4_0_3_mc_resume()
335 hdr = (const struct common_firmware_header *)adev->vcn.fw->data; in vcn_v4_0_3_mc_resume()
408 const struct common_firmware_header *hdr; in vcn_v4_0_3_mc_resume_dpg_mode()
410 hdr = (const struct common_firmware_header *)adev->vcn.fw->data; in vcn_v4_0_3_mc_resume_dpg_mode()
H A Damdgpu_rlc.c283 const struct common_firmware_header *common_hdr; in amdgpu_gfx_rlc_init_microcode_v2_0()
336 common_hdr = (const struct common_firmware_header *)info->fw->data; in amdgpu_gfx_rlc_init_microcode_v2_0()
H A Dvcn_v4_0.c378 const struct common_firmware_header *hdr; in vcn_v4_0_mc_resume()
380 hdr = (const struct common_firmware_header *)adev->vcn.fw->data; in vcn_v4_0_mc_resume()
439 const struct common_firmware_header *hdr; in vcn_v4_0_mc_resume_dpg_mode()
440 hdr = (const struct common_firmware_header *)adev->vcn.fw->data; in vcn_v4_0_mc_resume_dpg_mode()
H A Dsdma_v2_4.c136 const struct common_firmware_header *header = NULL; in sdma_v2_4_init_microcode()
166 header = (const struct common_firmware_header *)info->fw->data; in sdma_v2_4_init_microcode()
H A Dvce_v4_0.c446 const struct common_firmware_header *hdr; in vce_v4_0_sw_init()
453 hdr = (const struct common_firmware_header *)adev->vce.fw->data; in vce_v4_0_sw_init()
H A Dsdma_v3_0.c273 const struct common_firmware_header *header = NULL; in sdma_v3_0_init_microcode()
323 header = (const struct common_firmware_header *)info->fw->data; in sdma_v3_0_init_microcode()
H A Duvd_v7_0.c426 const struct common_firmware_header *hdr; in uvd_v7_0_sw_init()
427 hdr = (const struct common_firmware_header *)adev->uvd.fw->data; in uvd_v7_0_sw_init()
H A Dgfx_v8_0.c945 const struct common_firmware_header *header = NULL; in gfx_v8_0_init_microcode()
1141 header = (const struct common_firmware_header *)info->fw->data; in gfx_v8_0_init_microcode()
1148 header = (const struct common_firmware_header *)info->fw->data; in gfx_v8_0_init_microcode()
1155 header = (const struct common_firmware_header *)info->fw->data; in gfx_v8_0_init_microcode()
1162 header = (const struct common_firmware_header *)info->fw->data; in gfx_v8_0_init_microcode()
1169 header = (const struct common_firmware_header *)info->fw->data; in gfx_v8_0_init_microcode()
1190 header = (const struct common_firmware_header *)info->fw->data; in gfx_v8_0_init_microcode()
/openbsd/sys/dev/pci/drm/radeon/
H A Dradeon_ucode.h156 struct common_firmware_header { struct
171 struct common_firmware_header header; argument
178 struct common_firmware_header header;
184 struct common_firmware_header header;
192 struct common_firmware_header header;
202 struct common_firmware_header header;
211 struct common_firmware_header common;
220 void radeon_ucode_print_mc_hdr(const struct common_firmware_header *hdr);
221 void radeon_ucode_print_smc_hdr(const struct common_firmware_header *hdr);
222 void radeon_ucode_print_gfx_hdr(const struct common_firmware_header *hdr);
[all …]
H A Dradeon_ucode.c31 static void radeon_ucode_print_common_hdr(const struct common_firmware_header *hdr) in radeon_ucode_print_common_hdr()
46 void radeon_ucode_print_mc_hdr(const struct common_firmware_header *hdr) in radeon_ucode_print_mc_hdr()
67 void radeon_ucode_print_smc_hdr(const struct common_firmware_header *hdr) in radeon_ucode_print_smc_hdr()
85 void radeon_ucode_print_gfx_hdr(const struct common_firmware_header *hdr) in radeon_ucode_print_gfx_hdr()
106 void radeon_ucode_print_rlc_hdr(const struct common_firmware_header *hdr) in radeon_ucode_print_rlc_hdr()
133 void radeon_ucode_print_sdma_hdr(const struct common_firmware_header *hdr) in radeon_ucode_print_sdma_hdr()
159 const struct common_firmware_header *hdr = in radeon_ucode_validate()
160 (const struct common_firmware_header *)fw->data; in radeon_ucode_validate()
H A Dradeon_uvd.c146 struct common_firmware_header *hdr = (void *)rdev->uvd_fw->data; in radeon_uvd_init()
/openbsd/sys/dev/pci/drm/amd/pm/swsmu/smu11/
H A Dsmu_v11_0.c100 const struct common_firmware_header *header; in smu_v11_0_init_microcode()
124 header = (const struct common_firmware_header *)ucode->fw->data; in smu_v11_0_init_microcode()
/openbsd/sys/dev/pci/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0.c97 const struct common_firmware_header *header; in smu_v13_0_init_microcode()
120 header = (const struct common_firmware_header *)ucode->fw->data; in smu_v13_0_init_microcode()