From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eugeni Dodonov Subject: [PATCH 0/4] intel_pm missing commits Date: Wed, 18 Apr 2012 15:29:22 -0300 Message-ID: <1334773766-20258-1-git-send-email-eugeni.dodonov@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from oproxy8-pub.bluehost.com (oproxy8-pub.bluehost.com [69.89.22.20]) by gabe.freedesktop.org (Postfix) with SMTP id 8C9729E778 for ; Wed, 18 Apr 2012 11:29:47 -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: Eugeni Dodonov List-Id: intel-gfx@lists.freedesktop.org The murphy's law struck in, and the previous patches I sent earlier today managed to wreak havoc. So much for trusting git am. Please forgive me. Those new patches I redid by hand, with base on the latest drm-intel-next-queued, and while doing so I also improved some of their comments, and brought back static platform-specific functions. Eugeni Dodonov (4): drm/i915: move drps, rps and rc6-related functions to intel_pm drm/i915: move emon functionality into intel_pm module drm/i915: move clock gating functionality into intel_pm module drm/i915: add generic power management initialization drivers/gpu/drm/i915/intel_display.c | 1079 +------------------------------- drivers/gpu/drm/i915/intel_drv.h | 34 +- drivers/gpu/drm/i915/intel_pm.c | 1140 +++++++++++++++++++++++++++++++++- 3 files changed, 1124 insertions(+), 1129 deletions(-) -- 1.7.10