Re: [Intel-gfx] [PATCH 0/5] drm/i915: Replace {un/reference} with {put, get} functions

2018-06-28 Thread Daniel Vetter
On Mon, Jun 18, 2018 at 01:01:49PM +0200, Thomas Zimmermann wrote: > This patch set replaces functions named {un,reference} by their > {put,get} counterparts. Affected data types are struct drm_connector, > struct drm_gem_object, and struct drm_device. > > With the reference-counting functions

[Intel-gfx] [PATCH 0/5] drm/i915: Replace {un/reference} with {put, get} functions

2018-06-18 Thread Thomas Zimmermann
This patch set replaces functions named {un,reference} by their {put,get} counterparts. Affected data types are struct drm_connector, struct drm_gem_object, and struct drm_device. With the reference-counting functions being named {put,get}, the DRM interface is more aligned to Linux kernel