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 imre.d...@intel.com wrote: On Fri, 2014-02-28 at 09:13 -0800, Jesse Barnes wrote: On Thu, 27 Feb 2014 19:26:43 -0300 Paulo Zanoni przan...@gmail.com wrote: From: Paulo

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 przan...@gmail.com wrote: From: Paulo Zanoni paulo.r.zan...@intel.com 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

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 przan...@gmail.com wrote: From: Paulo Zanoni paulo.r.zan...@intel.com We had these intel_aux_display_runtime_{get,put} abstractions that would just get/put PC8 references, but now

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 imre.d...@intel.com wrote: On Fri, 2014-02-28 at 09:13 -0800, Jesse Barnes wrote: On Thu, 27 Feb 2014 19:26:43 -0300 Paulo Zanoni przan...@gmail.com wrote: From: Paulo Zanoni paulo.r.zan...@intel.com We had these

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 imre.d...@intel.com wrote: On Fri, 2014-02-28 at 09:13 -0800, Jesse Barnes wrote: On Thu, 27 Feb 2014 19:26:43 -0300 Paulo Zanoni przan...@gmail.com wrote: From: Paulo Zanoni

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 imre.d...@intel.com: On Fri, 2014-02-28 at 09:55 -0800, Jesse Barnes wrote: On Fri, 28 Feb 2014 19:38:17 +0200 Imre Deak imre.d...@intel.com wrote: On Fri, 2014-02-28 at 09:13 -0800, Jesse Barnes wrote: On Thu, 27 Feb 2014 19:26:43 -0300 Paulo

[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 paulo.r.zan...@intel.com 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