]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe: Rename send_tlb_inval_ppgtt to send_tlb_inval_asid_ppgtt
authorMatthew Brost <matthew.brost@intel.com>
Fri, 16 Jan 2026 22:17:27 +0000 (14:17 -0800)
committerMatthew Brost <matthew.brost@intel.com>
Sat, 17 Jan 2026 02:24:52 +0000 (18:24 -0800)
commitedcc15f489c4c30667b78418228d6a84dbf6a464
tree2d2f74b072cdb74a43f3c14a0099e47a8da8ac10
parent8d7a9f801ed72c6a2506bb26f2eec1f8245bface
drm/xe: Rename send_tlb_inval_ppgtt to send_tlb_inval_asid_ppgtt

Context-based TLB invalidations have their own set of GuC TLB
invalidation operations. Rename the current PPGTT invalidation function,
which operates on ASIDs, to a more descriptive name that reflects its
purpose.

Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Stuart Summers <stuart.summers@intel.com>
Tested-by: Stuart Summers <stuart.summers@intel.com>
Link: https://patch.msgid.link/20260116221731.868657-8-matthew.brost@intel.com
drivers/gpu/drm/xe/xe_guc_tlb_inval.c