From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paulo Zanoni Subject: [PATCH 0/6] Enable PC8+ states Date: Wed, 5 Jun 2013 14:21:50 -0300 Message-ID: <1370452916-3406-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-yh0-f50.google.com (mail-yh0-f50.google.com [209.85.213.50]) by gabe.freedesktop.org (Postfix) with ESMTP id 9A793E65AF for ; Wed, 5 Jun 2013 10:22:11 -0700 (PDT) Received: by mail-yh0-f50.google.com with SMTP id b6so489669yha.9 for ; Wed, 05 Jun 2013 10:22:11 -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 So this series is a second version of the patch I sent on April 16th. Daniel asked to write some patches to properly initialize the interrupts we're touching on the PC8+ patches, so the first 5 patches should do this. The 6th patch is the big one enabling PC8+ and even though I still didn't address all of Daniel's concerns from his first review, the patch already works: we get into PC10 and when we get back to PC7 things are still working. Cheers, Paulo Paulo Zanoni (6): drm/i915: add ibx_irq_preinstall drm/i915: initialize Haswell audio interrupts drm/i915: initialize FDI RX interrupts drm/i915: initialize the Haswell SRD interrupts drm/i915: initialize the PCH GTC interrupts drm/i915: implement HSW display sequences for package C8+ drivers/gpu/drm/i915/i915_dma.c | 4 + drivers/gpu/drm/i915/i915_drv.h | 28 +++ drivers/gpu/drm/i915/i915_irq.c | 111 +++++++-- drivers/gpu/drm/i915/i915_reg.h | 27 +++ drivers/gpu/drm/i915/intel_crt.c | 26 ++- drivers/gpu/drm/i915/intel_display.c | 430 ++++++++++++++++++++++++++++++++++- drivers/gpu/drm/i915/intel_dp.c | 11 +- drivers/gpu/drm/i915/intel_drv.h | 3 + drivers/gpu/drm/i915/intel_hdmi.c | 3 + 9 files changed, 609 insertions(+), 34 deletions(-) -- 1.8.1.2