Re: [PATCH 4/6] drm: Introduce drm_framebuffer_{get,put}()

2017-02-08 Thread Sean Paul
On Wed, Feb 08, 2017 at 07:24:06PM +0100, Thierry Reding wrote: > From: Thierry Reding > > For consistency with other reference counting APIs in the kernel, add > drm_framebuffer_get() and drm_framebuffer_put() to reference count DRM > framebuffers. > > Compatibility aliases are added to keep ex

[PATCH 4/6] drm: Introduce drm_framebuffer_{get,put}()

2017-02-08 Thread Thierry Reding
From: Thierry Reding For consistency with other reference counting APIs in the kernel, add drm_framebuffer_get() and drm_framebuffer_put() to reference count DRM framebuffers. Compatibility aliases are added to keep existing code working. To help speed up the transition, all the instances of the