Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] refactor power management into intel_pm
@ 2012-04-17  1:20 Eugeni Dodonov
  2012-04-17  1:20 ` [PATCH 1/5] drm/i915: move fbc-related functionality into intel_pm module Eugeni Dodonov
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Eugeni Dodonov @ 2012-04-17  1:20 UTC (permalink / raw)
  To: intel-gfx; +Cc: Eugeni Dodonov

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-04-17 14:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-17  1:20 [PATCH 0/5] refactor power management into intel_pm Eugeni Dodonov
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox