commit | c99907c723c6f3f6cae63201ddfac610be13f997 | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Thu Nov 11 10:46:46 2021 +0100 |
committer | Christian König <christian.koenig@amd.com> | Tue Nov 30 15:59:33 2021 +0100 |
tree | a61811da7cd2727f30f9424b873548d016a65b04 | |
parent | f8be2c5971f48dacbd0e6daa44184dbb6f283dc4 [diff] |
dma-buf: make fence mandatory for dma_resv_add_excl_fence v2 Calling dma_resv_add_excl_fence() with the fence as NULL and expecting that that this frees up the fences is simply abuse of the internals of the dma_resv object. v2: drop the fence pruning completely. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20211129120659.1815-4-christian.koenig@amd.com