aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
diff options
context:
space:
mode:
authorOak Zeng <[email protected]>2020-05-20 16:00:58 +0000
committerAlex Deucher <[email protected]>2021-03-24 02:53:22 +0000
commit56237c6aef9f7d0b122108878485529812daa899 (patch)
tree229602825c9fbfe76aa616a22d1669bddc1cf2cd /drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
parentdrm/amdgpu/vcn2.6: Add vcn2.6 support (diff)
downloadkernel-56237c6aef9f7d0b122108878485529812daa899.tar.gz
kernel-56237c6aef9f7d0b122108878485529812daa899.zip
drm/amdgpu: Fix IH client ID naming table
Client ID 26 is reserved. Add it to the table. Signed-off-by: Oak Zeng <[email protected]> Reviewed-by: Le Ma <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
index eea2bbbbb3df..9ab8d7db19f9 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
@@ -92,6 +92,7 @@ const char *soc15_ih_clientid_name[] = {
"DF",
"SDMA7 or VCE1",
"PWR",
+ "reserved",
"UTCL2",
"EA",
"UTCL2LOG",