Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
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;
131 struct common_firmware_header header;
138 struct common_firmware_header header;
160 struct common_firmware_header header;
167 struct common_firmware_header header;
175 struct common_firmware_header header;
190 struct common_firmware_header header;
[all …]
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()
123 void amdgpu_ucode_print_rlc_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_rlc_hdr()
247 void amdgpu_ucode_print_psp_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_psp_hdr()
344 const struct common_firmware_header *hdr = in amdgpu_ucode_validate()
345 (const struct common_firmware_header *)fw->data; in amdgpu_ucode_validate()
571 const struct common_firmware_header *header = NULL; in amdgpu_ucode_init_single_fw()
587 header = (const struct common_firmware_header *)ucode->fw->data; in amdgpu_ucode_init_single_fw()
677 const struct common_firmware_header *comm_hdr = NULL; in amdgpu_ucode_patch_jt()
[all …]
A Damdgpu_vcn.c78 const struct common_firmware_header *hdr; in amdgpu_vcn_sw_init()
188 hdr = (const struct common_firmware_header *)adev->vcn.fw->data; in amdgpu_vcn_sw_init()
361 const struct common_firmware_header *hdr; in amdgpu_vcn_resume()
364 hdr = (const struct common_firmware_header *)adev->vcn.fw->data; in amdgpu_vcn_resume()
961 const struct common_firmware_header *hdr; in amdgpu_vcn_setup_ucode()
962 hdr = (const struct common_firmware_header *)adev->vcn.fw->data; in amdgpu_vcn_setup_ucode()
A Damdgpu_uvd.h37 …(AMDGPU_GPU_PAGE_ALIGN(le32_to_cpu(((const struct common_firmware_header *)(adev)->uvd.fw->data)->…
A Damdgpu_vce.c100 const struct common_firmware_header *hdr; in amdgpu_vce_sw_init()
176 hdr = (const struct common_firmware_header *)adev->vce.fw->data; in amdgpu_vce_sw_init()
293 const struct common_firmware_header *hdr; in amdgpu_vce_resume()
313 hdr = (const struct common_firmware_header *)adev->vce.fw->data; in amdgpu_vce_resume()
A 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()
A Damdgpu_uvd.c187 const struct common_firmware_header *hdr; in amdgpu_uvd_sw_init()
281 hdr = (const struct common_firmware_header *)adev->uvd.fw->data; in amdgpu_uvd_sw_init()
497 const struct common_firmware_header *hdr; in amdgpu_uvd_resume()
500 hdr = (const struct common_firmware_header *)adev->uvd.fw->data; in amdgpu_uvd_resume()
A Damdgpu_psp.c2164 struct common_firmware_header *hdr; in psp_print_fw_hdr()
2175 hdr = (struct common_firmware_header *) in psp_print_fw_hdr()
2180 hdr = (struct common_firmware_header *)adev->gfx.ce_fw->data; in psp_print_fw_hdr()
2184 hdr = (struct common_firmware_header *)adev->gfx.pfp_fw->data; in psp_print_fw_hdr()
2188 hdr = (struct common_firmware_header *)adev->gfx.me_fw->data; in psp_print_fw_hdr()
2192 hdr = (struct common_firmware_header *)adev->gfx.mec_fw->data; in psp_print_fw_hdr()
2196 hdr = (struct common_firmware_header *)adev->gfx.rlc_fw->data; in psp_print_fw_hdr()
2200 hdr = (struct common_firmware_header *)adev->pm.fw->data; in psp_print_fw_hdr()
A 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()
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()
A 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()
A Dgfx_v9_0.c1357 const struct common_firmware_header *header = NULL; in gfx_v9_0_init_cp_gfx_microcode()
1397 header = (const struct common_firmware_header *)info->fw->data; in gfx_v9_0_init_cp_gfx_microcode()
1404 header = (const struct common_firmware_header *)info->fw->data; in gfx_v9_0_init_cp_gfx_microcode()
1411 header = (const struct common_firmware_header *)info->fw->data; in gfx_v9_0_init_cp_gfx_microcode()
1437 const struct common_firmware_header *header = NULL; in gfx_v9_0_init_rlc_microcode()
1523 header = (const struct common_firmware_header *)info->fw->data; in gfx_v9_0_init_rlc_microcode()
1578 const struct common_firmware_header *header = NULL; in gfx_v9_0_init_cp_compute_microcode()
1619 header = (const struct common_firmware_header *)info->fw->data; in gfx_v9_0_init_cp_compute_microcode()
1634 header = (const struct common_firmware_header *)info->fw->data; in gfx_v9_0_init_cp_compute_microcode()
A Dsdma_v5_2.c135 const struct common_firmware_header *header = NULL; in sdma_v5_2_init_microcode()
188 header = (const struct common_firmware_header *)info->fw->data; in sdma_v5_2_init_microcode()
A Dsdma_v5_0.c248 const struct common_firmware_header *header = NULL; in sdma_v5_0_init_microcode()
299 header = (const struct common_firmware_header *)info->fw->data; in sdma_v5_0_init_microcode()
A Duvd_v7_0.c425 const struct common_firmware_header *hdr; in uvd_v7_0_sw_init()
426 hdr = (const struct common_firmware_header *)adev->uvd.fw->data; in uvd_v7_0_sw_init()
A Dgfx_v8_0.c965 const struct common_firmware_header *header = NULL; 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()
1198 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()
1226 header = (const struct common_firmware_header *)info->fw->data; in gfx_v8_0_init_microcode()
A Dsdma_v4_0.c620 const struct common_firmware_header *header = NULL; in sdma_v4_0_init_microcode()
699 header = (const struct common_firmware_header *)info->fw->data; in sdma_v4_0_init_microcode()
A Dgfx_v10_0.c4064 const struct common_firmware_header *header = NULL; in gfx_v10_0_init_microcode()
4238 header = (const struct common_firmware_header *)info->fw->data; in gfx_v10_0_init_microcode()
4245 header = (const struct common_firmware_header *)info->fw->data; in gfx_v10_0_init_microcode()
4252 header = (const struct common_firmware_header *)info->fw->data; in gfx_v10_0_init_microcode()
4260 header = (const struct common_firmware_header *)info->fw->data; in gfx_v10_0_init_microcode()
4304 header = (const struct common_firmware_header *)info->fw->data; in gfx_v10_0_init_microcode()
4320 header = (const struct common_firmware_header *)info->fw->data; in gfx_v10_0_init_microcode()
/linux/drivers/gpu/drm/radeon/
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 …]
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()
A Dradeon_uvd.c146 struct common_firmware_header *hdr = (void *)rdev->uvd_fw->data; in radeon_uvd_init()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
A Dsmu_v13_0.c85 const struct common_firmware_header *header; in smu_v13_0_init_microcode()
119 header = (const struct common_firmware_header *)ucode->fw->data; in smu_v13_0_init_microcode()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
A 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()

Completed in 95 milliseconds