]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: extend xnack limit page fault timeout
authorAlex Sierra <alex.sierra@amd.com>
Mon, 12 Apr 2021 18:34:57 +0000 (13:34 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 23 Apr 2021 21:16:20 +0000 (17:16 -0400)
commit4e26496cd4d12fd4f143741eb1c56306b4a66f85
tree329a2d65d8dca12b873ef22b46f7d6145e87ece7
parent626fff40bb643fa2862cf04aa58c68f5ea0b5437
drm/amdgpu: extend xnack limit page fault timeout

Extending this timeout will prevent IH from storm interrupts coming
from SDMA while a page fault is active. Currently, on Aldebaran,
handling that many interrupts can take a lot of CPU time
(up to 4 seconds).
This eventually causes timeouts in other tasks.

Signed-off-by: Alex Sierra <alex.sierra@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c