]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: make sure retry faults are handled in a work item on Vega
authorChristian König <christian.koenig@amd.com>
Sat, 31 Oct 2020 17:46:59 +0000 (18:46 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 24 Nov 2020 17:06:49 +0000 (12:06 -0500)
commit51f7a5874dcbf2fb43857071a9afed1195c1b9ca
tree2f2c5a4288d31d2882feb18d03efe6676685cee7
parentaab24fa67d2b90f9bf92a0b577ed6f4fa0507cd3
drm/amdgpu: make sure retry faults are handled in a work item on Vega

Looks like we can't enabled the IH1/IH2 feature for Vega20, make sure
retry faults are handled on a separate ring anyway.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c