commit | af7d9101a08d752bb6da9a80df6edbc618fab4cc | [log] [tgz] |
---|---|---|
author | Thomas Zimmermann <tdz@users.sourceforge.net> | Mon Jun 18 15:17:38 2018 +0200 |
committer | Inki Dae <inki.dae@samsung.com> | Mon Jul 02 11:40:47 2018 +0900 |
tree | 3339bfcd96369fd28208440264ab78104949f014 | |
parent | fa7743b141678116c19b89c5492b330671a51e02 [diff] |
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>