]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amdgpu/gmc11: add amdgpu_vm_handle_fault() handling
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 13 Nov 2025 20:55:19 +0000 (15:55 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Jan 2026 09:17:15 +0000 (10:17 +0100)
commitb89cd47c4c92b5864488ea80556191a7a1b7074e
tree325f4fb10e83887e302f074d1ae24add4981b9b3
parent16a3106cff4aeac48f17dda67f3be8548300a563
drm/amdgpu/gmc11: add amdgpu_vm_handle_fault() handling

commit 3f2289b56cd98f5741056bdb6e521324eff07ce5 upstream.

We need to call amdgpu_vm_handle_fault() on page fault
on all gfx9 and newer parts to properly update the
page tables, not just for recoverable page faults.

Cc: stable@vger.kernel.org
Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c