aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/drm/drm_vblank.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2017-05-24 16:51:47 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2017-06-20 10:28:58 +0200
commitca814b25538a5b2c0a8de6665191725f41608f2c (patch)
tree51303aaf85fbbf7aa0baea191597cd762b75de95 /include/drm/drm_vblank.h
parentdrm/vblank: _ioctl posfix for ioctl handler (diff)
downloadwireguard-linux-ca814b25538a5b2c0a8de6665191725f41608f2c.tar.xz
wireguard-linux-ca814b25538a5b2c0a8de6665191725f41608f2c.zip
drm/vblank: Consistent drm_crtc_ prefix
We use drm_crtc_ for all the new-style vblank functions which directly take a struct drm_crtc *. drm_accurate_vblank_count was the odd one out, correct this to appease my OCD. Acked-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20170524145212.27837-13-daniel.vetter@ffwll.ch
Diffstat (limited to 'include/drm/drm_vblank.h')
-rw-r--r--include/drm/drm_vblank.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_vblank.h b/include/drm/drm_vblank.h
index 4cde47332dfa..4ceef128582f 100644
--- a/include/drm/drm_vblank.h
+++ b/include/drm/drm_vblank.h
@@ -169,7 +169,7 @@ void drm_crtc_vblank_off(struct drm_crtc *crtc);
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_crtc_accurate_vblank_count(struct drm_crtc *crtc);
bool drm_calc_vbltimestamp_from_scanoutpos(struct drm_device *dev,
unsigned int pipe, int *max_error,