]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/vc4: Replace drm_dev_unref with drm_dev_put
authorThomas Zimmermann <tzimmermann@suse.de>
Tue, 17 Jul 2018 08:54:28 +0000 (10:54 +0200)
committerEric Anholt <eric@anholt.net>
Tue, 17 Jul 2018 18:24:33 +0000 (11:24 -0700)
commita708edf13fb0b55d29a003b00251bccbfec74b20
tree1804b5a452a24eeaeb8ea5650839a2ee0ee854e4
parentd8b3f454dab48bc40528aa5f19f7f27f2a6dc825
drm/vc4: 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: Eric Anholt <eric@anholt.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20180717085428.18500-1-tzimmermann@suse.de
drivers/gpu/drm/vc4/vc4_drv.c