Home
last modified time | relevance | path

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

/openbmc/qemu/hw/vfio/
H A Digd.c546 if (vdev->igd_gms) { in vfio_probe_igd_bar4_quirk()
547 if (vdev->igd_gms <= 0x10) { in vfio_probe_igd_bar4_quirk()
548 gms_mb = vdev->igd_gms * 32; in vfio_probe_igd_bar4_quirk()
549 gmch |= vdev->igd_gms << (gen < 8 ? 3 : 8); in vfio_probe_igd_bar4_quirk()
551 error_report("Unsupported IGD GMS value 0x%x", vdev->igd_gms); in vfio_probe_igd_bar4_quirk()
552 vdev->igd_gms = 0; in vfio_probe_igd_bar4_quirk()
H A Dpci.h161 uint32_t igd_gms; member
H A Dpci.c3516 DEFINE_PROP_UINT32("x-igd-gms", VFIOPCIDevice, igd_gms, 0),