drm/irq: Unexport drm_vblank_count
authorDaniel Vetter <[email protected]>
Mon, 14 Nov 2016 09:02:53 +0000 (10:02 +0100)
committerDaniel Vetter <[email protected]>
Tue, 15 Nov 2016 22:33:47 +0000 (23:33 +0100)
commitd6b0f626375739b1faa2d9dfbca335a923b2a760
tree86e2ba712611352159890ffac25d182408602ab4
parent07600c536341f3062055548409cc0c8e1a862198
drm/irq: Unexport drm_vblank_count

No one outside of drm_irq.c should ever need this. The correct way to
implement get_vblank_count for hw lacking a vblank counter is
drm_vblank_no_hw_counter. Fix this up in mtk, which is the only
offender left over.

Cc: CK Hu <[email protected]>
Cc: Philipp Zabel <[email protected]>
Acked-by: Philipp Zabel <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/drm_irq.c
drivers/gpu/drm/mediatek/mtk_drm_drv.c