commit | d55495b4dcce2efb4656edfe211eb0bfb27c3387 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Jun 15 09:14:34 2017 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Jun 15 10:52:58 2017 +0100 |
tree | 0c53a182e14155e32f6ef706848e920e149dd485 | |
parent | 650bc63568e4218508f206c14af92b5a3f77504f [diff] |
drm/i915: Use vma->exec_entry as our double-entry placeholder This has the benefit of not requiring us to manipulate the vma->exec_link list when tearing down the execbuffer, and is a marginally cheaper test to detect the user error. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20170615081435.17699-2-chris@chris-wilson.co.uk