On Tue, 26 Apr 2011 16:38:42 -0700, Jesse Barnes <jbar...@virtuousgeek.org> wrote: > Check for IVB desktop, mobile and other SKUs and set flags > appropriately. > > Signed-off-by: Jesse Barnes <jbar...@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 _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/intel-gfx