]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu: Use gmc->noretry instead of amdgpu_noretry directly
authorTimur Kristóf <timur.kristof@gmail.com>
Mon, 25 May 2026 11:45:01 +0000 (13:45 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 3 Jun 2026 17:50:10 +0000 (13:50 -0400)
commit003851b532f33a024f26feefb7e133ec413b7a6f
tree254c74db124c5706bd5d4467ff3af736b27323b1
parent629279e2e798cd161cf74f40aaebfeb16d45eb01
drm/amdgpu: Use gmc->noretry instead of amdgpu_noretry directly

Whether retry faults are actually enabled, is determined by
the amdgpu_gmc_noretry_set() function. The rest of the code
base should use gmc->noretry instead of the module parameter.

Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfxhub_v11_5_0.c
drivers/gpu/drm/amd/amdgpu/gfxhub_v12_0.c
drivers/gpu/drm/amd/amdgpu/gfxhub_v3_0.c
drivers/gpu/drm/amd/amdgpu/gfxhub_v3_0_3.c
drivers/gpu/drm/amd/amdgpu/mmhub_v3_0.c
drivers/gpu/drm/amd/amdgpu/mmhub_v3_0_1.c
drivers/gpu/drm/amd/amdgpu/mmhub_v3_0_2.c
drivers/gpu/drm/amd/amdgpu/mmhub_v3_3.c
drivers/gpu/drm/amd/amdgpu/mmhub_v4_1_0.c
drivers/gpu/drm/amd/amdgpu/mmhub_v4_2_0.c