[PATCH 2/5] drm/fb_helper: add connector reference counting.

2016-04-27 Thread Dave Airlie
From: Dave Airlie This takes a reference count when fbdev adds the connector, and drops it when it removes the connector. It also drops the now unneeded code to find connectors and remove the from the modeset as they are reference counted. Signed-off-by: Dave Airlie --- drivers/gpu/drm/drm_fb

[Intel-gfx] [PATCH 2/5] drm/fb_helper: add connector reference counting.

2016-04-27 Thread Daniel Vetter
On Wed, Apr 27, 2016 at 12:03:26PM +1000, Dave Airlie wrote: > From: Dave Airlie > > This takes a reference count when fbdev adds the connector, > and drops it when it removes the connector. > > It also drops the now unneeded code to find connectors > and remove the from the modeset as they are