commit | 93db1cb4029290125048bca712d7f6c916a6e02e | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed Jan 08 15:35:49 2020 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Jan 09 08:53:15 2020 +0000 |
tree | f00954675c874c9056d2035157858c0a2f0a6e8e | |
parent | 6e8b0f53c328c4065c53bca4577f428ddd11b103 [diff] |
drm/i915: Early return for no-op i915_vma_pin_fence() If we have no fence and desire no fence on the vma, return before we try and take the vm->mutex. 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/20200108153550.3803446-1-chris@chris-wilson.co.uk