drm/i915: Split the ringbuffers from the rings (2/3)
[deliverable/linux.git] / drivers / gpu / drm / i915 / i915_gem.c
index 382eae74eebfaf258e78b379f8991934050df1d5..db7796beca5070394ad4e9c866d3e5c49ec6fd45 100644 (file)
@@ -2523,7 +2523,7 @@ i915_gem_retire_requests_ring(struct intel_engine_cs *ring)
                 * of tail of the request to update the last known position
                 * of the GPU head.
                 */
-               ring->last_retired_head = request->tail;
+               ring->buffer->last_retired_head = request->tail;
 
                i915_gem_free_request(request);
        }
This page took 0.02602 seconds and 5 git commands to generate.