]> Gentwo Git Trees - linux/.git/commit
drm/xe: s/tlb_invalidation/tlb_inval
authorMatthew Brost <matthew.brost@intel.com>
Tue, 26 Aug 2025 18:29:05 +0000 (18:29 +0000)
committerMatthew Brost <matthew.brost@intel.com>
Wed, 27 Aug 2025 18:49:00 +0000 (11:49 -0700)
commitc697ddcf27bd5c71b89539a9b79b7d078777b394
treeed2fe148043dd31adb2fa93cd6887cb57ba109d0
parent76186a253a4b9eb41c5a83224c14efdf30960a71
drm/xe: s/tlb_invalidation/tlb_inval

tlb_invalidation is a bit verbose leading to ugly wraps in the code,
shorten to tlb_inval.

Signed-off-by: Stuart Summers <stuart.summers@intel.com>
Reviewed-by: Stuart Summers <stuart.summers@intel.com>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Link: https://lore.kernel.org/r/20250826182911.392550-4-stuart.summers@intel.com
21 files changed:
drivers/gpu/drm/xe/Makefile
drivers/gpu/drm/xe/xe_device_types.h
drivers/gpu/drm/xe/xe_exec_queue.c
drivers/gpu/drm/xe/xe_ggtt.c
drivers/gpu/drm/xe/xe_gt.c
drivers/gpu/drm/xe/xe_gt_pagefault.c
drivers/gpu/drm/xe/xe_gt_tlb_inval.c [moved from drivers/gpu/drm/xe/xe_gt_tlb_invalidation.c with 61% similarity]
drivers/gpu/drm/xe/xe_gt_tlb_inval.h [new file with mode: 0644]
drivers/gpu/drm/xe/xe_gt_tlb_inval_job.c
drivers/gpu/drm/xe/xe_gt_tlb_inval_types.h [moved from drivers/gpu/drm/xe/xe_gt_tlb_invalidation_types.h with 55% similarity]
drivers/gpu/drm/xe/xe_gt_tlb_invalidation.h [deleted file]
drivers/gpu/drm/xe/xe_gt_types.h
drivers/gpu/drm/xe/xe_guc_ct.c
drivers/gpu/drm/xe/xe_lmtt.c
drivers/gpu/drm/xe/xe_pci.c
drivers/gpu/drm/xe/xe_pci_types.h
drivers/gpu/drm/xe/xe_svm.c
drivers/gpu/drm/xe/xe_trace.h
drivers/gpu/drm/xe/xe_vm.c
drivers/gpu/drm/xe/xe_vm.h
drivers/gpu/drm/xe/xe_vm_madvise.c