[Intel-gfx] [PATCH 04/16] drm/i915: add Ivy Bridge PCI IDs and flags

Chris Wilson chris at chris-wilson.co.uk
Wed Apr 27 09:23:33 CEST 2011


On Tue, 26 Apr 2011 16:38:42 -0700, Jesse Barnes <jbarnes at virtuousgeek.org> wrote:
> Check for IVB desktop, mobile and other SKUs and set flags
> appropriately.
> 
> Signed-off-by: Jesse Barnes <jbarnes at virtuousgeek.org>
> ---
>  static const struct pci_device_id pciidlist[] = {		/* aka */
>  	INTEL_VGA_DEVICE(0x3577, &intel_i830_info),		/* I830_M */
>  	INTEL_VGA_DEVICE(0x2562, &intel_845g_info),		/* 845_G */
> @@ -227,6 +241,11 @@ static const struct pci_device_id pciidlist[] = {		/* aka */
>  	INTEL_VGA_DEVICE(0x0116, &intel_sandybridge_m_info),
>  	INTEL_VGA_DEVICE(0x0126, &intel_sandybridge_m_info),
>  	INTEL_VGA_DEVICE(0x010A, &intel_sandybridge_d_info),
> +	INTEL_VGA_DEVICE(0x0156, &intel_ivybridge_m_info), /* GT1 mobile */
> +	INTEL_VGA_DEVICE(0x0166, &intel_ivybridge_m_info), /* GT2 mobile */
> +	INTEL_VGA_DEVICE(0x0152, &intel_ivybridge_d_info), /* GT1 desktop */
> +	INTEL_VGA_DEVICE(0x0162, &intel_ivybridge_d_info), /* GT2 desktop */
> +	INTEL_VGA_DEVICE(0x015a, &intel_ivybridge_d_info), /* GT1 server */

Shouldn't this chunk be the last patch in the series? (First for testing,
last for deployment.)
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre



More information about the Intel-gfx mailing list