Searched refs:has_vga (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_display_power_map.c | 115 .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 D | intel_display_power_well.h | 107 u16 has_vga:1; member
|
H A D | intel_display_power_well.c | 186 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 D | vfio_pci_core.h | 77 bool has_vga:1; member
|
/openbmc/qemu/include/hw/pci/ |
H A D | pci_device.h | 100 bool has_vga; member
|
/openbmc/linux/drivers/vfio/pci/ |
H A D | vfio_pci_rdwr.c | 302 if (!vdev->has_vga) in vfio_pci_vga_rw()
|
H A D | vfio_pci_core.c | 542 vdev->has_vga = true; in vfio_pci_core_enable() 1090 if (!vdev->has_vga) in vfio_pci_ioctl_get_region_info()
|
/openbmc/qemu/hw/pci/ |
H A D | pci.c | 1356 if (!pci_dev->has_vga) { in pci_update_vga() 1375 assert(!pci_dev->has_vga); in pci_register_vga() 1391 pci_dev->has_vga = true; in pci_register_vga() 1400 if (!pci_dev->has_vga) { in pci_unregister_vga() 1410 pci_dev->has_vga = false; in pci_unregister_vga()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr.c | 2853 bool has_vga; in spapr_machine_init() local 3072 has_vga = spapr_vga_init(phb->bus, &error_fatal); in spapr_machine_init() 3073 if (has_vga) { in spapr_machine_init() 3087 if (has_vga) { in spapr_machine_init()
|