Re: [Intel-gfx] [PATCH 1/4] drm/i915: kill intel_display_power_well_is_enabled()

2018-08-22 Thread Imre Deak
On Tue, Aug 21, 2018 at 12:54:12PM -0700, Paulo Zanoni wrote: > Em Ter, 2018-08-21 às 14:12 +0300, Imre Deak escreveu: > > On Mon, Aug 20, 2018 at 04:11:27PM -0700, Paulo Zanoni wrote: > > > Em Sex, 2018-08-17 às 16:41 -0700, Paulo Zanoni escreveu: > > > > Em Qua, 2018-08-15 às 23:27 +0300, Imre

Re: [Intel-gfx] [PATCH 1/4] drm/i915: kill intel_display_power_well_is_enabled()

2018-08-21 Thread Paulo Zanoni
Em Ter, 2018-08-21 às 14:12 +0300, Imre Deak escreveu: > On Mon, Aug 20, 2018 at 04:11:27PM -0700, Paulo Zanoni wrote: > > Em Sex, 2018-08-17 às 16:41 -0700, Paulo Zanoni escreveu: > > > Em Qua, 2018-08-15 às 23:27 +0300, Imre Deak escreveu: > > > > On Wed, Aug 08, 2018 at 03:16:11PM -0700, Paulo

Re: [Intel-gfx] [PATCH 1/4] drm/i915: kill intel_display_power_well_is_enabled()

2018-08-21 Thread Imre Deak
On Mon, Aug 20, 2018 at 04:11:27PM -0700, Paulo Zanoni wrote: > Em Sex, 2018-08-17 às 16:41 -0700, Paulo Zanoni escreveu: > > Em Qua, 2018-08-15 às 23:27 +0300, Imre Deak escreveu: > > > On Wed, Aug 08, 2018 at 03:16:11PM -0700, Paulo Zanoni wrote: > > > > Use the same coding pattern as we use in

Re: [Intel-gfx] [PATCH 1/4] drm/i915: kill intel_display_power_well_is_enabled()

2018-08-20 Thread Paulo Zanoni
Em Sex, 2018-08-17 às 16:41 -0700, Paulo Zanoni escreveu: > Em Qua, 2018-08-15 às 23:27 +0300, Imre Deak escreveu: > > On Wed, Aug 08, 2018 at 03:16:11PM -0700, Paulo Zanoni wrote: > > > Use the same coding pattern as we use in the other functions of > > > the > > > same file: just call

Re: [Intel-gfx] [PATCH 1/4] drm/i915: kill intel_display_power_well_is_enabled()

2018-08-17 Thread Paulo Zanoni
Em Qua, 2018-08-15 às 23:27 +0300, Imre Deak escreveu: > On Wed, Aug 08, 2018 at 03:16:11PM -0700, Paulo Zanoni wrote: > > Use the same coding pattern as we use in the other functions of the > > same file: just call lookup_power_well() directly in the only > > caller. > > > > Cc: Imre Deak > >

Re: [Intel-gfx] [PATCH 1/4] drm/i915: kill intel_display_power_well_is_enabled()

2018-08-15 Thread Imre Deak
On Wed, Aug 08, 2018 at 03:16:11PM -0700, Paulo Zanoni wrote: > Use the same coding pattern as we use in the other functions of the > same file: just call lookup_power_well() directly in the only caller. > > Cc: Imre Deak > Signed-off-by: Paulo Zanoni > --- >

Re: [Intel-gfx] [PATCH 1/4] drm/i915: kill intel_display_power_well_is_enabled()

2018-08-08 Thread Paulo Zanoni
Em Qua, 2018-08-08 às 15:22 -0700, Souza, Jose escreveu: > On Wed, 2018-08-08 at 15:16 -0700, Paulo Zanoni wrote: > > Use the same coding pattern as we use in the other functions of the > > same file: just call lookup_power_well() directly in the only > > caller. > > > > Cc: Imre Deak > >

Re: [Intel-gfx] [PATCH 1/4] drm/i915: kill intel_display_power_well_is_enabled()

2018-08-08 Thread Souza, Jose
On Wed, 2018-08-08 at 15:16 -0700, Paulo Zanoni wrote: > Use the same coding pattern as we use in the other functions of the > same file: just call lookup_power_well() directly in the only caller. > > Cc: Imre Deak > Signed-off-by: Paulo Zanoni > --- > drivers/gpu/drm/i915/intel_runtime_pm.c |

[Intel-gfx] [PATCH 1/4] drm/i915: kill intel_display_power_well_is_enabled()

2018-08-08 Thread Paulo Zanoni
Use the same coding pattern as we use in the other functions of the same file: just call lookup_power_well() directly in the only caller. Cc: Imre Deak Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/intel_runtime_pm.c | 20 +++- 1 file changed, 3 insertions(+), 17