Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Eugeni Dodonov <eugeni.dodonov@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: Eugeni Dodonov <eugeni.dodonov@intel.com>
Subject: [PATCH 0/5] refactor power management into intel_pm
Date: Mon, 16 Apr 2012 22:20:33 -0300	[thread overview]
Message-ID: <1334625638-11971-1-git-send-email-eugeni.dodonov@intel.com> (raw)

As Chris Wilson noticed, my previous patch that did the refactoring as one big
patch which moved everything at once was extremely difficult to review and
maintain. So I split the same refactoring into a series of smaller patches,
which move one subsystem at a time.

As previously, this reduces the intel_display.c module by around 2800 lines
while also simplifying future power-related developments.


Eugeni Dodonov (5):
  drm/i915: move fbc-related functionality into intel_pm module
  drm/i915: move watermarks settings into intel_pm module
  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

 drivers/gpu/drm/i915/Makefile        |    1 +
 drivers/gpu/drm/i915/intel_display.c | 7803 +++++++++++-----------------------
 drivers/gpu/drm/i915/intel_drv.h     |   72 +
 drivers/gpu/drm/i915/intel_pm.c      | 2898 +++++++++++++
 4 files changed, 5432 insertions(+), 5342 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/intel_pm.c

-- 
1.7.10

             reply	other threads:[~2012-04-17  1:20 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-17  1:20 Eugeni Dodonov [this message]
2012-04-17  1:20 ` [PATCH 1/5] drm/i915: move fbc-related functionality into intel_pm module Eugeni Dodonov
2012-04-17  1:20 ` [PATCH 2/5] drm/i915: move watermarks settings " Eugeni Dodonov
2012-04-17  1:20 ` [PATCH 3/5] drm/i915: move drps, rps and rc6-related functions to intel_pm Eugeni Dodonov
2012-04-17  1:20 ` [PATCH 4/5] drm/i915: move emon functionality into intel_pm module Eugeni Dodonov
2012-04-17  1:20 ` [PATCH 5/5] drm/i915: move clock gating " Eugeni Dodonov
2012-04-17  8:57 ` [PATCH 0/5] refactor power management into intel_pm Daniel Vetter
2012-04-17  9:56   ` Eugeni Dodonov
2012-04-17 10:23     ` Daniel Vetter
2012-04-17 14:04       ` [PATCH 1/1] drm/i915: add generic power management initialization Eugeni Dodonov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1334625638-11971-1-git-send-email-eugeni.dodonov@intel.com \
    --to=eugeni.dodonov@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox