This series is an attempt to fix many hang bugs we have at SNB with RC6. https://bugzilla.kernel.org/show_bug.cgi?id=43267 Reporter of this 43267 mentioned that one ugly patch of mine fixed his hangs. That patch was wrong and probably regressing some other stuff already fixed by Chris. At that patch there was also useless things like asking gpu to generate interrupts we don't process. So my guess is that some or all of these 3 patches are fixing actual bugs. Manly the second and third one. Rodrigo Vivi (3): drm/i915: SNB RC6: Fix Turbo Disable. drm/i915: RC6 Fix Write Min Frequency Table. drm/i915: SNB RC6: Fix RP_CONTROL Init. drivers/gpu/drm/i915/i915_reg.h | 4 ++-- drivers/gpu/drm/i915/intel_pm.c | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) -- 1.8.1.4