Home
last modified time | relevance | path

Searched refs:psp_firmware_header_v1_1 (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ucode.h83 struct psp_firmware_header_v1_1 { struct
104 struct psp_firmware_header_v1_1 v1_1; argument
309 struct psp_firmware_header_v1_1 psp_v1_1;
Damdgpu_ucode.c257 const struct psp_firmware_header_v1_1 *psp_hdr_v1_1 = in amdgpu_ucode_print_psp_hdr()
258 container_of(psp_hdr, struct psp_firmware_header_v1_1, v1_0); in amdgpu_ucode_print_psp_hdr()
283 const struct psp_firmware_header_v1_1 *psp_hdr_v1_1 = in amdgpu_ucode_print_psp_hdr()
284 container_of(psp_hdr, struct psp_firmware_header_v1_1, v1_0); in amdgpu_ucode_print_psp_hdr()
Damdgpu_psp.c2431 const struct psp_firmware_header_v1_1 *sos_hdr_v1_1; in psp_init_sos_microcode()
2464 sos_hdr_v1_1 = (const struct psp_firmware_header_v1_1 *)adev->psp.sos_fw->data; in psp_init_sos_microcode()