aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
diff options
context:
space:
mode:
authorOak Zeng <[email protected]>2020-05-20 11:00:58 -0500
committerAlex Deucher <[email protected]>2021-03-23 22:53:22 -0400
commit56237c6aef9f7d0b122108878485529812daa899 (patch)
tree229602825c9fbfe76aa616a22d1669bddc1cf2cd /drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
parenteb53aa398121fe9b47e44655c87dc277c976766d (diff)
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",