Re: [PATCH] drm/amdgpu: Avoid another list of reset devices

2022-08-03 Thread Zhang, Hawking
xander Subject: [PATCH] drm/amdgpu: Avoid another list of reset devices A list of devices to be reset are already created in amdgpu_device_gpu_recover function. Creating another list with the same nodes is incorrect and not supported in list_head. Instead, pass the device list as part of reset c

[PATCH] drm/amdgpu: Avoid another list of reset devices

2022-08-03 Thread Lijo Lazar
A list of devices to be reset are already created in amdgpu_device_gpu_recover function. Creating another list with the same nodes is incorrect and not supported in list_head. Instead, pass the device list as part of reset context. Fixes: 9e08564727fc (drm/amdgpu: Refactor mode2 reset logic for