summaryrefslogtreecommitdiff
path: root/tests/dmabuf_sync_file.c
AgeCommit message (Collapse)Author
2022-06-08tests/dmabuf: Add tests for sync_file import (v5)Jason Ekstrand
v2 (Jason Ekstrand): - Put the skip for igt_rwquire_sw_sync() in the subtests v3 (Jason Ekstrand): - Use a separate igt_require(has_dmabuf_import_sync_file()) - Tag as RFC because the kernel patches are RFC v4 (Jason Ekstrand): - Rework the tests with the new semantics; import no longer tries to guarantee writes finish after reads. v5 (Kamil Konieczny): - Add igt_describe() for each subtest Signed-off-by: Jason Ekstrand <jason@jlekstrand.net> Signed-off-by: Jason Ekstrand <jason.ekstrand@intel.com> Signed-off-by: Jason Ekstrand <jason.ekstrand@collabora.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2022-06-08tests/dmabuf: Add tests for sync_file export (v6)Jason Ekstrand
v2 (Jason Ekstrand): - Rename subtests to have "export" in the name v3 (Jason Ekstrand): - Add an export-before-signal subtest v4 (Jason Ekstrand): - Test both via sync_file and via poll to ensure the semantics match properly. v5 (Kamil Konieczny): - Add igt_describe() for each subtest v6 (Kamil Konieczny): - Use SPDX license headers - Tweak the test description a bit Signed-off-by: Jason Ekstrand <jason@jlekstrand.net> Signed-off-by: Jason Ekstrand <jason.ekstrand@intel.com> Signed-off-by: Jason Ekstrand <jason.ekstrand@collabora.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>