drm/xe: Break of TLB invalidation into its own file
authorMatthew Brost <matthew.brost@intel.com>
Wed, 18 Jan 2023 04:31:24 +0000 (20:31 -0800)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 19 Dec 2023 23:27:45 +0000 (18:27 -0500)
commita9351846d94568d96e7400be343392c58e4f82e6
tree49e5af59b95dae63c7ce4466b0bcb874e714bc1b
parent5b643660875d01c203782a86ac5e3353849bc513
drm/xe: Break of TLB invalidation into its own file

TLB invalidation is used by more than USM (page faults) so break this
code out into its own file.

Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/Makefile
drivers/gpu/drm/xe/xe_gt.c
drivers/gpu/drm/xe/xe_gt_debugfs.c
drivers/gpu/drm/xe/xe_gt_pagefault.c
drivers/gpu/drm/xe/xe_gt_pagefault.h
drivers/gpu/drm/xe/xe_gt_tlb_invalidation.c [new file with mode: 0644]
drivers/gpu/drm/xe/xe_gt_tlb_invalidation.h [new file with mode: 0644]
drivers/gpu/drm/xe/xe_guc_ct.c
drivers/gpu/drm/xe/xe_vm.c