]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe/migrate: use XE_BO_FLAG_PAGETABLE
authorMatthew Auld <matthew.auld@intel.com>
Tue, 26 Nov 2024 18:13:01 +0000 (18:13 +0000)
committerThomas Hellström <thomas.hellstrom@linux.intel.com>
Thu, 28 Nov 2024 14:22:36 +0000 (15:22 +0100)
commitc78f4399188369a55eed69cbf19a8aad2a65ac75
tree0ece78a6c799f9ae526aafe468ebfc6a694f921b
parent23346f85163de83aca6dc30dde3944131cf54706
drm/xe/migrate: use XE_BO_FLAG_PAGETABLE

On some HW we want to avoid the host caching PTEs, since access from GPU
side can be incoherent. However here the special migrate object is
mapping PTEs which are written from the host and potentially cached. Use
XE_BO_FLAG_PAGETABLE to ensure that non-cached mapping is used, on
platforms where this matters.

Fixes: 7a060d786cc1 ("drm/xe/mtl: Map PPGTT as CPU:WC")
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Matthew Brost <matthew.brost@intel.com>
Cc: Nirmoy Das <nirmoy.das@intel.com>
Cc: <stable@vger.kernel.org> # v6.8+
Reviewed-by: Nirmoy Das <nirmoy.das@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241126181259.159713-4-matthew.auld@intel.com
(cherry picked from commit febc689b27d28973cd02f667548a5dca383d859a)
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
drivers/gpu/drm/xe/xe_migrate.c