Re: [RESEND PATCH] drm/arc: Replace drm_dev_unref with drm_dev_put

2018-09-27 Thread Alexey Brodkin
Hi Thomas, On Wed, 2018-09-26 at 13:33 +0200, Thomas Zimmermann wrote: > This patch unifies the naming of DRM functions for reference counting > of struct drm_device. The resulting code is more aligned with the rest > of the Linux kernel interfaces. Thanks for your clean-up efforts! I'll pick it

[RESEND PATCH] drm/arc: Replace drm_dev_unref with drm_dev_put

2018-09-26 Thread Thomas Zimmermann
This patch unifies the naming of DRM functions for reference counting of struct drm_device. The resulting code is more aligned with the rest of the Linux kernel interfaces. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/arc/arcpgu_drv.c | 8 1 file changed, 4 insertions(+), 4

[PATCH] drm/arc: Replace drm_dev_unref with drm_dev_put

2018-07-01 Thread Thomas Zimmermann
This patch unifies the naming of DRM functions for reference counting of struct drm_device. The resulting code is more aligned with the rest of the Linux kernel interfaces. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/arc/arcpgu_drv.c | 8 1 file changed, 4 insertions(+), 4