From: Paulo Zanoni <paulo.r.zanoni@xxxxxxxxx> Hi >From my previous series, patches 1 to 6.3 already got Reviewed-by stamps, and patches 7+ got some comments. So this series replaces patches 7+ of the previous series: it's on top of -nightly + patches 1 to 6.3 from the previous series. There's nothing much new besides some bug fixing and an additional module option to allow some tuning on how often we reach PC8+. If you want to test everything, please check the c8-wip-20130819 branch of my Kernel tree: http://cgit.freedesktop.org/~pzanoni/linux/?h=c8-wip-20130819 . Thanks, Paulo Paulo Zanoni (6): drm/i915: grab force_wake when restoring LCPLL drm/i915: fix SDEIMR assertion when disabling LCPLL drm/i915: allow package C8+ states on Haswell (disabled) drm/i915: add i915_pc8_status debugfs file drm/i915: add i915.pc8_timeout function drm/i915: enable Package C8+ by default drivers/gpu/drm/i915/i915_debugfs.c | 25 +++++ drivers/gpu/drm/i915/i915_dma.c | 10 ++ drivers/gpu/drm/i915/i915_drv.c | 15 +++ drivers/gpu/drm/i915/i915_drv.h | 73 ++++++++++++++ drivers/gpu/drm/i915/i915_gem.c | 2 + drivers/gpu/drm/i915/i915_irq.c | 101 +++++++++++++++++++ drivers/gpu/drm/i915/intel_display.c | 184 +++++++++++++++++++++++++++++++++-- drivers/gpu/drm/i915/intel_dp.c | 3 + drivers/gpu/drm/i915/intel_drv.h | 8 ++ drivers/gpu/drm/i915/intel_i2c.c | 2 + drivers/gpu/drm/i915/intel_pm.c | 13 ++- 11 files changed, 428 insertions(+), 8 deletions(-) -- 1.8.1.2 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx