Re: [Intel-gfx] [PATCH 04/19] drm/i915: move power domain macros to intel_pm.c

2014-02-24 Thread Imre Deak
On Mon, 2014-02-24 at 10:38 -0300, Paulo Zanoni wrote: > 2014-02-20 16:21 GMT-03:00 Jesse Barnes : > > On Tue, 18 Feb 2014 00:02:05 +0200 > > Imre Deak wrote: > > > >> These macros are used only locally, so move them to the .c file. > >> > >> Also since logically the init power domain should be pa

Re: [Intel-gfx] [PATCH 04/19] drm/i915: move power domain macros to intel_pm.c

2014-02-24 Thread Paulo Zanoni
2014-02-20 16:21 GMT-03:00 Jesse Barnes : > On Tue, 18 Feb 2014 00:02:05 +0200 > Imre Deak wrote: > >> These macros are used only locally, so move them to the .c file. >> >> Also since logically the init power domain should be part of all power >> wells add it to the always-on power wells too for

Re: [Intel-gfx] [PATCH 04/19] drm/i915: move power domain macros to intel_pm.c

2014-02-20 Thread Jesse Barnes
On Tue, 18 Feb 2014 00:02:05 +0200 Imre Deak wrote: > These macros are used only locally, so move them to the .c file. > > Also since logically the init power domain should be part of all power > wells add it to the always-on power wells too for consistency. Since > always-on power wells have no

[Intel-gfx] [PATCH 04/19] drm/i915: move power domain macros to intel_pm.c

2014-02-17 Thread Imre Deak
These macros are used only locally, so move them to the .c file. Also since logically the init power domain should be part of all power wells add it to the always-on power wells too for consistency. Since always-on power wells have noop handlers, this doesn't change the functionality. Signed-off-