]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu: add a helper for processing recoverable GPUVM faults
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 1 Dec 2025 19:46:53 +0000 (14:46 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 8 Dec 2025 19:14:38 +0000 (14:14 -0500)
commitd3ff65243a52afa85166abaa8d00a44c17691dbd
tree6ae38427430b7ce215e3435ba9e734ef9202743e
parenta50d32c41fb25d772cc1c47b6abed8fb811d58c2
drm/amdgpu: add a helper for processing recoverable GPUVM faults

Add a common helper to remove the repeated logic from each
gmc module.

Suggested-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h
drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c
drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c
drivers/gpu/drm/amd/amdgpu/gmc_v12_0.c
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c