mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-17 07:36:50 +07:00
5bda902725
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-11-git-send-email-cakturk@gmail.com |
||
---|---|---|
.. | ||
hibmc_drm_de.c | ||
hibmc_drm_drv.c | ||
hibmc_drm_drv.h | ||
hibmc_drm_fbdev.c | ||
hibmc_drm_regs.h | ||
hibmc_drm_vdac.c | ||
hibmc_ttm.c | ||
Kconfig | ||
Makefile |