commit | 878a3c37d36142a192bdf5b6bfcf920832f431d7 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Oct 22 10:48:12 2010 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Oct 22 10:48:12 2010 +0100 |
tree | 871fd2a166abcf08e7054a4bc4667b43f714a114 | |
parent | e27d8538695d1aee69eb4fdd6f98988e6ffc5c33 [diff] |
drm/i915: Fix flushing regression from 9af90d19f Whilst moving the code around in 9af90d19f, I dropped the or'ing in of new write domains which would zero out the write domain for a render target if later reused as a source later in the batch. This meant that we might drop a required flush before reading from the render target. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=31043 Reported-by: xunx.fang@intel.com Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>