commit | a7a09aebe8c0dd2b76c7b97018a9c614ddb483a5 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Nov 12 13:49:09 2010 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed Nov 24 13:30:51 2010 +0000 |
tree | 5e6dfa4cde255fd43427d22601303c7030d7f82f | |
parent | 919926aeb3e89825093c743dd54f04e42e7d9150 [diff] |
drm/i915: Rework execbuffer pinning Avoid evicting buffers that will be used later in the batch in order to make room for the initial buffers by pinning all bound buffers in a single pass before binding (and evicting for) fresh buffer. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>