drm/i915: Update add_request() to take a request structure
[deliverable/linux.git] / drivers / gpu / drm / i915 / intel_display.c
index 36d8cdeaed035763c72e062f37ccc9f798be4963..7ec2421f0a9709987e40b87ebb51d996020b998f 100644 (file)
@@ -11497,7 +11497,7 @@ static int intel_crtc_page_flip(struct drm_crtc *crtc,
        }
 
        if (request)
-               i915_add_request_no_flush(request->ring);
+               i915_add_request_no_flush(request);
 
        work->flip_queued_vblank = drm_crtc_vblank_count(crtc);
        work->enable_stall_check = true;
This page took 0.030328 seconds and 5 git commands to generate.