linux/drivers/gpu/drm/cirrus
Cihangir Akturk 6aeeadab79 drm/cirrus: 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>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/1502454794-28558-7-git-send-email-cakturk@gmail.com
2017-08-11 11:39:08 -04:00
..
cirrus_drv.c drm/pci: Deprecate drm_pci_init/exit completely 2017-06-20 10:41:03 +02:00
cirrus_drv.h drm: cirrus: remove dead code and pointless local lut storage 2017-08-04 11:35:44 +02:00
cirrus_fbdev.c drm/cirrus: switch to drm_*_get(), drm_*_put() helpers 2017-08-11 11:39:08 -04:00
cirrus_main.c drm/cirrus: switch to drm_*_get(), drm_*_put() helpers 2017-08-11 11:39:08 -04:00
cirrus_mode.c drm: cirrus: remove dead code and pointless local lut storage 2017-08-04 11:35:44 +02:00
cirrus_ttm.c drm/cirrus: fix include notation and remove -Iinclude/drm flag 2017-05-16 17:18:56 +02:00
Kconfig Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next 2017-01-27 11:00:42 +10:00
Makefile drm/cirrus: fix include notation and remove -Iinclude/drm flag 2017-05-16 17:18:56 +02:00