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

2018-11-07 Thread Thomas Zimmermann
Am 07.11.18 um 17:37 schrieb Lucas Stach: > Am Mittwoch, den 26.09.2018, 13:41 +0200 schrieb 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. >> >>

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

2018-11-07 Thread Lucas Stach
Am Mittwoch, den 26.09.2018, 13:41 +0200 schrieb 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 Thanks, now

[RESEND PATCH] drm/etnaviv: 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/etnaviv/etnaviv_drv.c | 8 1 file changed, 4 insertions(+), 4

[PATCH] drm/etnaviv: Replace drm_dev_unref with drm_dev_put

2018-07-17 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/etnaviv/etnaviv_drv.c | 8 1 file changed, 4 insertions(+), 4