Re: [PATCH v3 3/3] drm/amdgpu: Implement concurrent asic reset for XGMI.

2018-12-03 Thread Deucher, Alexander
...@gmail.com; Xu, Feifei Cc: Grodzovsky, Andrey Subject: [PATCH v3 3/3] drm/amdgpu: Implement concurrent asic reset for XGMI. Use per hive wq to concurrently send reset commands to all nodes in the hive. v2: Switch to system_highpri_wq after dropping dedicated queue. Fix non XGMI code path KASAN error

[PATCH v3 3/3] drm/amdgpu: Implement concurrent asic reset for XGMI.

2018-11-30 Thread Andrey Grodzovsky
Use per hive wq to concurrently send reset commands to all nodes in the hive. v2: Switch to system_highpri_wq after dropping dedicated queue. Fix non XGMI code path KASAN error. Stop the hive reset for each node loop if there is a reset failure on any of the nodes. Signed-off-by: Andrey Grodzovs