UPSTREAM: dma-buf/sync-file: fix logic error in new fence merge code
When the array is empty because everything is signaled we can't use add_fence() to add something because that would filter the signaled fence again. Change-Id: I94ddd92e7668ecf82c9b6f8ce21263ac723e5c6b Signed-off-by:Christian König <christian.koenig@amd.com> Fixes: 519f490d ("dma-buf/sync-file: fix warning about fence containers") Reviewed-by:
Thomas Hellström <thomas.hellstrom@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20220329070001.134180-1-christian.koenig@amd.com (cherry picked from commit 21d139d7) Bug: 394776841 Bug: 397845301 Signed-off-by:
T.J. Mercier <tjmercier@google.com>
Loading
Please register or sign in to comment