mesa/include/pci_ids
Kenneth Graunke dbe923bff9 meson: Add a "prefer_iris" build option
Enabling this option makes Intel Gen8-11 hardware load the 'iris'
driver by default instead of the older 'i965' driver.

Regardless of how this option is set, users can still override which
driver the loader selects via two methods.  The first is to create a
~/.drirc or /etc/drirc file with the following snippet:

   <driconf>
     <device driver="loader" kernel_driver="i915">
       <option name="dri_driver" value="i965" />
     </device>
   </driconf>

The other option is to set an environment variable:

   export MESA_LOADER_DRIVER_OVERRIDE=i965

For now, "prefer_iris" defaults to i965 (the historical choice).
A separate future patch will change the default driver to iris.

Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/1893
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
2019-12-02 12:56:27 -08:00
..
i810_pci_ids.h Add intel pci id lists 2011-06-07 10:28:19 -04:00
i915_pci_ids.h i915: For the love of all that is holy, stop saying "IGD" 2015-02-18 14:51:16 -05:00
i965_pci_ids.h meson: Add a "prefer_iris" build option 2019-12-02 12:56:27 -08:00
iris_pci_ids.h intel/dev: Add preliminary device info for Tigerlake 2019-10-30 14:08:48 -07:00
r200_pci_ids.h radeon: add some missing FireMV pci ids 2011-11-14 09:57:05 -05:00
r300_pci_ids.h radeon: add some missing FireMV pci ids 2011-11-14 09:57:05 -05:00
r600_pci_ids.h r600g: fix SUMO2 pci id 2013-12-24 15:22:31 -05:00
radeon_pci_ids.h Add radeon pci id lists 2011-06-07 10:28:19 -04:00
radeonsi_pci_ids.h amd: remove all PCI IDs supported by amdgpu 2019-09-23 15:15:35 -04:00
virtio_gpu_pci_ids.h virtio_gpu: Add virtio 1.0 PCI ID to driver map 2016-02-29 11:31:36 +00:00
vmwgfx_pci_ids.h pci_ids: add vmwgfx pci id list 2011-08-27 17:28:30 +08:00