]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: default noretry=0 for navi1x and newer (v2)
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 30 Nov 2020 18:55:45 +0000 (13:55 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 1 Dec 2020 21:04:17 +0000 (16:04 -0500)
commit8c08a77521389909fbff10734e285a97e5c0863b
tree106650143b9c7405046bdab29890dfa41e794908
parentb0cbc236f9a3c897dd7965b5366e594bfd479a6a
drm/amdgpu: default noretry=0 for navi1x and newer (v2)

There are no performance advantages to setting it to 1 and
it causes stability issues in some cases.

v2: simplify the code

Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/1374
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c