Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvirtio-serial-pci.c48 vpci_dev->class_code != PCI_CLASS_DISPLAY_OTHER && /* qemu 0.10 */ in virtio_serial_pci_realize()
/openbmc/qemu/hw/display/
H A Dvirtio-gpu-pci.c71 pcidev_k->class_id = PCI_CLASS_DISPLAY_OTHER; in virtio_gpu_pci_base_class_init()
H A Dbochs-display.c360 k->class_id = PCI_CLASS_DISPLAY_OTHER; in bochs_display_class_init()
H A Dvga-pci.c404 k->class_id = PCI_CLASS_DISPLAY_OTHER; in secondary_class_init()
H A Dsm501.c2180 k->class_id = PCI_CLASS_DISPLAY_OTHER; in sm501_pci_class_init()
H A Dqxl.c2532 k->class_id = PCI_CLASS_DISPLAY_OTHER;
/openbmc/qemu/include/hw/pci/
H A Dpci_ids.h46 #define PCI_CLASS_DISPLAY_OTHER 0x0380 macro
/openbmc/qemu/docs/specs/
H A Dstandard-vga.rst41 The legacy-free variant has no ROM and has ``PCI_CLASS_DISPLAY_OTHER``
/openbmc/linux/drivers/gpu/drm/qxl/
H A Dqxl_drv.c53 { 0x1b36, 0x100, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_OTHER << 8,
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_bios.c308 while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_OTHER << 8, pdev)) != NULL) { in amdgpu_atrm_get_bios()
H A Damdgpu_atpx_handler.c632 while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_OTHER << 8, pdev)) != NULL) { in amdgpu_atpx_detect()
H A Damdgpu_acpi.c1409 while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_OTHER << 8, pdev)) != NULL) { in amdgpu_acpi_detect()
H A Damdgpu_drv.c2007 .class = PCI_CLASS_DISPLAY_OTHER << 8,
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_atpx_handler.c568 while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_OTHER << 8, pdev)) != NULL) { in radeon_atpx_detect()
H A Dradeon_bios.c215 while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_OTHER << 8, pdev)) != NULL) { in radeon_atrm_get_bios()
/openbmc/linux/samples/vfio-mdev/
H A Dmdpy.c123 PCI_CLASS_DISPLAY_OTHER); in mdpy_create_config_space()
H A Dmbochs.c232 PCI_CLASS_DISPLAY_OTHER); in mbochs_create_config_space()
/openbmc/u-boot/include/
H A Dpci_ids.h38 #define PCI_CLASS_DISPLAY_OTHER 0x0380 macro
/openbmc/linux/include/linux/
H A Dpci_ids.h42 #define PCI_CLASS_DISPLAY_OTHER 0x0380 macro
/openbmc/linux/sound/pci/hda/
H A Dhda_intel.c1430 while ((pdev = pci_get_class(PCI_CLASS_DISPLAY_OTHER << 8, pdev)) != NULL) { in atpx_present()