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

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

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

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