]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: To flush tlb for MMHUB of RAVEN series
authorRuili Ji <ruiliji2@amd.com>
Wed, 22 Jun 2022 06:20:22 +0000 (14:20 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 29 Jun 2022 18:50:51 +0000 (14:50 -0400)
commit89cb73a7e379240a377b2ee4b5663389f118b9f0
tree20fd7c03ec18883462f58d69caa7ab7b0777f700
parent74e632979a7cb535437d63e2eca1d3504fcc42ab
drm/amdgpu: To flush tlb for MMHUB of RAVEN series

amdgpu: [mmhub0] no-retry page fault (src_id:0 ring:40 vmid:8 pasid:32769, for process test_basic pid 3305 thread test_basic pid 3305)
amdgpu: in page starting at address 0x00007ff990003000 from IH client 0x12 (VMC)
amdgpu: VM_L2_PROTECTION_FAULT_STATUS:0x00840051
amdgpu: Faulty UTCL2 client ID: MP1 (0x0)
amdgpu: MORE_FAULTS: 0x1
amdgpu: WALKER_ERROR: 0x0
amdgpu: PERMISSION_FAULTS: 0x5
amdgpu: MAPPING_ERROR: 0x0
amdgpu: RW: 0x1

When memory is allocated by kfd, no one triggers the tlb flush for MMHUB0.
There is page fault from MMHUB0.

v2:fix indentation
v3:change subject and fix indentation

Signed-off-by: Ruili Ji <ruiliji2@amd.com>
Reviewed-by: Philip Yang <philip.yang@amd.com>
Reviewed-by: Aaron Liu <aaron.liu@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c