Searched refs:v1_0 (Results 1 – 2 of 2) sorted by relevance
/drivers/gpu/drm/amd/amdgpu/ |
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 300 struct sdma_firmware_header_v1_0 v1_0; member 337 struct gpu_info_firmware_v1_0 v1_0; member
|
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() 325 container_of(sdma_hdr, struct sdma_firmware_header_v1_1, v1_0); in amdgpu_ucode_print_sdma_hdr() 367 container_of(psp_hdr, struct psp_firmware_header_v1_1, v1_0); in amdgpu_ucode_print_psp_hdr() 383 container_of(psp_hdr, struct psp_firmware_header_v1_2, v1_0); in amdgpu_ucode_print_psp_hdr() 393 container_of(psp_hdr, struct psp_firmware_header_v1_1, v1_0); in amdgpu_ucode_print_psp_hdr()
|