HomeSort by: relevance | last modified time | path
    Searched defs:vhdr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_bios.c 426 VFCT_IMAGE_HEADER *vhdr = &vbios->VbiosHeader; local in function:amdgpu_acpi_vfct_bios
434 offset += vhdr->ImageLength;
440 if (vhdr->ImageLength &&
441 vhdr->PCIBus == adev->pdev->bus->number &&
442 vhdr->PCIDevice == PCI_SLOT(adev->pdev->devfn) &&
443 vhdr->PCIFunction == PCI_FUNC(adev->pdev->devfn) &&
444 vhdr->VendorID == adev->pdev->vendor &&
445 vhdr->DeviceID == adev->pdev->device) {
447 vhdr->ImageLength,
450 if (!check_atom_bios(adev->bios, vhdr->ImageLength))
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_bios.c 691 VFCT_IMAGE_HEADER *vhdr = &vbios->VbiosHeader; local in function:radeon_acpi_vfct_bios
699 offset += vhdr->ImageLength;
705 if (vhdr->ImageLength &&
706 vhdr->PCIBus == rdev->pdev->bus->number &&
707 vhdr->PCIDevice == PCI_SLOT(rdev->pdev->devfn) &&
708 vhdr->PCIFunction == PCI_FUNC(rdev->pdev->devfn) &&
709 vhdr->VendorID == rdev->pdev->vendor &&
710 vhdr->DeviceID == rdev->pdev->device) {
712 vhdr->ImageLength,

Completed in 11 milliseconds