drm/i915/gt: Move TLB invalidation to its own file
authorChris Wilson <chris.p.wilson@linux.intel.com>
Tue, 1 Aug 2023 14:19:52 +0000 (16:19 +0200)
committerAndi Shyti <andi.shyti@linux.intel.com>
Wed, 2 Aug 2023 13:40:11 +0000 (15:40 +0200)
commit568a2e6f0b12ee3750102032c665a183ac129f52
treea1ce7fc29050ada655959f6c79a757912e147afa
parentacf228cd3d749726cc6e2719a62d27aa26c3e430
drm/i915/gt: Move TLB invalidation to its own file

Prepare for supporting more TLB invalidation scenarios by moving
the current MMIO invalidation to its own file.

Signed-off-by: Chris Wilson <chris.p.wilson@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Signed-off-by: Andi Shyti <andi.shyti@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230801141955.383305-2-andi.shyti@linux.intel.com
drivers/gpu/drm/i915/Makefile
drivers/gpu/drm/i915/gem/i915_gem_pages.c
drivers/gpu/drm/i915/gt/intel_gt.c
drivers/gpu/drm/i915/gt/intel_gt.h
drivers/gpu/drm/i915/gt/intel_tlb.c [new file with mode: 0644]
drivers/gpu/drm/i915/gt/intel_tlb.h [new file with mode: 0644]
drivers/gpu/drm/i915/gt/selftest_tlb.c
drivers/gpu/drm/i915/i915_vma.c