Re: [PATCH] drm/xe: Failed getting VMA cause display stuck

2024-03-17 Thread Matthew Brost
On Mon, Mar 18, 2024 at 04:43:12AM +, Matthew Brost wrote: > On Mon, Mar 18, 2024 at 12:12:44PM +0800, wangxiaoming321 wrote: > > The failure of binding VMA is duing to interrupt, > > So it needs to retry while return fail. > > > > Signed-off-by: wangxiaoming321 > > --- > > drivers/gpu/drm/x

Re: [PATCH] drm/xe: Failed getting VMA cause display stuck

2024-03-17 Thread Matthew Brost
On Mon, Mar 18, 2024 at 12:12:44PM +0800, wangxiaoming321 wrote: > The failure of binding VMA is duing to interrupt, > So it needs to retry while return fail. > > Signed-off-by: wangxiaoming321 > --- > drivers/gpu/drm/xe/xe_vm.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/driver

[PATCH] drm/xe: Failed getting VMA cause display stuck

2024-03-17 Thread wangxiaoming321
The failure of binding VMA is duing to interrupt, So it needs to retry while return fail. Signed-off-by: wangxiaoming321 --- 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