drm/xe: Adjust tile_present mask when skipping rebinds
authorMatthew Brost <matthew.brost@intel.com>
Tue, 31 Oct 2023 18:46:45 +0000 (11:46 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:43:33 +0000 (11:43 -0500)
commit81d11b9d6625d3c2a9ecf68f41f3575e653c0ac7
tree41397aeb8145a2b25d94b772462f6ad1097c525a
parentebb00b285bef8bcdc46ac4e344d5748539bdd213
drm/xe: Adjust tile_present mask when skipping rebinds

If a rebind is skipped the tile_present mask needs to be updated for the
newly created vma to properly reflect the state of the vma.

Reported-by: <christoph.manszewski@intel.com>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_vm.c