]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: Replace drm_gem_object_unreference_unlocked with put function
authorThomas Zimmermann <tdz@users.sourceforge.net>
Mon, 18 Jun 2018 13:17:38 +0000 (15:17 +0200)
committerInki Dae <inki.dae@samsung.com>
Mon, 2 Jul 2018 02:40:47 +0000 (11:40 +0900)
commitd6870e082be4253af92f4f2c96579222b71de9a0
tree3339bfcd96369fd28208440264ab78104949f014
parent4c88f1cd3b6ad5a491284e18a3cdadf0d0ef2d41
drm/exynos: Replace drm_gem_object_unreference_unlocked with put function

This patch unifies the naming of DRM functions for reference counting
of struct drm_gem_object. The resulting code is more aligned with the
rest of the Linux kernel interfaces.

Signed-off-by: Thomas Zimmermann <tdz@users.sourceforge.net>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_fb.c
drivers/gpu/drm/exynos/exynos_drm_gem.c