• C
    drm/i915: Inline i915_gem_ring_retire_request() · b84d5f0c
    Chris Wilson 提交于
    Change the semantics to retire any buffer older than the current seqno
    rather than repeatedly calling calling the function to retire the
    buffer at the head of the list matching the request seqno.
    
    Whilst this should have no semantic impact on the implementation, Daniel
    was wondering if there was a bug where we might miss a retirement and so
    end up with a continually growing active list.
    Signed-off-by: NChris Wilson <chris@chris-wilson.co.uk>
    b84d5f0c
i915_gem.c 129.2 KB