diff options
author | Tvrtko Ursulin <tvrtko.ursulin@igalia.com> | 2025-05-15 10:49:57 +0100 |
---|---|---|
committer | Tvrtko Ursulin <tursulin@ursulin.net> | 2025-06-03 17:38:04 +0100 |
commit | bf33a0003d9e3b0546f2d7e91bebfd67af59f275 (patch) | |
tree | f7e1cfcbbd9dacc1a003f7d6c032b1367ab488e0 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 22b929b25293208d9d34ff6fa783c6788e0b791c (diff) |
dma-fence: Use a flag for 64-bit seqnos
With the goal of reducing the need for drivers to touch (and dereference)
fence->ops, we move the 64-bit seqnos flag from struct dma_fence_ops to
the fence->flags.
Drivers which were setting this flag are changed to use new
dma_fence_init64() instead of dma_fence_init().
v2:
* Streamlined init and added kerneldoc.
* Rebase for amdgpu userq which landed since.
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com>
Reviewed-by: Christian König <christian.koenig@amd.com> # v1
Signed-off-by: Tvrtko Ursulin <tursulin@ursulin.net>
Link: https://lore.kernel.org/r/20250515095004.28318-3-tvrtko.ursulin@igalia.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions