Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_power_map.c115 .has_vga = true,
149 .has_vga = true,
394 .has_vga = true,
474 .has_vga = true,
578 .has_vga = true,
755 .has_vga = true,
922 .has_vga = true,
1080 .has_vga = true,
1176 .has_vga = true,
1336 .has_vga = true,
[all …]
H A Dintel_display_power_well.h107 u16 has_vga:1; member
H A Dintel_display_power_well.c186 u8 irq_pipe_mask, bool has_vga) in hsw_power_well_post_enable() argument
188 if (has_vga) in hsw_power_well_post_enable()
383 power_well->desc->has_vga); in hsw_power_well_enable()
/openbmc/linux/include/linux/
H A Dvfio_pci_core.h77 bool has_vga:1; member
/openbmc/qemu/include/hw/pci/
H A Dpci_device.h99 bool has_vga; member
/openbmc/qemu/hw/pci/
H A Dpci.c1349 if (!pci_dev->has_vga) { in pci_update_vga()
1368 assert(!pci_dev->has_vga); in pci_register_vga()
1384 pci_dev->has_vga = true; in pci_register_vga()
1393 if (!pci_dev->has_vga) { in pci_unregister_vga()
1403 pci_dev->has_vga = false; in pci_unregister_vga()
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_rdwr.c302 if (!vdev->has_vga) in vfio_pci_vga_rw()
H A Dvfio_pci_core.c542 vdev->has_vga = true; in vfio_pci_core_enable()
1090 if (!vdev->has_vga) in vfio_pci_ioctl_get_region_info()
/openbmc/qemu/hw/ppc/
H A Dspapr.c2794 bool has_vga; in spapr_machine_init() local
3019 has_vga = spapr_vga_init(phb->bus, &error_fatal); in spapr_machine_init()
3020 if (has_vga) { in spapr_machine_init()
3034 if (has_vga) { in spapr_machine_init()