diff options
author | Dave Airlie <airlied@redhat.com> | 2009-07-28 14:19:24 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-07-28 14:19:24 +1000 |
commit | 0a168401c401727e49a12cae43a6a387b1f2928d (patch) | |
tree | 14009cae14ca6fe298933516c98e5d57344ddf8d /include | |
parent | b3751454cbe02ee952bab213e8c3684d429c41b3 (diff) |
pci: add support for pci is boot vga call.
This allows us to ask the kernel for the boot VGA device
instead of nasty guessing.
Diffstat (limited to 'include')
-rw-r--r-- | include/xorg-config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xorg-config.h.in b/include/xorg-config.h.in index ebeb44a37..ffb35f862 100644 --- a/include/xorg-config.h.in +++ b/include/xorg-config.h.in @@ -118,6 +118,9 @@ /* Have pci_system_init_dev_mem() */ #undef HAVE_PCI_SYSTEM_INIT_DEV_MEM +/* Define to 1 if you have the `pci_device_is_boot_vga' function. */ +#undef HAVE_PCI_DEVICE_IS_BOOT_VGA + /* Have pci_enable_device */ #undef HAVE_PCI_DEVICE_ENABLE |