From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paulo Zanoni Subject: [PATCH 0/3] BDW runtime PM fixes Date: Tue, 1 Apr 2014 19:39:46 -0300 Message-ID: <1396391989-2244-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-f48.google.com (mail-yh0-f48.google.com [209.85.213.48]) by gabe.freedesktop.org (Postfix) with ESMTP id 7C9AB6E5CF for ; Tue, 1 Apr 2014 15:40:03 -0700 (PDT) Received: by mail-yh0-f48.google.com with SMTP id z6so9670991yhz.7 for ; Tue, 01 Apr 2014 15:40:01 -0700 (PDT) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" To: intel-gfx@lists.freedesktop.org Cc: Paulo Zanoni List-Id: intel-gfx@lists.freedesktop.org From: Paulo Zanoni Hi I got a little surprised to see the BDW patches merged so fast, I thought I was going to have time to resend the last series with these last patches in. The first patch replaces a HSW-specific WARN that was happening all the time on BDW with a gen-agnostic WARN. The second patch is just a debugfs fix. The third patch fixes an infinite loop, but it does not fix the undelying reason why the infinite loop happens, so maybe we don't want to merge it so we don't hide the real bug. With these last patches on top of -nightly, my BDW machine passes pm_pc8 without errors. Thanks, Paulo Paulo Zanoni (2): drm/i915: only check for irqs_disabled when disabling LCPLL drm/i915: fix infinite loop at gen6_update_ring_freq Zhenyu Wang (1): drm/i915: Allow i915_pc8_status debug info on BDW drivers/gpu/drm/i915/i915_debugfs.c | 2 +- drivers/gpu/drm/i915/intel_display.c | 17 +++++++---------- drivers/gpu/drm/i915/intel_pm.c | 3 ++- 3 files changed, 10 insertions(+), 12 deletions(-) -- 1.8.5.3