commit | 143d9c3e7b6aa2b785abba04266ed75f2b52e94a | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Feb 25 08:22:23 2020 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Feb 25 15:52:19 2020 +0000 |
tree | ca8981a6e6f4efe980afb0138ec2f374278f221b | |
parent | 2c59fd06a062b86210e4d4c637501cb90517fd2b [diff] |
drm/i915: Drop assertion that active->fence is unchanged We cannot assert the fence is not yet changed as the next thread may change it prior to acquiring our lock. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Matthew Auld <matthew.auld@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200225082233.274530-1-chris@chris-wilson.co.uk