Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ucode.h26 struct common_firmware_header { struct
41 struct common_firmware_header header; argument
48 struct common_firmware_header header;
54 struct common_firmware_header header;
62 struct common_firmware_header header;
72 struct common_firmware_header header;
95 struct common_firmware_header header;
110 struct common_firmware_header common;
165 void amdgpu_ucode_print_mc_hdr(const struct common_firmware_header *hdr);
166 void amdgpu_ucode_print_smc_hdr(const struct common_firmware_header *hdr);
[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()
85 void amdgpu_ucode_print_gfx_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_gfx_hdr()
106 void amdgpu_ucode_print_rlc_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_rlc_hdr()
171 void amdgpu_ucode_print_sdma_hdr(const struct common_firmware_header *hdr) in amdgpu_ucode_print_sdma_hdr()
202 const struct common_firmware_header *hdr = in amdgpu_ucode_validate()
203 (const struct common_firmware_header *)fw->data; in amdgpu_ucode_validate()
223 const struct common_firmware_header *header = NULL; in amdgpu_ucode_init_single_fw()
231 header = (const struct common_firmware_header *)ucode->fw->data; in amdgpu_ucode_init_single_fw()
[all …]
Damdgpu_vce.c84 const struct common_firmware_header *hdr; in amdgpu_vce_sw_init()
145 hdr = (const struct common_firmware_header *)adev->vce.fw->data; in amdgpu_vce_sw_init()
265 const struct common_firmware_header *hdr; in amdgpu_vce_resume()
285 hdr = (const struct common_firmware_header *)adev->vce.fw->data; in amdgpu_vce_resume()
Damdgpu_uvd.c110 const struct common_firmware_header *hdr; in amdgpu_uvd_sw_init()
175 hdr = (const struct common_firmware_header *)adev->uvd.fw->data; in amdgpu_uvd_sw_init()
316 const struct common_firmware_header *hdr; in amdgpu_uvd_resume()
319 hdr = (const struct common_firmware_header *)adev->uvd.fw->data; in amdgpu_uvd_resume()
Dsdma_v2_4.c132 const struct common_firmware_header *header = NULL; in sdma_v2_4_init_microcode()
165 header = (const struct common_firmware_header *)info->fw->data; in sdma_v2_4_init_microcode()
Dsdma_v3_0.c263 const struct common_firmware_header *header = NULL; in sdma_v3_0_init_microcode()
311 header = (const struct common_firmware_header *)info->fw->data; in sdma_v3_0_init_microcode()
Dgfx_v8_0.c878 const struct common_firmware_header *header = NULL; in gfx_v8_0_init_microcode()
1028 header = (const struct common_firmware_header *)info->fw->data; in gfx_v8_0_init_microcode()
1035 header = (const struct common_firmware_header *)info->fw->data; in gfx_v8_0_init_microcode()
1042 header = (const struct common_firmware_header *)info->fw->data; in gfx_v8_0_init_microcode()
1049 header = (const struct common_firmware_header *)info->fw->data; in gfx_v8_0_init_microcode()
1056 header = (const struct common_firmware_header *)info->fw->data; in gfx_v8_0_init_microcode()
1064 header = (const struct common_firmware_header *)info->fw->data; in gfx_v8_0_init_microcode()
/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()