diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2013-10-28 14:50:48 -0400 |
---|---|---|
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2014-01-20 05:21:35 -0500 |
commit | abca9e45449876ca4e66f7e31c850753cde344a5 (patch) | |
tree | 50880095c7c4842aadcf1c0f5f011383bccfef30 /drivers/gpu/drm/radeon/radeon_mode.h | |
parent | c0ae24c17ed0864b42d449733460140322f275e2 (diff) |
drm: Pass 'flags' from the caller to .get_scanout_position()
Preparation for moving the early vblank IRQ logic into
radeon_get_crtc_scanoutpos().
v2: Fix radeon_drv.c compile warning (Mario)
Reviewed-by: mario.kleiner.de@gmail.com
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_mode.h')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon_mode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_mode.h b/drivers/gpu/drm/radeon/radeon_mode.h index 28bba631b80c..b8e37a6d6f4e 100644 --- a/drivers/gpu/drm/radeon/radeon_mode.h +++ b/drivers/gpu/drm/radeon/radeon_mode.h | |||
@@ -800,6 +800,7 @@ extern int radeon_crtc_cursor_move(struct drm_crtc *crtc, | |||
800 | int x, int y); | 800 | int x, int y); |
801 | 801 | ||
802 | extern int radeon_get_crtc_scanoutpos(struct drm_device *dev, int crtc, | 802 | extern int radeon_get_crtc_scanoutpos(struct drm_device *dev, int crtc, |
803 | unsigned int flags, | ||
803 | int *vpos, int *hpos, ktime_t *stime, | 804 | int *vpos, int *hpos, ktime_t *stime, |
804 | ktime_t *etime); | 805 | ktime_t *etime); |
805 | 806 | ||