]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amdgpu/gmc12: add amdgpu_vm_handle_fault() handling
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 13 Nov 2025 20:57:43 +0000 (15:57 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Jan 2026 09:14:52 +0000 (10:14 +0100)
commitc0cd4bfb729b43f2cfd9866d7619e2da5a971677
tree1a99fe69e3fd821b3b728a6ea7c02a313ab889e7
parentf9a4ec64a62674ab03abc9bb45c92c62985f2dca
drm/amdgpu/gmc12: add amdgpu_vm_handle_fault() handling

commit ff28ff98db6a8eeb469e02fb8bd1647b353232a9 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_v12_0.c