]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Ignore submit-fences on the same timeline
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 8 May 2020 09:29:25 +0000 (10:29 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 8 May 2020 11:38:54 +0000 (12:38 +0100)
commit8a7489320a051471f6d1202bdd63e458675a472d
tree211e50699975e0ceb8d71ecd68211f78c42dfaaa
parent1357c8300f1bc0b1175ac1f3b5a834a9590ced91
drm/i915: Ignore submit-fences on the same timeline

While we ordinarily do not skip submit-fences due to the accompanying
hook that we want to callback on execution, a submit-fence on the same
timeline is meaningless.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200508092933.738-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_request.c