[PATCH 13/15] drm: take references to connectors used in a modeset.

2016-04-27 Thread Dave Airlie
On 22 April 2016 at 18:49, Daniel Vetter wrote: > On Fri, Apr 15, 2016 at 03:10:44PM +1000, Dave Airlie wrote: >> From: Dave Airlie >> >> As suggested by Daniel, if we are actively using the connector in a modeset >> we don't want it to disappear from underneath us. This takes a reference >> to t

[PATCH 13/15] drm: take references to connectors used in a modeset.

2016-04-22 Thread Daniel Vetter
On Fri, Apr 15, 2016 at 03:10:44PM +1000, Dave Airlie wrote: > From: Dave Airlie > > As suggested by Daniel, if we are actively using the connector in a modeset > we don't want it to disappear from underneath us. This takes a reference > to the connector in the atomic paths when we are setting th

[PATCH 13/15] drm: take references to connectors used in a modeset.

2016-04-15 Thread Dave Airlie
From: Dave Airlie As suggested by Daniel, if we are actively using the connector in a modeset we don't want it to disappear from underneath us. This takes a reference to the connector in the atomic paths when we are setting the state up, and in the non-atomic paths when binding the encoder. Sign