Re: [Intel-gfx] [PATCH 25/25] drm/i915: hook Haswell devices in place

2012-05-10 Thread Daniel Vetter
On Wed, May 09, 2012 at 03:37:32PM -0300, Eugeni Dodonov wrote: > This patch enables i915 driver to handle Haswell devices. It should go in > last, when things are working stable enough. > > Signed-off-by: Eugeni Dodonov Ok, merged them all into dinq, with the commit message of patch 11 pimped b

[Intel-gfx] [PATCH 25/25] drm/i915: hook Haswell devices in place

2012-05-09 Thread Eugeni Dodonov
This patch enables i915 driver to handle Haswell devices. It should go in last, when things are working stable enough. Signed-off-by: Eugeni Dodonov --- drivers/char/agp/intel-agp.c|4 drivers/gpu/drm/i915/i915_drv.c |7 +++ 2 files changed, 11 insertions(+) diff --git a/dr