diff options
| author | Matthew Brost <matthew.brost@intel.com> | 2023-01-17 20:31:24 -0800 |
|---|---|---|
| committer | Rodrigo Vivi <rodrigo.vivi@intel.com> | 2023-12-19 18:27:45 -0500 |
| commit | a9351846d94568d96e7400be343392c58e4f82e6 (patch) | |
| tree | 49e5af59b95dae63c7ce4466b0bcb874e714bc1b /drivers/gpu/drm/xe/xe_gt_debugfs.c | |
| parent | 5b643660875d01c203782a86ac5e3353849bc513 (diff) | |
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>
Diffstat (limited to 'drivers/gpu/drm/xe/xe_gt_debugfs.c')
| -rw-r--r-- | drivers/gpu/drm/xe/xe_gt_debugfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/xe/xe_gt_debugfs.c b/drivers/gpu/drm/xe/xe_gt_debugfs.c index cd1888784141..01303bbe073c 100644 --- a/drivers/gpu/drm/xe/xe_gt_debugfs.c +++ b/drivers/gpu/drm/xe/xe_gt_debugfs.c @@ -12,6 +12,7 @@ #include "xe_gt_debugfs.h" #include "xe_gt_mcr.h" #include "xe_gt_pagefault.h" +#include "xe_gt_tlb_invalidation.h" #include "xe_gt_topology.h" #include "xe_hw_engine.h" #include "xe_macros.h" |
