drm/amdgpu: cleanup gmc_v10_0_flush_gpu_tlb_pasid
authorChristian König <christian.koenig@amd.com>
Mon, 4 Sep 2023 11:24:51 +0000 (13:24 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2023 20:55:09 +0000 (16:55 -0400)
commit72cc99205c0b6706b361fb27ccc62564587cadcb
treeab903f4354dfbeb07d151f8aadfac5fc5a4abab0
parente7b90e99fa8fd65bc37628c0ba8a7363e8757f3e
drm/amdgpu: cleanup gmc_v10_0_flush_gpu_tlb_pasid

The same PASID can be used by more than one VMID, reset each of them.

Use the common KIQ handling.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c