summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/include
diff options
context:
space:
mode:
authorHawking Zhang <Hawking.Zhang@amd.com>2025-02-03 22:14:41 +0800
committerAlex Deucher <alexander.deucher@amd.com>2025-12-08 13:56:29 -0500
commit923a3c20f0e105fdfd17c3e61d383543df18d149 (patch)
tree3c686b157ef76e6eba81162b35a8be809e86337a /drivers/gpu/drm/amd/include
parenteaf5a2425e058ea08e7ffe5d46b1eb743c30ca92 (diff)
drm/amdgpu: Add hwid for ATU
Add hwid for Address Translation Unit (ATU) Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com> Reviewed-by: Likun Gao <Likun.Gao@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/include')
-rw-r--r--drivers/gpu/drm/amd/include/soc15_hw_ip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/include/soc15_hw_ip.h b/drivers/gpu/drm/amd/include/soc15_hw_ip.h
index dad83037793a..c2efc2d2bee1 100644
--- a/drivers/gpu/drm/amd/include/soc15_hw_ip.h
+++ b/drivers/gpu/drm/amd/include/soc15_hw_ip.h
@@ -100,5 +100,6 @@
#define XGMI_HWID 200
#define XGBE_HWID 216
#define MP0_HWID 255
+#define ATU_HWID 294
#endif