All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-xe] [CI] drm/xe: Always flush TLB on rebind.
@ 2023-06-13 10:19 Thomas Hellström
  2023-06-13 11:09 ` [Intel-xe] ✓ CI.Patch_applied: success for " Patchwork
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Thomas Hellström @ 2023-06-13 10:19 UTC (permalink / raw)
  To: intel-xe

Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
---
 drivers/gpu/drm/xe/xe_pt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/xe_pt.c b/drivers/gpu/drm/xe/xe_pt.c
index 2c472fafc811..e817fa9fe65e 100644
--- a/drivers/gpu/drm/xe/xe_pt.c
+++ b/drivers/gpu/drm/xe/xe_pt.c
@@ -1309,7 +1309,7 @@ __xe_pt_bind_vma(struct xe_tile *tile, struct xe_vma *vma, struct xe_engine *e,
 	 * non-faulting LR, in particular on user-space batch buffer chaining,
 	 * it needs to be done here.
 	 */
-	if ((rebind && !xe_vm_no_dma_fences(vm) && !vm->batch_invalidate_tlb) ||
+	if ((rebind && !xe_vm_no_dma_fences(vm)) ||
 	    (!rebind && vm->scratch_bo[tile->id] && xe_vm_in_compute_mode(vm))) {
 		ifence = kzalloc(sizeof(*ifence), GFP_KERNEL);
 		if (!ifence)
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-06-13 12:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-13 10:19 [Intel-xe] [CI] drm/xe: Always flush TLB on rebind Thomas Hellström
2023-06-13 11:09 ` [Intel-xe] ✓ CI.Patch_applied: success for " Patchwork
2023-06-13 11:10 ` [Intel-xe] ✗ CI.checkpatch: warning " Patchwork
2023-06-13 11:11 ` [Intel-xe] ✓ CI.KUnit: success " Patchwork
2023-06-13 11:15 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-06-13 11:15 ` [Intel-xe] ✓ CI.Hooks: " Patchwork
2023-06-13 11:16 ` [Intel-xe] ✓ CI.checksparse: " Patchwork
2023-06-13 12:01 ` [Intel-xe] ○ CI.BAT: info " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.