Re: [Intel-gfx] [PATCH v3 0/8] support for multiple power wells

2013-11-26 Thread Paulo Zanoni
2013/11/25 Imre Deak imre.d...@intel.com:
 v2: rebase on latest kernel + debug info on domain use counts
 v3: address review comments from Paulo

All my comments got implemented or got some nice explanations, so, for
the series:

Reviewed-by: Paulo Zanoni paulo.r.zan...@intel.com


 Imre Deak (7):
   drm/i915: add audio power domain
   drm/i915: support for multiple power wells
   drm/i915: add always-on power wells instead of special casing them
   drm/i915: use IS_HASWELL/BROADWELL instead of HAS_POWER_WELL
   drm/i915: don't do BDW/HSW specific powerdomains init on other
 platforms
   drm/i915: add a default always-on power well
   drm/i915: add a debugfs entry for power domain info

 Jesse Barnes (1):
   drm/i915: protect HSW power well check with IS_HASWELL in
 redisable_vga

  drivers/gpu/drm/i915/i915_debugfs.c  |  71 +
  drivers/gpu/drm/i915/i915_dma.c  |  18 ++--
  drivers/gpu/drm/i915/i915_drv.h  |  18 +++-
  drivers/gpu/drm/i915/intel_display.c |   6 +-
  drivers/gpu/drm/i915/intel_pm.c  | 198 
 +++
  5 files changed, 227 insertions(+), 84 deletions(-)

 --
 1.8.4

 ___
 Intel-gfx mailing list
 Intel-gfx@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/intel-gfx



-- 
Paulo Zanoni
___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx


Re: [Intel-gfx] [PATCH v3 0/8] support for multiple power wells

2013-11-26 Thread Daniel Vetter
On Tue, Nov 26, 2013 at 04:46:54PM -0200, Paulo Zanoni wrote:
 2013/11/25 Imre Deak imre.d...@intel.com:
  v2: rebase on latest kernel + debug info on domain use counts
  v3: address review comments from Paulo
 
 All my comments got implemented or got some nice explanations, so, for
 the series:
 
 Reviewed-by: Paulo Zanoni paulo.r.zan...@intel.com

Slurped them all in, thanks for patchesreview.
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch
___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx


[Intel-gfx] [PATCH v3 0/8] support for multiple power wells

2013-11-25 Thread Imre Deak
v2: rebase on latest kernel + debug info on domain use counts
v3: address review comments from Paulo

Imre Deak (7):
  drm/i915: add audio power domain
  drm/i915: support for multiple power wells
  drm/i915: add always-on power wells instead of special casing them
  drm/i915: use IS_HASWELL/BROADWELL instead of HAS_POWER_WELL
  drm/i915: don't do BDW/HSW specific powerdomains init on other
platforms
  drm/i915: add a default always-on power well
  drm/i915: add a debugfs entry for power domain info

Jesse Barnes (1):
  drm/i915: protect HSW power well check with IS_HASWELL in
redisable_vga

 drivers/gpu/drm/i915/i915_debugfs.c  |  71 +
 drivers/gpu/drm/i915/i915_dma.c  |  18 ++--
 drivers/gpu/drm/i915/i915_drv.h  |  18 +++-
 drivers/gpu/drm/i915/intel_display.c |   6 +-
 drivers/gpu/drm/i915/intel_pm.c  | 198 +++
 5 files changed, 227 insertions(+), 84 deletions(-)

-- 
1.8.4

___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx