[PATCH 05/15] drm/mode: move framebuffer reference into object.

2016-04-21 Thread Daniel Vetter
On Fri, Apr 15, 2016 at 03:10:36PM +1000, Dave Airlie wrote: > From: Dave Airlie > > This is the initial code to add references to some mode objects. > In the future we need to start reference counting connectors so > firstly I want to reorganise the code so the framebuffer ref counting > uses th

[PATCH 05/15] drm/mode: move framebuffer reference into object.

2016-04-15 Thread Dave Airlie
From: Dave Airlie This is the initial code to add references to some mode objects. In the future we need to start reference counting connectors so firstly I want to reorganise the code so the framebuffer ref counting uses the same paths. This patch shouldn't change any functionality, just moves