]> asedeno.scripts.mit.edu Git - linux.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)
commitf2152d492ca4ff6d53b37edf1a137480c909f6ce
tree368cb6b878e79d802b1b85ed51ab9841c7ec2ebf
parentdf0dff132905974697e2a19aa8bcc0ecc447c00e
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