]> git.baikalelectronics.ru Git - kernel.git/commit
drm/msm: Replace drm_framebuffer_{un/reference} with put, get functions
authorThomas Zimmermann <tzimmermann@suse.de>
Wed, 26 Sep 2018 11:48:57 +0000 (13:48 +0200)
committerRob Clark <robdclark@gmail.com>
Thu, 4 Oct 2018 00:24:55 +0000 (20:24 -0400)
commit076e70f45e01647cfc5f083e904bf6b610cd5d94
tree368cb6b878e79d802b1b85ed51ab9841c7ec2ebf
parenta43cee406c60de78aca9683dd4a3fe5a6c6225ea
drm/msm: 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 <tzimmermann@suse.de>
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c