]> Gentwo Git Trees - linux/.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)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 2 Dec 2025 16:02:07 +0000 (11:02 -0500)
commit3f2289b56cd98f5741056bdb6e521324eff07ce5
tree7e79359e113f828adaf50844627b444d2023c3d2
parent0300e6d6ff63ff86f9acca65071ecbfff50eb575
drm/amdgpu/gmc11: add amdgpu_vm_handle_fault() handling

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>
drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c