summaryrefslogtreecommitdiff
path: root/tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorMatt Roper <matthew.d.roper@intel.com>2025-12-02 14:25:52 -0800
committerMatt Roper <matthew.d.roper@intel.com>2025-12-03 07:31:29 -0800
commit688035f83ef0a3b492b9ff9748518d6d45b4f107 (patch)
tree7aa81b8bd1d6762a9b22aeac87ee10efdeabf00f /tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git
parent0f94e51b5320eacccc2626ab70b8d7e705332334 (diff)
drm/xe/sync: Use for_each_tlb_inval() to calculate invalidation fences
xe_sync_in_fence_get() uses the same kind of mismatched fence array allocation vs looping logic that was previously noted and changed by commit 0a4c2ddc711a ("drm/xe/vm: Use for_each_tlb_inval() to calculate invalidation fences"). As with that commit, the mismatch doesn't cause any problem at the moment since for_each_tlb_inval() loops the same number of times as XE_MAX_GT_PER_TILE (2). However we don't want to assume that these will always be the same in the future, so switch to using for_each_tlb_inval() in both places to future-proof the code. Reviewed-by: Matthew Brost <matthew.brost@intel.com> Link: https://patch.msgid.link/20251202222551.1858930-2-matthew.d.roper@intel.com Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Diffstat (limited to 'tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions