drm/tilcdc: switch to drm_*{get,put} helpers
authorCihangir Akturk <cakturk@gmail.com>
Thu, 3 Aug 2017 11:58:38 +0000 (14:58 +0300)
committerJyri Sarha <jsarha@ti.com>
Thu, 5 Oct 2017 08:47:12 +0000 (11:47 +0300)
commit61dd13b44435166c5136bd1e5b76a265bd9cddaf
treea0554b28dafdf534f98e91bf5e98cd7c132f783c
parentcafdee68fbd87ff8c2730117d65f095c33b506fe
drm/tilcdc: switch to drm_*{get,put} helpers

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

Signed-off-by: Cihangir Akturk <cakturk@gmail.com>
Signed-off-by: Jyri Sarha <jsarha@ti.com>
drivers/gpu/drm/tilcdc/tilcdc_crtc.c