Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_bios.c603 UEFI_ACPI_VFCT *vfct; in radeon_acpi_vfct_bios() local
614 vfct = (UEFI_ACPI_VFCT *)hdr; in radeon_acpi_vfct_bios()
615 if (vfct->VBIOSImageOffset + sizeof(VFCT_IMAGE_HEADER) > tbl_size) { in radeon_acpi_vfct_bios()
620 vbios = (GOP_VBIOS_CONTENT *)((char *)hdr + vfct->VBIOSImageOffset); in radeon_acpi_vfct_bios()
635 if (vfct->VBIOSImageOffset + sizeof(VFCT_IMAGE_HEADER) + vhdr->ImageLength > tbl_size) { in radeon_acpi_vfct_bios()