commit | de220cc21967fd745d91fbd3fc23a13372730db8 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Mon Apr 08 10:17:03 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Mon Apr 08 17:04:12 2019 +0100 |
tree | 13143d3fbd12cbcfa8a8ddae25445e647e0b9e82 | |
parent | da23379f1508dba4a02feb1ed4f53122fb4ecf64 [diff] |
drm/i915: Consolidate the timeline->barrier The timeline is strictly ordered, so by inserting the timeline->barrier request into the timeline->last_request it naturally provides the same barrier. Consolidate the pair of barriers into one as they serve the same purpose. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190408091728.20207-4-chris@chris-wilson.co.uk