Re: [PATCH] drm/amdgpu: fix error handling in amdgpu_vm_init

2023-11-06 Thread Christian König
Am 01.11.23 um 23:00 schrieb Felix Kuehling: On 2023-10-31 11:18, Alex Deucher wrote: On Tue, Oct 31, 2023 at 11:12 AM Christian König wrote: When clearing the root PD fails we need to properly release it again. Signed-off-by: Christian König Acked-by: Alex Deucher Has this been submitted?

Re: [PATCH] drm/amdgpu: fix error handling in amdgpu_vm_init

2023-11-01 Thread Felix Kuehling
On 2023-10-31 11:18, Alex Deucher wrote: On Tue, Oct 31, 2023 at 11:12 AM Christian König wrote: When clearing the root PD fails we need to properly release it again. Signed-off-by: Christian König Acked-by: Alex Deucher Has this been submitted? I see some intermittent failures in the PSDB

Re: [PATCH] drm/amdgpu: fix error handling in amdgpu_vm_init

2023-10-31 Thread Alex Deucher
On Tue, Oct 31, 2023 at 11:12 AM Christian König wrote: > > When clearing the root PD fails we need to properly release it again. > > Signed-off-by: Christian König Acked-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 31 +- > 1 file changed, 16 inse