linux/drivers/staging/vboxvideo
Cihangir Akturk c58ac649e3 drm: vboxvideo: switch to drm_*_get(), drm_*_put() helpers
Use drm_*_get() and drm_*_put() helpers instead of drm_*_reference()
and drm_*_unreference() helpers.

drm_*_reference() and drm_*_unreference() functions are just
compatibility alias for drm_*_get() and drm_*_put() and should not be
used by new code. So convert all users of compatibility functions to
use the new APIs.

Generated by: scripts/coccinelle/api/drm-get-put.cocci

Signed-off-by: Cihangir Akturk <cakturk@gmail.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/1502454794-28558-29-git-send-email-cakturk@gmail.com
2017-08-11 11:34:07 -04:00
..
hgsmi_base.c
hgsmi_ch_setup.h
hgsmi_channels.h
hgsmi_defs.h
Kconfig
Makefile
modesetting.c
TODO
vbox_drv.c
vbox_drv.h
vbox_err.h
vbox_fb.c drm: vboxvideo: switch to drm_*_get(), drm_*_put() helpers 2017-08-11 11:34:07 -04:00
vbox_hgsmi.c
vbox_irq.c
vbox_main.c drm: vboxvideo: switch to drm_*_get(), drm_*_put() helpers 2017-08-11 11:34:07 -04:00
vbox_mode.c drm: vboxvideo: switch to drm_*_get(), drm_*_put() helpers 2017-08-11 11:34:07 -04:00
vbox_prime.c
vbox_ttm.c
vboxvideo_guest.h
vboxvideo_vbe.h
vboxvideo.h
vbva_base.c