On Fri, Jun 15, 2012 at 11:55:26AM -0700, Jesse Barnes wrote: > With the code in place, we can bind the driver, should make bisect possible. > > Signed-off-by: Jesse Barnes <jbarnes at virtuousgeek.org> Ok, I've merged most of these patches, safe for the pageflip/irq stuff (bikesheds dropped in separate mails) and obviously patch 14. Thanks for the patches. -Daniel > --- > drivers/gpu/drm/i915/i915_drv.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c > index 9e772bd..ae46c3d 100644 > --- a/drivers/gpu/drm/i915/i915_drv.c > +++ b/drivers/gpu/drm/i915/i915_drv.c > @@ -352,6 +352,9 @@ static const struct pci_device_id pciidlist[] = { /* aka */ > INTEL_VGA_DEVICE(0x0406, &intel_haswell_m_info), /* GT1 mobile */ > INTEL_VGA_DEVICE(0x0416, &intel_haswell_m_info), /* GT2 mobile */ > INTEL_VGA_DEVICE(0x0c16, &intel_haswell_d_info), /* SDV */ > + INTEL_VGA_DEVICE(0x0f30, &intel_valleyview_m_info), > + INTEL_VGA_DEVICE(0x0157, &intel_valleyview_m_info), > + INTEL_VGA_DEVICE(0x0155, &intel_valleyview_d_info), > {0, 0, 0} > }; > > -- > 1.7.9.5 > > _______________________________________________ > Intel-gfx mailing list > Intel-gfx at lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/intel-gfx -- Daniel Vetter Mail: daniel at ffwll.ch Mobile: +41 (0)79 365 57 48