drm/i915: Remove 'outstanding_lazy_seqno'
[deliverable/linux.git] / drivers / gpu / drm / i915 / intel_display.c
index 70e75805994bcf396a0d27abaf5856724c1f67f6..30857318df712c81a364a27d7066322be6c0aaca 100644 (file)
@@ -9910,7 +9910,8 @@ static int intel_crtc_page_flip(struct drm_crtc *crtc,
                if (ret)
                        goto cleanup_unpin;
 
-               work->flip_queued_seqno = intel_ring_get_seqno(ring);
+               work->flip_queued_seqno =
+                   i915_gem_request_get_seqno(intel_ring_get_request(ring));
                work->flip_queued_ring = ring;
        }
 
This page took 0.025427 seconds and 5 git commands to generate.