commit | d0f37cf62979e65558c1b7bd4d4c221c5281bae1 | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@redhat.com> | Fri Apr 15 15:10:36 2016 +1000 |
committer | Dave Airlie <airlied@redhat.com> | Fri Apr 22 10:34:28 2016 +1000 |
tree | f2dc3655e89c07c096d5a4fd36efcff04109c3bf | |
parent | 747a598ffa7dff499ee93d414b74a08af6ec657e [diff] |
drm/mode: move framebuffer reference into object. 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 the kref. [airlied: move kerneldoc as well] Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Dave Airlie <airlied@redhat.com>