summaryrefslogtreecommitdiff
path: root/include/drm/drm_irq.h
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2017-02-07 17:16:15 +0800
committerDaniel Vetter <daniel.vetter@ffwll.ch>2017-02-07 21:45:02 +0100
commit5ac74757eef78d69cd3aabe503b29aff471fdd56 (patch)
treea7729f9fa952d58b6a58e0651bde691e10b77039 /include/drm/drm_irq.h
parent967dd48417874dd25491a4e933648f394a64f70f (diff)
drm: unexport function drm_vblank_no_hw_counter()
The function drm_vblank_no_hw_counter() is now only used in core vblank wrapper code. Let's unexport it by making it a static function. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1486458995-31018-4-git-send-email-shawnguo@kernel.org
Diffstat (limited to 'include/drm/drm_irq.h')
-rw-r--r--include/drm/drm_irq.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drm_irq.h b/include/drm/drm_irq.h
index 2fb880462a57..cf0be6594c8c 100644
--- a/include/drm/drm_irq.h
+++ b/include/drm/drm_irq.h
@@ -152,7 +152,6 @@ void drm_crtc_vblank_reset(struct drm_crtc *crtc);
void drm_crtc_vblank_on(struct drm_crtc *crtc);
void drm_vblank_cleanup(struct drm_device *dev);
u32 drm_accurate_vblank_count(struct drm_crtc *crtc);
-u32 drm_vblank_no_hw_counter(struct drm_device *dev, unsigned int pipe);
int drm_calc_vbltimestamp_from_scanoutpos(struct drm_device *dev,
unsigned int pipe, int *max_error,