[Intel-gfx] [PATCH 16/23] drm/i915: get/put runtime PM references for GMBUS and DP AUX

2014-02-27 Thread Paulo Zanoni
From: Paulo Zanoni We had these intel_aux_display_runtime_{get,put} abstractions that would just get/put PC8 references, but now that runtime PM and PC8 are the same stuff, we just need the runtime PM references, so just get/put runtime PM directly, because that's what the rest of our code does.

Re: [Intel-gfx] [PATCH 16/23] drm/i915: get/put runtime PM references for GMBUS and DP AUX

2014-02-28 Thread Jesse Barnes
On Thu, 27 Feb 2014 19:26:43 -0300 Paulo Zanoni wrote: > From: Paulo Zanoni > > We had these intel_aux_display_runtime_{get,put} abstractions that > would just get/put PC8 references, but now that runtime PM and PC8 > are the same stuff, we just need the runtime PM references, so just > get/put

Re: [Intel-gfx] [PATCH 16/23] drm/i915: get/put runtime PM references for GMBUS and DP AUX

2014-02-28 Thread Imre Deak
On Fri, 2014-02-28 at 09:13 -0800, Jesse Barnes wrote: > On Thu, 27 Feb 2014 19:26:43 -0300 > Paulo Zanoni wrote: > > > From: Paulo Zanoni > > > > We had these intel_aux_display_runtime_{get,put} abstractions that > > would just get/put PC8 references, but now that runtime PM and PC8 > > are th

Re: [Intel-gfx] [PATCH 16/23] drm/i915: get/put runtime PM references for GMBUS and DP AUX

2014-02-28 Thread Jesse Barnes
On Fri, 28 Feb 2014 19:38:17 +0200 Imre Deak wrote: > On Fri, 2014-02-28 at 09:13 -0800, Jesse Barnes wrote: > > On Thu, 27 Feb 2014 19:26:43 -0300 > > Paulo Zanoni wrote: > > > > > From: Paulo Zanoni > > > > > > We had these intel_aux_display_runtime_{get,put} abstractions that > > > would j

Re: [Intel-gfx] [PATCH 16/23] drm/i915: get/put runtime PM references for GMBUS and DP AUX

2014-02-28 Thread Imre Deak
On Fri, 2014-02-28 at 09:55 -0800, Jesse Barnes wrote: > On Fri, 28 Feb 2014 19:38:17 +0200 > Imre Deak wrote: > > > On Fri, 2014-02-28 at 09:13 -0800, Jesse Barnes wrote: > > > On Thu, 27 Feb 2014 19:26:43 -0300 > > > Paulo Zanoni wrote: > > > > > > > From: Paulo Zanoni > > > > > > > > We ha

Re: [Intel-gfx] [PATCH 16/23] drm/i915: get/put runtime PM references for GMBUS and DP AUX

2014-02-28 Thread Paulo Zanoni
2014-02-28 15:20 GMT-03:00 Imre Deak : > On Fri, 2014-02-28 at 09:55 -0800, Jesse Barnes wrote: >> On Fri, 28 Feb 2014 19:38:17 +0200 >> Imre Deak wrote: >> >> > On Fri, 2014-02-28 at 09:13 -0800, Jesse Barnes wrote: >> > > On Thu, 27 Feb 2014 19:26:43 -0300 >> > > Paulo Zanoni wrote: >> > > >> >

Re: [Intel-gfx] [PATCH 16/23] drm/i915: get/put runtime PM references for GMBUS and DP AUX

2014-03-05 Thread Daniel Vetter
On Fri, Feb 28, 2014 at 09:55:12AM -0800, Jesse Barnes wrote: > On Fri, 28 Feb 2014 19:38:17 +0200 > Imre Deak wrote: > > > On Fri, 2014-02-28 at 09:13 -0800, Jesse Barnes wrote: > > > On Thu, 27 Feb 2014 19:26:43 -0300 > > > Paulo Zanoni wrote: > > > > > > > From: Paulo Zanoni > > > > > > >