]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe: Invalidate media_gt TLBs
authorMatthew Brost <matthew.brost@intel.com>
Tue, 20 Aug 2024 16:01:29 +0000 (09:01 -0700)
committerMatthew Brost <matthew.brost@intel.com>
Wed, 21 Aug 2024 15:53:50 +0000 (08:53 -0700)
commit77cc3f6c58b1b28cee73904946c46a1415187d04
tree009f58677cccd10b75f599a2be2abd0a07dc9e73
parent32a42c93b74c8ca6d0915ea3eba21bceff53042f
drm/xe: Invalidate media_gt TLBs

Testing on LNL has shown media TLBs need to be invalidated via the GuC,
update xe_vm_invalidate_vma appropriately.

v2: Fix 2 tile case
v3: Include missing local change

Fixes: 3330361543fc ("drm/xe/lnl: Add LNL platform definition")
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240820160129.986889-1-matthew.brost@intel.com
drivers/gpu/drm/xe/xe_vm.c