Re: [Nouveau] [PATCH v2 00/15] Runtime pm ref leak bonanza

2016-06-22 Thread Daniel Vetter
On Wed, Jun 22, 2016 at 2:44 PM, Lukas Wunner wrote: >> Yeah will pick up later this week, right now I have a big drm-misc pull >> that's pending. Would like to get that landed first. Please ping me if >> your patches haven't landed in drm-misc by next week. > > If you can be

Re: [Nouveau] [PATCH v2 00/15] Runtime pm ref leak bonanza

2016-06-22 Thread Lukas Wunner
On Wed, Jun 15, 2016 at 05:11:54PM +0200, Daniel Vetter wrote: > On Wed, Jun 15, 2016 at 01:37:35PM +0200, Lukas Wunner wrote: > > On Tue, Jun 14, 2016 at 04:18:00PM -0400, Alex Deucher wrote: > > > On Thu, Jun 9, 2016 at 2:50 AM, Daniel Vetter wrote: > > > > On Wed, Jun 08, 2016

Re: [Nouveau] [PATCH v2 00/15] Runtime pm ref leak bonanza

2016-06-15 Thread Daniel Vetter
On Wed, Jun 15, 2016 at 01:37:35PM +0200, Lukas Wunner wrote: > On Tue, Jun 14, 2016 at 04:18:00PM -0400, Alex Deucher wrote: > > On Thu, Jun 9, 2016 at 2:50 AM, Daniel Vetter wrote: > > > On Wed, Jun 08, 2016 at 06:47:27PM +0200, Lukas Wunner wrote: > > >> Second iteration of my

Re: [Nouveau] [PATCH v2 00/15] Runtime pm ref leak bonanza

2016-06-15 Thread Lukas Wunner
On Tue, Jun 14, 2016 at 04:18:00PM -0400, Alex Deucher wrote: > On Thu, Jun 9, 2016 at 2:50 AM, Daniel Vetter wrote: > > On Wed, Jun 08, 2016 at 06:47:27PM +0200, Lukas Wunner wrote: > >> Second iteration of my endeavour to rid nouveau, radeon and amdgpu of > >> runtime pm ref

Re: [Nouveau] [PATCH v2 00/15] Runtime pm ref leak bonanza

2016-06-14 Thread Alex Deucher
On Thu, Jun 9, 2016 at 2:50 AM, Daniel Vetter wrote: > On Wed, Jun 08, 2016 at 06:47:27PM +0200, Lukas Wunner wrote: >> Second iteration of my endeavour to rid nouveau, radeon and amdgpu of >> runtime pm ref leaks. >> >> Patches 1 to 8 are identical to v1. >> >> Patch 9 of v1

Re: [Nouveau] [PATCH v2 00/15] Runtime pm ref leak bonanza

2016-06-09 Thread Ben Skeggs
On 06/09/2016 04:50 PM, Daniel Vetter wrote: > On Wed, Jun 08, 2016 at 06:47:27PM +0200, Lukas Wunner wrote: >> Second iteration of my endeavour to rid nouveau, radeon and amdgpu of >> runtime pm ref leaks. >> >> Patches 1 to 8 are identical to v1. >> >> Patch 9 of v1 modified the DRM core to turn

Re: [Nouveau] [PATCH v2 00/15] Runtime pm ref leak bonanza

2016-06-09 Thread Daniel Vetter
On Wed, Jun 08, 2016 at 06:47:27PM +0200, Lukas Wunner wrote: > Second iteration of my endeavour to rid nouveau, radeon and amdgpu of > runtime pm ref leaks. > > Patches 1 to 8 are identical to v1. > > Patch 9 of v1 modified the DRM core to turn off all CRTCs on driver > unload. Based on

[Nouveau] [PATCH v2 00/15] Runtime pm ref leak bonanza

2016-06-08 Thread Lukas Wunner
Second iteration of my endeavour to rid nouveau, radeon and amdgpu of runtime pm ref leaks. Patches 1 to 8 are identical to v1. Patch 9 of v1 modified the DRM core to turn off all CRTCs on driver unload. Based on feedback by Daniel Vetter, I've replaced this with a helper to turn off all CRTCs,