Re: [PATCH v2 0/2] drm/nouveau: CRTC Runtime PM ref tracking fixes

2019-08-12 Thread Ben Skeggs
On Thu, 8 Aug 2019 at 09:47, Lyude Paul wrote: > > Just some runtime PM fixes for some much less noticeable runtime PM ref > tracking issues that I got reminded of when fixing some unrelated issues > with nouveau. > > Changes since v1: > * Don't fix CRTC RPM code in dispnv04, because it's not actu

[PATCH v2 0/2] drm/nouveau: CRTC Runtime PM ref tracking fixes

2019-08-07 Thread Lyude Paul
Just some runtime PM fixes for some much less noticeable runtime PM ref tracking issues that I got reminded of when fixing some unrelated issues with nouveau. Changes since v1: * Don't fix CRTC RPM code in dispnv04, because it's not actually doing anything in the first place. Just get rid of it.