OSDN Git Service

drm/imx: Remove imx_drm_crtc_vblank_get/_put()
authorLiu Ying <gnuiyl@gmail.com>
Mon, 18 Jul 2016 07:44:23 +0000 (15:44 +0800)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 8 Aug 2016 09:44:20 +0000 (11:44 +0200)
commit2fd911bc5b5e647902fd319cbf8c75f98555e188
treed892bfeb50734cc52f817c5db0641c2c2e13f7ee
parentfafc79ef2e9148d0085585b6b71bc7154c14ebb6
drm/imx: Remove imx_drm_crtc_vblank_get/_put()

There is no one calling imx_drm_crtc_vblank_get/_put() and
they are just two simple wrappers of drm_crtc_vblank_get/_put()
without doing any thing fancy - the drivers may call
drm_crtc_vblank_get/_put() directly.  So, let's remove the two
wrappers.

Signed-off-by: Liu Ying <gnuiyl@gmail.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/gpu/drm/imx/imx-drm-core.c
drivers/gpu/drm/imx/imx-drm.h