commit | f2152d492ca4ff6d53b37edf1a137480c909f6ce | [log] [tgz] |
---|---|---|
author | Thomas Zimmermann <tzimmermann@suse.de> | Wed Sep 26 13:48:57 2018 +0200 |
committer | Rob Clark <robdclark@gmail.com> | Wed Oct 03 20:24:55 2018 -0400 |
tree | 368cb6b878e79d802b1b85ed51ab9841c7ec2ebf | |
parent | df0dff132905974697e2a19aa8bcc0ecc447c00e [diff] |
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>