diff options
| author | Hawking Zhang <Hawking.Zhang@amd.com> | 2025-07-23 16:53:30 +0800 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2025-12-08 13:56:29 -0500 |
| commit | 27a136eaa3968fa0d4c9504891c646d3374e3372 (patch) | |
| tree | 17fa186f890ee9a11095fae1d64b5c9d7604109a /drivers/gpu/drm/amd/include | |
| parent | 923a3c20f0e105fdfd17c3e61d383543df18d149 (diff) | |
drm/amdgpu: Add hwid for AIGC
Add hwid for a new ip block named AIGC
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.h | 1 |
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 c2efc2d2bee1..a20e59584dde 100644 --- a/drivers/gpu/drm/amd/include/soc15_hw_ip.h +++ b/drivers/gpu/drm/amd/include/soc15_hw_ip.h @@ -101,5 +101,6 @@ #define XGBE_HWID 216 #define MP0_HWID 255 #define ATU_HWID 294 +#define AIGC_HWID 295 #endif |
