]> www.infradead.org Git - users/hch/configfs.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)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 27 Aug 2024 13:31:28 +0000 (09:31 -0400)
commit1eb52589a299f8b29df0f214206da6616e33a8b6
treea8bde1882f0b439dc771e38842ea259dfb836559
parent5be63fc19fcaa4c236b307420483578a56986a37
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
(cherry picked from commit 77cc3f6c58b1b28cee73904946c46a1415187d04)
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_vm.c