]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6ebf5d3afccaa1a0cb29fb737a2c3c6a099f035d
tree30f47ecbd2daf2f9d668525982e015a4ed66cff0
parent5ace9e25518e3515a88a107fe8b40531e8260f57
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