/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ucode.h | 28 struct common_firmware_header { struct 43 struct common_firmware_header header; argument 50 struct common_firmware_header header; 82 struct common_firmware_header header; 134 struct common_firmware_header header; 141 struct common_firmware_header header; 149 struct common_firmware_header header; 171 struct common_firmware_header header; 178 struct common_firmware_header header; 186 struct common_firmware_header header; [all …]
|
D | amdgpu_ucode.c | 33 static void amdgpu_ucode_print_common_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_common_hdr() 48 void amdgpu_ucode_print_mc_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_mc_hdr() 69 void amdgpu_ucode_print_smc_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_smc_hdr() 104 void amdgpu_ucode_print_gfx_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_gfx_hdr() 131 void amdgpu_ucode_print_rlc_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_rlc_hdr() 294 void amdgpu_ucode_print_sdma_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_sdma_hdr() 340 void amdgpu_ucode_print_psp_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_psp_hdr() 487 void amdgpu_ucode_print_gpu_info_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_gpu_info_hdr() 510 const struct common_firmware_header *hdr = in amdgpu_ucode_validate() 511 (const struct common_firmware_header *)fw->data; in amdgpu_ucode_validate() [all …]
|
D | amdgpu_sdma.c | 158 const struct common_firmware_header *header = NULL; in amdgpu_sdma_init_inst_ctx() 163 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() 229 header = (const struct common_firmware_header *) in amdgpu_sdma_init_microcode()
|
D | amdgpu_isp.c | 98 const struct common_firmware_header *hdr; in isp_load_fw_by_psp() 113 hdr = (const struct common_firmware_header *)adev->isp.fw->data; in isp_load_fw_by_psp()
|
D | amdgpu_uvd.h | 37 …(AMDGPU_GPU_PAGE_ALIGN(le32_to_cpu(((const struct common_firmware_header *)(adev)->uvd.fw->data)->…
|
D | amdgpu_psp_ta.c | 38 const struct common_firmware_header *hdr = in get_bin_version() 39 (const struct common_firmware_header *)bin; in get_bin_version()
|
D | amdgpu_vcn.c | 116 const struct common_firmware_header *hdr; in amdgpu_vcn_sw_init() 154 hdr = (const struct common_firmware_header *)adev->vcn.fw[0]->data; in amdgpu_vcn_sw_init() 356 const struct common_firmware_header *hdr; in amdgpu_vcn_resume() 359 hdr = (const struct common_firmware_header *)adev->vcn.fw[i]->data; in amdgpu_vcn_resume() 1054 const struct common_firmware_header *hdr; in amdgpu_vcn_setup_ucode() 1060 hdr = (const struct common_firmware_header *)adev->vcn.fw[i]->data; in amdgpu_vcn_setup_ucode()
|
D | amdgpu_vce.c | 101 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()
|
D | amdgpu_cgs.c | 250 const struct common_firmware_header *header; in amdgpu_cgs_get_firmware_info() 428 header = (const struct common_firmware_header *)ucode->fw->data; in amdgpu_cgs_get_firmware_info()
|
D | amdgpu_uvd.c | 188 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()
|
D | vcn_v5_0_0.c | 337 const struct common_firmware_header *hdr; in vcn_v5_0_0_mc_resume() 339 hdr = (const struct common_firmware_header *)adev->vcn.fw[inst]->data; in vcn_v5_0_0_mc_resume() 398 const struct common_firmware_header *hdr; in vcn_v5_0_0_mc_resume_dpg_mode() 400 hdr = (const struct common_firmware_header *)adev->vcn.fw[inst_idx]->data; in vcn_v5_0_0_mc_resume_dpg_mode()
|
D | amdgpu_psp.c | 2619 struct common_firmware_header *hdr; in psp_print_fw_hdr() 2630 hdr = (struct common_firmware_header *) in psp_print_fw_hdr() 2635 hdr = (struct common_firmware_header *)adev->gfx.ce_fw->data; in psp_print_fw_hdr() 2639 hdr = (struct common_firmware_header *)adev->gfx.pfp_fw->data; in psp_print_fw_hdr() 2643 hdr = (struct common_firmware_header *)adev->gfx.me_fw->data; in psp_print_fw_hdr() 2647 hdr = (struct common_firmware_header *)adev->gfx.mec_fw->data; in psp_print_fw_hdr() 2651 hdr = (struct common_firmware_header *)adev->gfx.rlc_fw->data; in psp_print_fw_hdr() 2655 hdr = (struct common_firmware_header *)adev->pm.fw->data; in psp_print_fw_hdr() 3672 const struct common_firmware_header *hdr; in psp_init_ta_microcode() 3680 hdr = (const struct common_firmware_header *)adev->psp.ta_fw->data; in psp_init_ta_microcode()
|
D | vcn_v4_0_5.c | 373 const struct common_firmware_header *hdr; in vcn_v4_0_5_mc_resume() 375 hdr = (const struct common_firmware_header *)adev->vcn.fw[inst]->data; in vcn_v4_0_5_mc_resume() 434 const struct common_firmware_header *hdr; in vcn_v4_0_5_mc_resume_dpg_mode() 436 hdr = (const struct common_firmware_header *)adev->vcn.fw[inst_idx]->data; in vcn_v4_0_5_mc_resume_dpg_mode()
|
D | amdgpu_rlc.c | 283 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()
|
D | vcn_v4_0_3.c | 380 const struct common_firmware_header *hdr; in vcn_v4_0_3_mc_resume() 382 hdr = (const struct common_firmware_header *)adev->vcn.fw[inst_idx]->data; in vcn_v4_0_3_mc_resume() 455 const struct common_firmware_header *hdr; in vcn_v4_0_3_mc_resume_dpg_mode() 457 hdr = (const struct common_firmware_header *)adev->vcn.fw[inst_idx]->data; in vcn_v4_0_3_mc_resume_dpg_mode()
|
D | vcn_v4_0.c | 425 const struct common_firmware_header *hdr; in vcn_v4_0_mc_resume() 427 hdr = (const struct common_firmware_header *)adev->vcn.fw[inst]->data; in vcn_v4_0_mc_resume() 486 const struct common_firmware_header *hdr; in vcn_v4_0_mc_resume_dpg_mode() 487 hdr = (const struct common_firmware_header *)adev->vcn.fw[inst_idx]->data; in vcn_v4_0_mc_resume_dpg_mode()
|
D | sdma_v2_4.c | 132 const struct common_firmware_header *header = NULL; in sdma_v2_4_init_microcode() 164 header = (const struct common_firmware_header *)info->fw->data; in sdma_v2_4_init_microcode()
|
D | vce_v4_0.c | 446 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()
|
D | sdma_v3_0.c | 272 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()
|
D | uvd_v7_0.c | 426 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()
|
D | gfx_v8_0.c | 944 const struct common_firmware_header *header = NULL; in gfx_v8_0_init_microcode() 1140 header = (const struct common_firmware_header *)info->fw->data; in gfx_v8_0_init_microcode() 1147 header = (const struct common_firmware_header *)info->fw->data; in gfx_v8_0_init_microcode() 1154 header = (const struct common_firmware_header *)info->fw->data; in gfx_v8_0_init_microcode() 1161 header = (const struct common_firmware_header *)info->fw->data; in gfx_v8_0_init_microcode() 1168 header = (const struct common_firmware_header *)info->fw->data; in gfx_v8_0_init_microcode() 1189 header = (const struct common_firmware_header *)info->fw->data; in gfx_v8_0_init_microcode()
|
/linux-6.12.1/drivers/gpu/drm/radeon/ |
D | radeon_ucode.h | 156 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 …]
|
D | radeon_ucode.c | 31 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()
|
D | radeon_uvd.c | 146 struct common_firmware_header *hdr = (void *)rdev->uvd_fw->data; in radeon_uvd_init()
|
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/smu14/ |
D | smu_v14_0.c | 74 const struct common_firmware_header *header; in smu_v14_0_init_microcode() 94 header = (const struct common_firmware_header *)ucode->fw->data; in smu_v14_0_init_microcode()
|