diff options
author | Guchun Chen <guchun.chen@amd.com> | 2021-09-03 18:03:40 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-10-04 15:23:01 -0400 |
commit | de309ab3263e457ebb078fa41b2ff5db26353160 (patch) | |
tree | 9d6de6479ba8b823aaa710a39d42aa45e18414f6 /drivers/gpu/drm/amd/include/soc15_hw_ip.h | |
parent | 5eceb2019215fe38a9ce972193203d66f1d66f95 (diff) |
drm/amdgpu: add HWID of SDMA instance 2 and 3
They are missed.
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Guchun Chen <guchun.chen@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/include/soc15_hw_ip.h')
-rw-r--r-- | drivers/gpu/drm/amd/include/soc15_hw_ip.h | 2 |
1 files changed, 2 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 45ca4c921a66..c1519d20596a 100644 --- a/drivers/gpu/drm/amd/include/soc15_hw_ip.h +++ b/drivers/gpu/drm/amd/include/soc15_hw_ip.h @@ -80,6 +80,8 @@ #define L1IMU15_HWID 65 #define WAFLC_HWID 66 #define FCH_USB_PD_HWID 67 +#define SDMA2_HWID 68 +#define SDMA3_HWID 69 #define PCIE_HWID 70 #define PCS_HWID 80 #define DDCL_HWID 89 |