From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eugeni Dodonov Subject: [PATCH 0/5] rebased intel_pm series Date: Wed, 18 Apr 2012 11:51:13 -0300 Message-ID: <1334760678-19297-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 mga01.intel.com (mga01.intel.com [192.55.52.88]) by gabe.freedesktop.org (Postfix) with ESMTP id A8D9F9E8F5 for ; Wed, 18 Apr 2012 07:51:37 -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 This rebases the intel_pm module patches on top of the drm-intel-next-queued (on top of 2 patches Daniel has queued already), fixes one very long comment in the 1st patch, adds the R-b when appropriate and takes care of new gen7_setup_fixed_func_scheduler function as well that landed in the tree after I've sent my original patches. Eugeni Dodonov (5): drm/i915: fix line breaks in intel_pm 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 | 1087 +++++++++++++++++++++++++++++++++- 3 files changed, 1091 insertions(+), 1109 deletions(-) -- 1.7.10