Re: [PATCH 1/3] drm/amdgpu: Forward soft recovery errors to userspace

2024-08-02 Thread Christian König
Am 01.08.24 um 17:17 schrieb Friedrich Vock: Hi, I happened to come across an issue just now again where soft recovery fails to get reported to userspace properly, causing apps to submit hanging work in a loop (which ended up hanging the entire machine) - it seems like this patch never made it i

Re: [PATCH 1/3] drm/amdgpu: Forward soft recovery errors to userspace

2024-08-01 Thread Friedrich Vock
Hi, I happened to come across an issue just now again where soft recovery fails to get reported to userspace properly, causing apps to submit hanging work in a loop (which ended up hanging the entire machine) - it seems like this patch never made it into amd-staging-drm-next. Given that it has a

Re: [PATCH 1/3] drm/amdgpu: Forward soft recovery errors to userspace

2024-03-09 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Fri, Mar 8, 2024 at 3:43 AM Christian König wrote: > > Am 07.03.24 um 20:04 schrieb Joshua Ashton: > > As we discussed before[1], soft recovery should be > > forwarded to userspace, or we can get into a really > > bad state where apps will keep submitting hangi

Re: [PATCH 1/3] drm/amdgpu: Forward soft recovery errors to userspace

2024-03-08 Thread Christian König
Am 07.03.24 um 20:04 schrieb Joshua Ashton: As we discussed before[1], soft recovery should be forwarded to userspace, or we can get into a really bad state where apps will keep submitting hanging command buffers cascading us to a hard reset. Marek you are in favor of this like forever.  So I w

[PATCH 1/3] drm/amdgpu: Forward soft recovery errors to userspace

2024-03-07 Thread Joshua Ashton
As we discussed before[1], soft recovery should be forwarded to userspace, or we can get into a really bad state where apps will keep submitting hanging command buffers cascading us to a hard reset. 1: https://lore.kernel.org/all/bf23d5ed-9a6b-43e7-84ee-8cbfd0d60...@froggi.es/ Signed-off-by: Joshu