diff options
author | Matthew Brost <matthew.brost@intel.com> | 2024-02-22 15:20:20 -0800 |
---|---|---|
committer | Matthew Brost <matthew.brost@intel.com> | 2024-02-23 11:44:57 -0800 |
commit | 3121fed0c51beb8ea7b18ab2ceff1ac9e358ac53 (patch) | |
tree | 53d52247a310bc8d79d0a46dc7fd8b658bf94e3d /drivers/gpu/drm/xe/xe_gt_tlb_invalidation.h | |
parent | ddadc7120d4be7a40a9745924339c472c5850d14 (diff) | |
download | lwn-3121fed0c51beb8ea7b18ab2ceff1ac9e358ac53.tar.gz lwn-3121fed0c51beb8ea7b18ab2ceff1ac9e358ac53.zip |
drm/xe: Cleanup some layering in GGTT
xe_ggtt.c touched GuC layers which is incorrect. Call into
xe_gt_tlb_invalidation layer instead.
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240222232021.3911545-3-matthew.brost@intel.com
Diffstat (limited to 'drivers/gpu/drm/xe/xe_gt_tlb_invalidation.h')
-rw-r--r-- | drivers/gpu/drm/xe/xe_gt_tlb_invalidation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/xe_gt_tlb_invalidation.h b/drivers/gpu/drm/xe/xe_gt_tlb_invalidation.h index b333c1709397..fbb743d80d2c 100644 --- a/drivers/gpu/drm/xe/xe_gt_tlb_invalidation.h +++ b/drivers/gpu/drm/xe/xe_gt_tlb_invalidation.h @@ -16,7 +16,7 @@ struct xe_vma; int xe_gt_tlb_invalidation_init(struct xe_gt *gt); void xe_gt_tlb_invalidation_reset(struct xe_gt *gt); -int xe_gt_tlb_invalidation_guc(struct xe_gt *gt); +int xe_gt_tlb_invalidation_ggtt(struct xe_gt *gt); int xe_gt_tlb_invalidation_vma(struct xe_gt *gt, struct xe_gt_tlb_invalidation_fence *fence, struct xe_vma *vma); |