Re: [PATCH 0/7] Replace {un/reference} with {put,get} functions

2018-06-18 Thread Thomas Zimmermann
Hi > It might also be good to split up some of the patches into per-driver > patches. Thanks for the feedback. I'll do the (major) drivers first and will get back with whatever will be left of this patch set. Best regards Thomas > -Daniel > >> >> Documentation/gpu/todo.rst

Re: [PATCH 0/7] Replace {un/reference} with {put,get} functions

2018-06-18 Thread Daniel Vetter
On Sat, Jun 09, 2018 at 03:17:58PM +0200, Thomas Zimmermann wrote: > This patch set replaces functions named {un,reference} by their {put,get} > counterparts. Each patch also removes the replaced functions from the DRM > core and deletes them from the related Coccinelle script. > Affected data type

[PATCH 0/7] Replace {un/reference} with {put,get} functions

2018-06-09 Thread Thomas Zimmermann
This patch set replaces functions named {un,reference} by their {put,get} counterparts. Each patch also removes the replaced functions from the DRM core and deletes them from the related Coccinelle script. Affected data types are struct drm_connector, struct drm_framebuffer, struct drm_gem_object,