Searched refs:v1_0 (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_ucode.h | 56 struct smc_firmware_header_v1_0 v1_0; member 69 struct smc_firmware_header_v1_0 v1_0; member 88 struct psp_firmware_header_v1_0 v1_0; member 95 struct psp_firmware_header_v1_0 v1_0; member 301 struct sdma_firmware_header_v1_0 v1_0; member 338 struct gpu_info_firmware_v1_0 v1_0; member
|
H A D | amdgpu_ucode.c | 84 v2_0_hdr = container_of(hdr, struct smc_firmware_header_v2_0, v1_0.header); in amdgpu_ucode_print_smc_hdr() 89 v2_1_hdr = container_of(hdr, struct smc_firmware_header_v2_1, v1_0.header); in amdgpu_ucode_print_smc_hdr() 312 container_of(sdma_hdr, struct sdma_firmware_header_v1_1, v1_0); in amdgpu_ucode_print_sdma_hdr() 354 container_of(psp_hdr, struct psp_firmware_header_v1_1, v1_0); in amdgpu_ucode_print_psp_hdr() 370 container_of(psp_hdr, struct psp_firmware_header_v1_2, v1_0); in amdgpu_ucode_print_psp_hdr() 380 container_of(psp_hdr, struct psp_firmware_header_v1_1, v1_0); in amdgpu_ucode_print_psp_hdr()
|