From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paulo Zanoni Subject: [PATCH 0/6] Final PC8+ patches Date: Mon, 19 Aug 2013 13:18:06 -0300 Message-ID: <1376929092-3968-1-git-send-email-przanoni@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-ye0-f180.google.com (mail-ye0-f180.google.com [209.85.213.180]) by gabe.freedesktop.org (Postfix) with ESMTP id 17A1EE73C2 for ; Mon, 19 Aug 2013 09:18:22 -0700 (PDT) Received: by mail-ye0-f180.google.com with SMTP id q4so917600yen.25 for ; Mon, 19 Aug 2013 09:18:22 -0700 (PDT) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: intel-gfx@lists.freedesktop.org Cc: Paulo Zanoni List-Id: intel-gfx@lists.freedesktop.org From: Paulo Zanoni 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