Re: [Nouveau] [PATCH 3/5] drm/nouveau: Add missing RPM get/put() when probing connectors

2018-07-17 Thread Karol Herbst
Reviewed-by: Karol Herbst On Tue, Jul 17, 2018 at 1:59 AM, Lyude Paul wrote: > While the GPU is guaranteed to be on when a hotplug has been received, > the same assertion does not hold true if a connector probe has been > started by userspace without having had received a sysfs event. So > ensur

[PATCH 3/5] drm/nouveau: Add missing RPM get/put() when probing connectors

2018-07-16 Thread Lyude Paul
While the GPU is guaranteed to be on when a hotplug has been received, the same assertion does not hold true if a connector probe has been started by userspace without having had received a sysfs event. So ensure that any connector probing keeps the GPU alive for the duration of the probe. Signed-