diff options
| author | Philipp Stanner <phasta@kernel.org> | 2025-12-01 11:50:08 +0100 |
|---|---|---|
| committer | Philipp Stanner <phasta@kernel.org> | 2025-12-04 15:03:40 +0100 |
| commit | dbcd754b845987f7157260c15e80ae19da81c9df (patch) | |
| tree | 5c9c03d2e9330111d20f88d757bbd199ec8317cd /tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git | |
| parent | 06bc18e0def7d926265480faa555bf0b67a35a90 (diff) | |
drm/xe: Use dma_fence_check_and_signal_locked()
Xe is one of the few users utilizing the return code of
dma_fence_signal() to check whether a fence had already been signaled by
someone else.
To clean up and simplify the dma_fence API, the few kernel users relying
on that behavior shall be ported to an alternative function.
Replace dma_fence_signal_locked() with
dma_fence_check_and_signal_locked().
Acked-by: Christian König <christian.koenig@amd.com>
Acked-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Philipp Stanner <phasta@kernel.org>
Link: https://patch.msgid.link/20251201105011.19386-6-phasta@kernel.org
Diffstat (limited to 'tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions
