commit | 016fd0c1aee31902d82c1ac32312f1cc32298b66 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jul 20 12:41:07 2012 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Jul 25 18:23:55 2012 +0200 |
tree | f7873b3741fe6aabef0e0a520b03aca16b17d75d | |
parent | 6ac42f4148bc27e5ffd18a9ab0eac57f58822af4 [diff] |
drm/i915: Clear the pending_gpu_fenced_access flag at the start of execbuffer Otherwise once we use the buffer with a BLT command on gen2/3, we will always regard future command submissions as continuing the fenced access. However, now that we flush/invalidate between every batch we can drop this pessimism. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>