commit | 9d38814d1e346ea37a51cbf31f4424c9d059459e | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Sun Jun 06 11:46:33 2021 +0200 |
committer | Christian König <christian.koenig@amd.com> | Thu Jul 08 14:59:08 2021 +0200 |
tree | 5b3d567bb83bdb5fab98ff64afa5631daeb8b20b | |
parent | a0356899ebe8ecde0da9c5685cc47154db973a5e [diff] |
dma-buf: fix dma_resv_test_signaled test_all handling v2 As the name implies if testing all fences is requested we should indeed test all fences and not skip the exclusive one because we see shared ones. v2: fix logic once more 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/20210702111642.17259-3-christian.koenig@amd.com