drm/amdgpu: Switch from system_highpri_wq to system_unbound_wq
authorAndrey Grodzovsky <andrey.grodzovsky@amd.com>
Wed, 11 Dec 2019 19:25:36 +0000 (14:25 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 18 Dec 2019 21:09:13 +0000 (16:09 -0500)
commitc96cf2823dfdc51d3a41addff671576c5a2f0862
tree30f47ecbd2daf2f9d668525982e015a4ed66cff0
parentc6a6e2db994528a3eaf1ed938a0b7a35b87b7fa4
drm/amdgpu: Switch from system_highpri_wq to system_unbound_wq

This is to avoid queueing jobs to same CPU during XGMI hive reset
because there is a strict timeline for when the reset commands
must reach all the GPUs in the hive.

Signed-off-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Reviewed-by: Le Ma <Le.Ma@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c