commit | 889333c772c50a3e50787aa1073a9f82dafb64f8 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed May 13 19:09:37 2020 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed May 13 20:02:24 2020 +0100 |
tree | 8fd0ca2b805e8e0370a985d7ef41fee967eda1f7 | |
parent | b2379ba2b9c207f6a76b4b8c3d7252a82cfd8f7d [diff] |
drm/i915/gem: Remove redundant exec_fence Since there can only be one of in_fence/exec_fence, just use the single in_fence local. v2: Consolidate lookup Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com> Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200513180937.28992-1-chris@chris-wilson.co.uk