commit | 75ff9f3c9a9827bb917603657568bf46a2355e1a | [log] [tgz] |
---|---|---|
author | Thomas Zimmermann <tzimmermann@suse.de> | Mon Jul 16 09:46:24 2018 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Aug 09 14:46:24 2018 +0200 |
tree | 91c08db562b990b1a617fc61264a951cf37d4ffa | |
parent | e81eb98e3fa8bfd558f134d9d9862eefbd5e6663 [diff] |
drm/vgem: Replace drm_dev_unref with drm_dev_put This patch unifies the naming of DRM functions for reference counting of struct drm_device. 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: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20180716074624.7931-1-tzimmermann@suse.de