drm/amdgpu: complement the IH node_id table for multiple AIDs
authorLe Ma <le.ma@amd.com>
Fri, 25 Feb 2022 07:14:19 +0000 (15:14 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Jun 2023 13:43:50 +0000 (09:43 -0400)
commit0d81101c190d1835f1bfba85dc3d65b9f9cacd68
tree2182cb404319b19d19570d4d1eb1ff8da1788eda
parented42f2cc3b56955310a16da726886e684ed88432
drm/amdgpu: complement the IH node_id table for multiple AIDs

With different node_id, the SDMA interrupt from multiple AIDs can be
distinguished by sw driver.

Signed-off-by: Le Ma <le.ma@amd.com>
Acked-by: Felix Kuehling <Felix.Kuehling@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
drivers/gpu/drm/amd/amdgpu/amdgpu_irq.h
drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c