Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/xe: Failed getting VMA cause display stuck
@ 2024-03-18  4:12 wangxiaoming321
  2024-03-18  4:17 ` ✓ CI.Patch_applied: success for " Patchwork
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: wangxiaoming321 @ 2024-03-18  4:12 UTC (permalink / raw)
  To: lucas.demarchi, ogabbay, thomas.hellstrom, maarten.lankhorst,
	mripard, tzimmermann, airlied, daniel, intel-xe, dri-devel,
	linux-kernel
  Cc: wangxiaoming321

The failure of binding VMA is duing to interrupt,
So it needs to retry while return fail.

Signed-off-by: wangxiaoming321 <xiaoming.wang@intel.com>
---
 drivers/gpu/drm/xe/xe_vm.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/gpu/drm/xe/xe_vm.c b/drivers/gpu/drm/xe/xe_vm.c
index 99aa5ffb0ef1..d33476b631e1 100644
--- a/drivers/gpu/drm/xe/xe_vm.c
+++ b/drivers/gpu/drm/xe/xe_vm.c
@@ -2621,6 +2621,9 @@ static int __xe_vma_op_execute(struct xe_vm *vm, struct xe_vma *vma,
 	}
 	drm_exec_fini(&exec);
 
+	if (err == -ERESTARTSYS)
+		goto retry_userptr;
+
 	if (err == -EAGAIN) {
 		lockdep_assert_held_write(&vm->lock);
 
-- 
2.25.1


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

end of thread, other threads:[~2024-03-18  5:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-18  4:12 [PATCH] drm/xe: Failed getting VMA cause display stuck wangxiaoming321
2024-03-18  4:17 ` ✓ CI.Patch_applied: success for " Patchwork
2024-03-18  4:17 ` ✓ CI.checkpatch: " Patchwork
2024-03-18  4:18 ` ✓ CI.KUnit: " Patchwork
2024-03-18  4:29 ` ✓ CI.Build: " Patchwork
2024-03-18  4:31 ` ✓ CI.Hooks: " Patchwork
2024-03-18  4:33 ` ✓ CI.checksparse: " Patchwork
2024-03-18  4:43 ` [PATCH] " Matthew Brost
2024-03-18  5:23   ` Matthew Brost
2024-03-18  4:54 ` ✓ CI.BAT: success for " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox