commit | 93505ee7d05e836fd18894019e93c3875198fcc5 | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Mon Aug 05 11:14:27 2019 +0200 |
committer | Christian König <christian.koenig@amd.com> | Wed Aug 07 12:39:52 2019 +0200 |
tree | 897d789bc045b7aa0d249be051cace480cfcba70 | |
parent | 178e5f3a5bc1d67d1248a74c0abab41040abe7c4 [diff] |
dma-buf: fix busy wait for new shared fences When reservation_object_add_shared_fence is replacing an old fence with a new one we should not drop the old one before the new one is in place. Otherwise other cores can busy wait for the new one to appear. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/322030/