[Intel-gfx] [PATCH 04/16] drm/i915: add Ivy Bridge PCI IDs and flags
Jesse Barnes
jbarnes at virtuousgeek.org
Wed Apr 27 23:02:11 CEST 2011
On Wed, 27 Apr 2011 08:23:33 +0100
Chris Wilson <chris at chris-wilson.co.uk> wrote:
> 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.)
Sure, this one's easy to move around. Likewise with the AGP patch.
Jesse
More information about the Intel-gfx
mailing list