xref: /linux/drivers/gpu/drm/amd/include/soc15_hw_ip.h (revision 570f7e331f5febb30f1384817463c7e42b65ca7d)
1 /*
2  * Copyright (C) 2018  Advanced Micro Devices, Inc.
3  *
4  * Permission is hereby granted, free of charge, to any person obtaining a
5  * copy of this software and associated documentation files (the "Software"),
6  * to deal in the Software without restriction, including without limitation
7  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8  * and/or sell copies of the Software, and to permit persons to whom the
9  * Software is furnished to do so, subject to the following conditions:
10  *
11  * The above copyright notice and this permission notice shall be included
12  * in all copies or substantial portions of the Software.
13  *
14  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
15  * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
17  * THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
18  * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20  */
21 #ifndef _soc15_hw_ip_HEADER
22 #define _soc15_hw_ip_HEADER
23 
24 // HW ID
25 #define MP1_HWID                                           1
26 #define MP2_HWID                                           2
27 #define THM_HWID                                           3
28 #define SMUIO_HWID                                         4
29 #define FUSE_HWID                                          5
30 #define CLKA_HWID                                          6
31 #define PWR_HWID                                          10
32 #define GC_HWID                                           11
33 #define UVD_HWID                                          12
34 #define VCN_HWID                                          UVD_HWID
35 #define AUDIO_AZ_HWID                                     13
36 #define ACP_HWID                                          14
37 #define DCI_HWID                                          15
38 #define DMU_HWID                                         271
39 #define DCO_HWID                                          16
40 #define DIO_HWID                                         272
41 #define XDMA_HWID                                         17
42 #define DCEAZ_HWID                                        18
43 #define DAZ_HWID                                         274
44 #define SDPMUX_HWID                                       19
45 #define NTB_HWID                                          20
46 #define VPE_HWID                                          21
47 #define UMSCH_HWID                                        22
48 #define IOHC_HWID                                         24
49 #define L2IMU_HWID                                        28
50 #define VCE_HWID                                          32
51 #define MMHUB_HWID                                        34
52 #define ATHUB_HWID                                        35
53 #define DBGU_NBIO_HWID                                    36
54 #define DFX_HWID                                          37
55 #define DBGU0_HWID                                        38
56 #define DBGU1_HWID                                        39
57 #define OSSSYS_HWID                                       40
58 #define HDP_HWID                                          41
59 #define SDMA0_HWID                                        42
60 #define SDMA1_HWID                                        43
61 #define ISP_HWID                                          44
62 #define DBGU_IO_HWID                                      45
63 #define DF_HWID                                           46
64 #define CLKB_HWID                                         47
65 #define FCH_HWID                                          48
66 #define DFX_DAP_HWID                                      49
67 #define L1IMU_PCIE_HWID                                   50
68 #define L1IMU_NBIF_HWID                                   51
69 #define L1IMU_IOAGR_HWID                                  52
70 #define L1IMU3_HWID                                       53
71 #define L1IMU4_HWID                                       54
72 #define L1IMU5_HWID                                       55
73 #define L1IMU6_HWID                                       56
74 #define L1IMU7_HWID                                       57
75 #define L1IMU8_HWID                                       58
76 #define L1IMU9_HWID                                       59
77 #define L1IMU10_HWID                                      60
78 #define L1IMU11_HWID                                      61
79 #define L1IMU12_HWID                                      62
80 #define L1IMU13_HWID                                      63
81 #define L1IMU14_HWID                                      64
82 #define L1IMU15_HWID                                      65
83 #define WAFLC_HWID                                        66
84 #define FCH_USB_PD_HWID                                   67
85 #define SDMA2_HWID                                        68
86 #define SDMA3_HWID                                        69
87 #define PCIE_HWID                                         70
88 #define PCS_HWID                                          80
89 #define DDCL_HWID                                         89
90 #define SST_HWID                                          90
91 #define LSDMA_HWID                                        91
92 #define IOAGR_HWID                                       100
93 #define NBIF_HWID                                        108
94 #define IOAPIC_HWID                                      124
95 #define SYSTEMHUB_HWID                                   128
96 #define NTBCCP_HWID                                      144
97 #define UMC_HWID                                         150
98 #define SATA_HWID                                        168
99 #define USB_HWID                                         170
100 #define CCXSEC_HWID                                      176
101 #define XGMI_HWID                                        200
102 #define XGBE_HWID                                        216
103 #define MP0_HWID                                         255
104 #define ATU_HWID                                         294
105 #define AIGC_HWID                                        295
106 
107 #endif
108