Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ucode.h30 struct common_firmware_header { struct
45 struct common_firmware_header header; argument
52 struct common_firmware_header header;
84 struct common_firmware_header header;
137 struct common_firmware_header header;
144 struct common_firmware_header header;
152 struct common_firmware_header header;
175 struct common_firmware_header header;
182 struct common_firmware_header header;
190 struct common_firmware_header header;
[all …]
H A Damdgpu_ucode.c38 static void amdgpu_ucode_print_common_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_common_hdr()
53 void amdgpu_ucode_print_mc_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_mc_hdr()
74 void amdgpu_ucode_print_smc_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_smc_hdr()
109 void amdgpu_ucode_print_gfx_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_gfx_hdr()
136 void amdgpu_ucode_print_rlc_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_rlc_hdr()
299 void amdgpu_ucode_print_sdma_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_sdma_hdr()
345 void amdgpu_ucode_print_psp_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_psp_hdr()
492 void amdgpu_ucode_print_gpu_info_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_gpu_info_hdr()
515 const struct common_firmware_header *hdr = in amdgpu_ucode_validate()
516 (const struct common_firmware_header *)fw->data; in amdgpu_ucode_validate()
[all …]
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_sdma.c153 const struct common_firmware_header *header = NULL; in amdgpu_sdma_init_inst_ctx()
158 header = (const struct common_firmware_header *) in amdgpu_sdma_init_inst_ctx()
207 const struct common_firmware_header *header = NULL; in amdgpu_sdma_init_microcode()
226 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_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()
289 const struct common_firmware_header *hdr; in amdgpu_vce_resume()
309 hdr = (const struct common_firmware_header *)adev->vce.fw->data; in amdgpu_vce_resume()
H A Damdgpu_vcn.c130 const struct common_firmware_header *hdr; in amdgpu_vcn_sw_init()
167 hdr = (const struct common_firmware_header *)adev->vcn.inst[i].fw->data; in amdgpu_vcn_sw_init()
387 const struct common_firmware_header *hdr; in amdgpu_vcn_resume()
390 hdr = (const struct common_firmware_header *)adev->vcn.inst[i].fw->data; in amdgpu_vcn_resume()
1102 const struct common_firmware_header *hdr; in amdgpu_vcn_setup_ucode()
1112 hdr = (const struct common_firmware_header *)adev->vcn.inst[i].fw->data; in amdgpu_vcn_setup_ucode()
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()
498 const struct common_firmware_header *hdr; in amdgpu_uvd_resume()
501 hdr = (const struct common_firmware_header *)adev->uvd.fw->data; in amdgpu_uvd_resume()
H A Dvcn_v5_0_1.c358 const struct common_firmware_header *hdr; in vcn_v5_0_1_mc_resume()
360 hdr = (const struct common_firmware_header *)adev->vcn.inst[inst].fw->data; in vcn_v5_0_1_mc_resume()
423 const struct common_firmware_header *hdr; in vcn_v5_0_1_mc_resume_dpg_mode()
425 hdr = (const struct common_firmware_header *)adev->vcn.inst[inst_idx].fw->data; in vcn_v5_0_1_mc_resume_dpg_mode()
H A Dvcn_v5_0_0.c381 const struct common_firmware_header *hdr; in vcn_v5_0_0_mc_resume()
383 hdr = (const struct common_firmware_header *)adev->vcn.inst[inst].fw->data; in vcn_v5_0_0_mc_resume()
444 const struct common_firmware_header *hdr; in vcn_v5_0_0_mc_resume_dpg_mode()
446 hdr = (const struct common_firmware_header *)adev->vcn.inst[inst_idx].fw->data; in vcn_v5_0_0_mc_resume_dpg_mode()
H A Dvcn_v4_0_5.c414 const struct common_firmware_header *hdr; in vcn_v4_0_5_mc_resume()
416 hdr = (const struct common_firmware_header *)adev->vcn.inst[inst].fw->data; in vcn_v4_0_5_mc_resume()
477 const struct common_firmware_header *hdr; in vcn_v4_0_5_mc_resume_dpg_mode()
479 hdr = (const struct common_firmware_header *)adev->vcn.inst[inst_idx].fw->data; in vcn_v4_0_5_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 Damdgpu_psp.c2844 struct common_firmware_header *hdr; in psp_print_fw_hdr()
2855 hdr = (struct common_firmware_header *) in psp_print_fw_hdr()
2860 hdr = (struct common_firmware_header *)adev->gfx.ce_fw->data; in psp_print_fw_hdr()
2864 hdr = (struct common_firmware_header *)adev->gfx.pfp_fw->data; in psp_print_fw_hdr()
2868 hdr = (struct common_firmware_header *)adev->gfx.me_fw->data; in psp_print_fw_hdr()
2872 hdr = (struct common_firmware_header *)adev->gfx.mec_fw->data; in psp_print_fw_hdr()
2876 hdr = (struct common_firmware_header *)adev->gfx.rlc_fw->data; in psp_print_fw_hdr()
2880 hdr = (struct common_firmware_header *)adev->pm.fw->data; in psp_print_fw_hdr()
3945 const struct common_firmware_header *hdr; in psp_init_ta_microcode()
3958 hdr = (const struct common_firmware_header *)adev->psp.ta_fw->data; in psp_init_ta_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 Dvcn_v4_0_3.c460 const struct common_firmware_header *hdr; in vcn_v4_0_3_mc_resume()
462 hdr = (const struct common_firmware_header *)adev->vcn.inst[inst_idx].fw->data; in vcn_v4_0_3_mc_resume()
537 const struct common_firmware_header *hdr; in vcn_v4_0_3_mc_resume_dpg_mode()
539 hdr = (const struct common_firmware_header *)adev->vcn.inst[inst_idx].fw->data; in vcn_v4_0_3_mc_resume_dpg_mode()
H A Dvcn_v4_0.c464 const struct common_firmware_header *hdr; in vcn_v4_0_mc_resume()
466 hdr = (const struct common_firmware_header *)adev->vcn.inst[inst].fw->data; in vcn_v4_0_mc_resume()
527 const struct common_firmware_header *hdr; in vcn_v4_0_mc_resume_dpg_mode()
528 hdr = (const struct common_firmware_header *)adev->vcn.inst[inst_idx].fw->data; in vcn_v4_0_mc_resume_dpg_mode()
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.c944 const struct common_firmware_header *header = NULL; in gfx_v8_0_init_microcode()
1156 header = (const struct common_firmware_header *)info->fw->data; in gfx_v8_0_init_microcode()
1163 header = (const struct common_firmware_header *)info->fw->data; in gfx_v8_0_init_microcode()
1170 header = (const struct common_firmware_header *)info->fw->data; in gfx_v8_0_init_microcode()
1177 header = (const struct common_firmware_header *)info->fw->data; in gfx_v8_0_init_microcode()
1184 header = (const struct common_firmware_header *)info->fw->data; in gfx_v8_0_init_microcode()
1205 header = (const struct common_firmware_header *)info->fw->data; in gfx_v8_0_init_microcode()
/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/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()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0.c99 const struct common_firmware_header *header; in smu_v13_0_init_microcode()
125 header = (const struct common_firmware_header *)ucode->fw->data; in smu_v13_0_init_microcode()
H A Dsmu_v13_0_6_ppt.c447 const struct common_firmware_header *hdr; in smu_v13_0_6_init_microcode()
474 hdr = (const struct common_firmware_header *)adev->pm.fw->data; in smu_v13_0_6_init_microcode()