drm/xe: Add XE_VMA_PTE_64K VMA flag
authorMatthew Brost <matthew.brost@intel.com>
Mon, 19 Feb 2024 21:19:41 +0000 (13:19 -0800)
committerMatthew Brost <matthew.brost@intel.com>
Tue, 20 Feb 2024 16:39:34 +0000 (08:39 -0800)
commit15f0e0c2c46dddd8ee56d9b3db679fd302cc4b91
treee8c508148e63a3bf7cddccacde504d8c3225d595
parent19adaccef8b246182dc89a7470aa7758245efd5d
drm/xe: Add XE_VMA_PTE_64K VMA flag

Add XE_VMA_PTE_64K VMA flag to ensure skipping rebinds does not cross
64k page boundaries.

Fixes: 8f33b4f054fc ("drm/xe: Avoid doing rebinds")
Fixes: c47794bdd63d ("drm/xe: Set max pte size when skipping rebinds")
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240219211942.3633795-3-matthew.brost@intel.com
drivers/gpu/drm/xe/xe_pt.c
drivers/gpu/drm/xe/xe_vm.c
drivers/gpu/drm/xe/xe_vm_types.h