aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_kms.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_kms.c')
-rw-r--r--drivers/gpu/drm/radeon/radeon_kms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_kms.c b/drivers/gpu/drm/radeon/radeon_kms.c
index 9e3af24e1b05..114d1672d616 100644
--- a/drivers/gpu/drm/radeon/radeon_kms.c
+++ b/drivers/gpu/drm/radeon/radeon_kms.c
@@ -719,7 +719,7 @@ int radeon_get_vblank_timestamp_kms(struct drm_device *dev, int crtc,
719 /* Helper routine in DRM core does all the work: */ 719 /* Helper routine in DRM core does all the work: */
720 return drm_calc_vbltimestamp_from_scanoutpos(dev, crtc, max_error, 720 return drm_calc_vbltimestamp_from_scanoutpos(dev, crtc, max_error,
721 vblank_time, flags, 721 vblank_time, flags,
722 drmcrtc); 722 drmcrtc, &drmcrtc->hwmode);
723} 723}
724 724
725#define KMS_INVALID_IOCTL(name) \ 725#define KMS_INVALID_IOCTL(name) \