[Mesa-dev] [PATCH 1/6] Add i915 & i965 pci id lists

Eric Anholt eric at anholt.net
Mon Jun 6 13:17:52 PDT 2011


On Mon,  6 Jun 2011 17:49:27 +0200, Benjamin Franzke <benjaminfranzke at googlemail.com> wrote:
> ---
>  src/mesa/drivers/dri/intel/i915_pci_ids.h |   19 +++++++++++++++++++
>  src/mesa/drivers/dri/intel/i965_pci_ids.h |   27 +++++++++++++++++++++++++++
>  2 files changed, 46 insertions(+), 0 deletions(-)
>  create mode 100644 src/mesa/drivers/dri/intel/i915_pci_ids.h
>  create mode 100644 src/mesa/drivers/dri/intel/i965_pci_ids.h
> 
> diff --git a/src/mesa/drivers/dri/intel/i915_pci_ids.h b/src/mesa/drivers/dri/intel/i915_pci_ids.h
> new file mode 100644
> index 0000000..269f5f0
> --- /dev/null
> +++ b/src/mesa/drivers/dri/intel/i915_pci_ids.h
> @@ -0,0 +1,19 @@
> +CHIPSET(0x7121, I810, i8xx)
> +CHIPSET(0x7123, I810_DC100, i8xx)
> +CHIPSET(0x7125, I810_E, i8xx)
> +CHIPSET(0x1132, I815, i8xx)

These 4 chipsets aren't part of the i915 driver.

Other than that, thanks for taking this on!  Looks like much more
sanity, and we've talked about using something like the third argument
to avoid some of the if trees we've got around.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20110606/a7673800/attachment.pgp>


More information about the mesa-dev mailing list