commit | ec151f31cd81cc99b957d6b528709d6ecfb25801 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed Feb 15 08:43:50 2017 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed Feb 15 10:07:29 2017 +0000 |
tree | 738e5f33a2064c7e934f4ecbffce3d1cb1def0be | |
parent | c5d092a4293fa33559d5464c5bd58a2e3a44d6d7 [diff] |
drm/i915: Remove superfluous posting reads after clear GGTT The barrier here is not required - we apply the barrier before the range is ever reused by the GPU instead. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Matthew Auld <matthew.auld@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20170215084357.19977-16-chris@chris-wilson.co.uk