Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
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;
132 struct common_firmware_header header;
139 struct common_firmware_header header;
161 struct common_firmware_header header;
168 struct common_firmware_header header;
176 struct common_firmware_header header;
188 struct common_firmware_header header;
[all …]
Damdgpu_ucode.c31 static void amdgpu_ucode_print_common_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_common_hdr()
46 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_imu_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_imu_hdr()
142 void amdgpu_ucode_print_rlc_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_rlc_hdr()
305 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()
486 void amdgpu_ucode_print_gpu_info_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_gpu_info_hdr()
509 const struct common_firmware_header *hdr = in amdgpu_ucode_validate()
[all …]
Damdgpu_sdma.c159 const struct common_firmware_header *header = NULL; in amdgpu_sdma_init_inst_ctx()
167 header = (const struct common_firmware_header *) in amdgpu_sdma_init_inst_ctx()
212 const struct common_firmware_header *header = NULL; in amdgpu_sdma_init_microcode()
221 header = (const struct common_firmware_header *) in amdgpu_sdma_init_microcode()
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()
Damdgpu_uvd.h37 …(AMDGPU_GPU_PAGE_ALIGN(le32_to_cpu(((const struct common_firmware_header *)(adev)->uvd.fw->data)->…
Damdgpu_vcn.c87 const struct common_firmware_header *hdr; in amdgpu_vcn_sw_init()
225 hdr = (const struct common_firmware_header *)adev->vcn.fw->data; in amdgpu_vcn_sw_init()
423 const struct common_firmware_header *hdr; in amdgpu_vcn_resume()
426 hdr = (const struct common_firmware_header *)adev->vcn.fw->data; in amdgpu_vcn_resume()
1107 const struct common_firmware_header *hdr; in amdgpu_vcn_setup_ucode()
1108 hdr = (const struct common_firmware_header *)adev->vcn.fw->data; in amdgpu_vcn_setup_ucode()
Damdgpu_vce.c101 const struct common_firmware_header *hdr; in amdgpu_vce_sw_init()
177 hdr = (const struct common_firmware_header *)adev->vce.fw->data; in amdgpu_vce_sw_init()
294 const struct common_firmware_header *hdr; in amdgpu_vce_resume()
314 hdr = (const struct common_firmware_header *)adev->vce.fw->data; in amdgpu_vce_resume()
Damdgpu_cgs.c247 const struct common_firmware_header *header; in amdgpu_cgs_get_firmware_info()
432 header = (const struct common_firmware_header *)ucode->fw->data; in amdgpu_cgs_get_firmware_info()
Damdgpu_uvd.c188 const struct common_firmware_header *hdr; in amdgpu_uvd_sw_init()
282 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()
Damdgpu_rlc.c278 const struct common_firmware_header *common_hdr; in amdgpu_gfx_rlc_init_microcode_v2_0()
331 common_hdr = (const struct common_firmware_header *)info->fw->data; in amdgpu_gfx_rlc_init_microcode_v2_0()
Damdgpu_psp.c2318 struct common_firmware_header *hdr; in psp_print_fw_hdr()
2329 hdr = (struct common_firmware_header *) in psp_print_fw_hdr()
2334 hdr = (struct common_firmware_header *)adev->gfx.ce_fw->data; in psp_print_fw_hdr()
2338 hdr = (struct common_firmware_header *)adev->gfx.pfp_fw->data; in psp_print_fw_hdr()
2342 hdr = (struct common_firmware_header *)adev->gfx.me_fw->data; in psp_print_fw_hdr()
2346 hdr = (struct common_firmware_header *)adev->gfx.mec_fw->data; in psp_print_fw_hdr()
2350 hdr = (struct common_firmware_header *)adev->gfx.rlc_fw->data; in psp_print_fw_hdr()
2354 hdr = (struct common_firmware_header *)adev->pm.fw->data; in psp_print_fw_hdr()
Dvcn_v4_0.c350 const struct common_firmware_header *hdr; in vcn_v4_0_mc_resume()
352 hdr = (const struct common_firmware_header *)adev->vcn.fw->data; in vcn_v4_0_mc_resume()
411 const struct common_firmware_header *hdr; in vcn_v4_0_mc_resume_dpg_mode()
412 hdr = (const struct common_firmware_header *)adev->vcn.fw->data; in vcn_v4_0_mc_resume_dpg_mode()
Dsdma_v2_4.c137 const struct common_firmware_header *header = NULL; in sdma_v2_4_init_microcode()
170 header = (const struct common_firmware_header *)info->fw->data; in sdma_v2_4_init_microcode()
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()
Dsdma_v3_0.c274 const struct common_firmware_header *header = NULL; in sdma_v3_0_init_microcode()
327 header = (const struct common_firmware_header *)info->fw->data; in sdma_v3_0_init_microcode()
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()
Dgfx_v8_0.c951 const struct common_firmware_header *header = NULL; 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()
1191 header = (const struct common_firmware_header *)info->fw->data; in gfx_v8_0_init_microcode()
1212 header = (const struct common_firmware_header *)info->fw->data; in gfx_v8_0_init_microcode()
/Linux-v6.1/drivers/gpu/drm/radeon/
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 …]
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()
Dradeon_uvd.c146 struct common_firmware_header *hdr = (void *)rdev->uvd_fw->data; in radeon_uvd_init()
/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dsmu_v11_0.c89 const struct common_firmware_header *header; in smu_v11_0_init_microcode()
145 header = (const struct common_firmware_header *)ucode->fw->data; in smu_v11_0_init_microcode()
/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dsmu_v13_0.c96 const struct common_firmware_header *header; in smu_v13_0_init_microcode()
129 header = (const struct common_firmware_header *)ucode->fw->data; in smu_v13_0_init_microcode()