Re: [Intel-gfx] [PATCH v2 01/11] drm/i915: Change i915_request power well handling

2013-09-17 Thread Ville Syrjälä
On Mon, Sep 16, 2013 at 02:33:06PM -0300, Paulo Zanoni wrote: > 2013/9/16 : > > From: Ville Syrjälä > > > > Reorganize the internal i915_request power well handling to use the > > reference count just like everyone else. This way all we need to do is > > check the reference count and we know whet

Re: [Intel-gfx] [PATCH v2 01/11] drm/i915: Change i915_request power well handling

2013-09-16 Thread Paulo Zanoni
2013/9/16 : > From: Ville Syrjälä > > Reorganize the internal i915_request power well handling to use the > reference count just like everyone else. This way all we need to do is > check the reference count and we know whether the power well needs to be > enabled of disabled. > > v2: Split he int

[Intel-gfx] [PATCH v2 01/11] drm/i915: Change i915_request power well handling

2013-09-16 Thread ville . syrjala
From: Ville Syrjälä Reorganize the internal i915_request power well handling to use the reference count just like everyone else. This way all we need to do is check the reference count and we know whether the power well needs to be enabled of disabled. v2: Split he intel_display_power_{get,put}