Home
last modified time | relevance | path

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

/linux/drivers/gpu/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()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_isp.c73 const struct common_firmware_header *hdr; in isp_load_fw_by_psp()
89 hdr = (const struct common_firmware_header *)adev->isp.fw->data; in isp_load_fw_by_psp()
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_cgs.c250 const struct common_firmware_header *header; in amdgpu_cgs_get_firmware_info()
370 header = (const struct common_firmware_header *)ucode->fw->data; in amdgpu_cgs_get_firmware_info()
H A Dvcn_v5_0_2.c322 const struct common_firmware_header *hdr; in vcn_v5_0_2_mc_resume()
324 hdr = (const struct common_firmware_header *)adev->vcn.inst[inst].fw->data; in vcn_v5_0_2_mc_resume()
387 const struct common_firmware_header *hdr; in vcn_v5_0_2_mc_resume_dpg_mode()
389 hdr = (const struct common_firmware_header *)adev->vcn.inst[inst_idx].fw->data; in vcn_v5_0_2_mc_resume_dpg_mode()
H A Dvce_v1_0.c191 const struct common_firmware_header *hdr; in vce_v1_0_load_fw()
199 hdr = (const struct common_firmware_header *)adev->vce.fw->data; in vce_v1_0_load_fw()
H A Dvcn_v4_0_5.c403 const struct common_firmware_header *hdr; in vcn_v4_0_5_mc_resume()
405 hdr = (const struct common_firmware_header *)adev->vcn.inst[inst].fw->data; in vcn_v4_0_5_mc_resume()
466 const struct common_firmware_header *hdr; in vcn_v4_0_5_mc_resume_dpg_mode()
468 hdr = (const struct common_firmware_header *)adev->vcn.inst[inst_idx].fw->data; in vcn_v4_0_5_mc_resume_dpg_mode()
H A Dvcn_v4_0.c452 const struct common_firmware_header *hdr; in vcn_v4_0_mc_resume()
454 hdr = (const struct common_firmware_header *)adev->vcn.inst[inst].fw->data; in vcn_v4_0_mc_resume()
515 const struct common_firmware_header *hdr; in vcn_v4_0_mc_resume_dpg_mode()
516 hdr = (const struct common_firmware_header *)adev->vcn.inst[inst_idx].fw->data; in vcn_v4_0_mc_resume_dpg_mode()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0.c75 const struct common_firmware_header *header; in smu_v14_0_init_microcode()
100 header = (const struct common_firmware_header *)ucode->fw->data; in smu_v14_0_init_microcode()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsmu_v11_0.c99 const struct common_firmware_header *header; in smu_v11_0_init_microcode()
121 header = (const struct common_firmware_header *)ucode->fw->data; in smu_v11_0_init_microcode()