commit | fa7743b141678116c19b89c5492b330671a51e02 | [log] [tgz] |
---|---|---|
author | Thomas Zimmermann <tdz@users.sourceforge.net> | Mon Jun 18 15:17:37 2018 +0200 |
committer | Inki Dae <inki.dae@samsung.com> | Mon Jul 02 11:40:44 2018 +0900 |
tree | b30e0efbf535a1ca86ee2483df1e2a7109a2a7b3 | |
parent | e94595b0f59c26581f6ae8a3972b99f56a415b76 [diff] |
drm/exynos: Replace drm_framebuffer_{un/reference} with put,get functions This patch unifies the naming of DRM functions for reference counting of struct drm_framebuffer. 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>