]> www.infradead.org Git - users/hch/misc.git/commit
drm/amdgpu: Remove GC HW IP 9.3.0 from noretry=1
authorTim Van Patten <timvp@google.com>
Thu, 16 May 2024 17:57:25 +0000 (11:57 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 17 May 2024 21:40:38 +0000 (17:40 -0400)
commit1446226d32a45bb7c4f63195a59be8c08defe658
tree957b56454aff18fc643a91b6807e212cad485766
parenta1a9143c96ba185cda6ed193e7b13c77fc90dafc
drm/amdgpu: Remove GC HW IP 9.3.0 from noretry=1

The following commit updated gmc->noretry from 0 to 1 for GC HW IP
9.3.0:

    commit 5f3854f1f4e2 ("drm/amdgpu: add more cases to noretry=1")

This causes the device to hang when a page fault occurs, until the
device is rebooted. Instead, revert back to gmc->noretry=0 so the device
is still responsive.

Fixes: 5f3854f1f4e2 ("drm/amdgpu: add more cases to noretry=1")
Signed-off-by: Tim Van Patten <timvp@google.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c