Merge airlied/drm-next into drm-intel-next-queued
[sfrench/cifs-2.6.git] / drivers / gpu / drm / i915 / i915_irq.c
index fed2894eeaf0f5dd5f328afcfdf8273ddfdfd9e0..5244fb16fa55516ce3723dcea4c2a0bdccfd79a4 100644 (file)
@@ -1591,7 +1591,7 @@ static void display_pipe_crc_irq_handler(struct drm_i915_private *dev_priv,
                crcs[3] = crc3;
                crcs[4] = crc4;
                drm_crtc_add_crc_entry(&crtc->base, true,
-                                      drm_accurate_vblank_count(&crtc->base),
+                                      drm_crtc_accurate_vblank_count(&crtc->base),
                                       crcs);
        }
 }