commit | a708edf13fb0b55d29a003b00251bccbfec74b20 | [log] [tgz] |
---|---|---|
author | Thomas Zimmermann <tzimmermann@suse.de> | Tue Jul 17 10:54:28 2018 +0200 |
committer | Eric Anholt <eric@anholt.net> | Tue Jul 17 11:24:33 2018 -0700 |
tree | 1804b5a452a24eeaeb8ea5650839a2ee0ee854e4 | |
parent | d8b3f454dab48bc40528aa5f19f7f27f2a6dc825 [diff] |
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