[Intel-gfx] Updated -testing

2012-07-06 Thread Daniel Vetter
Hi all, I've pushed out new -next and -testing branches. Highlights: - rc6/turbo support for hsw (Eugeni) - improve corner-case of the reset handling code - gpu reset handling should be rock-solid now - support for fb offset 4096 pixels on gen4 (yeah, you need some fairly big screens to hit

[Intel-gfx] [PATCH 1/1] drm/i915: initialize power wells in modeset_init_hw

2012-07-06 Thread Eugeni Dodonov
This initializes power wells within the modeset_init_hw routine. Testing has shown that this works for both driver load time and for suspend-resume code paths. Signed-off-by: Eugeni Dodonov eugeni.dodo...@intel.com --- drivers/gpu/drm/i915/intel_display.c | 5 +

Re: [Intel-gfx] [PATCH 10/21] drm/i915: introduce lpt_enable_pch and cpt_enable_pch

2012-07-06 Thread Eugeni Dodonov
On 07/04/2012 03:21 PM, Paulo Zanoni wrote: It looks like the check above could go on a separate commit. The first commit just moves code around, the second one adds the check. This patch attempts to reset cpt_pch_enable to what ironlake_pch_enable was before we added LPT support into it; and