commit | 602606a472963a67b234e6b5c99293de4aa9d06b | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Sun Nov 28 15:31:02 2010 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Sun Nov 28 15:31:02 2010 +0000 |
tree | 6af83a1782ea0c9ff3b83fe15902c9cf0c96e8c6 | |
parent | 432e58edc9de1d9c3d6a7b444b3c455b8f209a7d [diff] |
drm/i915/execbuffer: On error, starting unwinding from the previous object As the error occurred on the current object, it means that its state was not changed and so it should be excluded from the unwind. Reported-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>