OSDN Git Service

drm/i915/gem: Remove redundant exec_fence
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 13 May 2020 18:09:37 +0000 (19:09 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 13 May 2020 19:02:24 +0000 (20:02 +0100)
commit889333c772c50a3e50787aa1073a9f82dafb64f8
tree8fd0ca2b805e8e0370a985d7ef41fee967eda1f7
parentb2379ba2b9c207f6a76b4b8c3d7252a82cfd8f7d
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
drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c