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)
commit126bbd4ab524160e63725d04e838c0f18c917e11
tree329a2d65d8dca12b873ef22b46f7d6145e87ece7
parent502f0e28042b4ef271c70f54dc2e4feb230fdb64
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