drm/xe/gt: tweak placement for signalling TLB fences after GT reset
authorMatthew Auld <matthew.auld@intel.com>
Mon, 10 Jul 2023 09:40:45 +0000 (10:40 +0100)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:35:23 +0000 (11:35 -0500)
commit7b24cc3e309f31ad77b2ed136ce7606e0b3f67bb
treeee3bed2d56c48bbf428e815fd0f529478471db74
parenta4d362bbed8c86a632b5e22bf64d9c5564e3766e
drm/xe/gt: tweak placement for signalling TLB fences after GT reset

Assumption here is that submission is disabled along with CT, and full
GT reset will also nuke TLBs, so should be safe to signal all in-flight
TLB fences, but only after the actual reset so move the placement
slightly.

Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Matthew Brost <matthew.brost@intel.com>
Cc: José Roberto de Souza <jose.souza@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_gt.c