浏览代码

drm/amd/include:cleanup vega10 header files.

Remove asic_reg/vega10 folder.

Signed-off-by: Feifei Xu <Feifei.Xu@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Feifei Xu 7 年之前
父节点
当前提交
fb960bd283
共有 32 个文件被更改,包括 36 次插入36 次删除
  1. 1 1
      drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c
  2. 2 2
      drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
  3. 2 2
      drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.c
  4. 2 2
      drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
  5. 2 2
      drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c
  6. 1 1
      drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c
  7. 2 2
      drivers/gpu/drm/amd/amdgpu/nbio_v6_1.c
  8. 2 2
      drivers/gpu/drm/amd/amdgpu/nbio_v7_0.c
  9. 1 1
      drivers/gpu/drm/amd/amdgpu/psp_v10_0.c
  10. 1 1
      drivers/gpu/drm/amd/amdgpu/psp_v3_1.c
  11. 1 1
      drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
  12. 1 1
      drivers/gpu/drm/amd/amdgpu/soc15.c
  13. 1 1
      drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c
  14. 1 1
      drivers/gpu/drm/amd/amdgpu/vce_v4_0.c
  15. 1 1
      drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c
  16. 1 1
      drivers/gpu/drm/amd/amdgpu/vega10_ih.c
  17. 1 1
      drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
  18. 1 1
      drivers/gpu/drm/amd/display/dc/dce120/dce120_hw_sequencer.c
  19. 1 1
      drivers/gpu/drm/amd/display/dc/dce120/dce120_resource.c
  20. 1 1
      drivers/gpu/drm/amd/display/dc/dce120/dce120_timing_generator.c
  21. 1 1
      drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c
  22. 1 1
      drivers/gpu/drm/amd/display/dc/gpio/dce120/hw_factory_dce120.c
  23. 1 1
      drivers/gpu/drm/amd/display/dc/gpio/dce120/hw_translate_dce120.c
  24. 1 1
      drivers/gpu/drm/amd/display/dc/gpio/dcn10/hw_factory_dcn10.c
  25. 1 1
      drivers/gpu/drm/amd/display/dc/gpio/dcn10/hw_translate_dcn10.c
  26. 1 1
      drivers/gpu/drm/amd/display/dc/i2caux/dce120/i2caux_dce120.c
  27. 1 1
      drivers/gpu/drm/amd/display/dc/i2caux/dcn10/i2caux_dcn10.c
  28. 1 1
      drivers/gpu/drm/amd/display/dc/irq/dce120/irq_service_dce120.c
  29. 1 1
      drivers/gpu/drm/amd/display/dc/irq/dcn10/irq_service_dcn10.c
  30. 0 0
      drivers/gpu/drm/amd/include/soc15ip.h
  31. 0 0
      drivers/gpu/drm/amd/include/vega10_enum.h
  32. 1 1
      drivers/gpu/drm/amd/powerplay/inc/pp_soc15.h

+ 1 - 1
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c

@@ -35,7 +35,7 @@
 #include "soc15d.h"
 #include "soc15d.h"
 #include "soc15_common.h"
 #include "soc15_common.h"
 
 
-#include "vega10/soc15ip.h"
+#include "soc15ip.h"
 #include "raven1/VCN/vcn_1_0_offset.h"
 #include "raven1/VCN/vcn_1_0_offset.h"
 
 
 /* 1 second timeout */
 /* 1 second timeout */

+ 2 - 2
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c

@@ -28,10 +28,10 @@
 #include "soc15.h"
 #include "soc15.h"
 #include "soc15d.h"
 #include "soc15d.h"
 
 
-#include "vega10/soc15ip.h"
+#include "soc15ip.h"
 #include "gc/gc_9_0_offset.h"
 #include "gc/gc_9_0_offset.h"
 #include "gc/gc_9_0_sh_mask.h"
 #include "gc/gc_9_0_sh_mask.h"
-#include "vega10/vega10_enum.h"
+#include "vega10_enum.h"
 #include "hdp/hdp_4_0_offset.h"
 #include "hdp/hdp_4_0_offset.h"
 
 
 #include "soc15_common.h"
 #include "soc15_common.h"

+ 2 - 2
drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.c

@@ -23,11 +23,11 @@
 #include "amdgpu.h"
 #include "amdgpu.h"
 #include "gfxhub_v1_0.h"
 #include "gfxhub_v1_0.h"
 
 
-#include "vega10/soc15ip.h"
+#include "soc15ip.h"
 #include "gc/gc_9_0_offset.h"
 #include "gc/gc_9_0_offset.h"
 #include "gc/gc_9_0_sh_mask.h"
 #include "gc/gc_9_0_sh_mask.h"
 #include "gc/gc_9_0_default.h"
 #include "gc/gc_9_0_default.h"
-#include "vega10/vega10_enum.h"
+#include "vega10_enum.h"
 
 
 #include "soc15_common.h"
 #include "soc15_common.h"
 
 

+ 2 - 2
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c

@@ -25,13 +25,13 @@
 #include "gmc_v9_0.h"
 #include "gmc_v9_0.h"
 #include "amdgpu_atomfirmware.h"
 #include "amdgpu_atomfirmware.h"
 
 
-#include "vega10/soc15ip.h"
+#include "soc15ip.h"
 #include "hdp/hdp_4_0_offset.h"
 #include "hdp/hdp_4_0_offset.h"
 #include "hdp/hdp_4_0_sh_mask.h"
 #include "hdp/hdp_4_0_sh_mask.h"
 #include "gc/gc_9_0_sh_mask.h"
 #include "gc/gc_9_0_sh_mask.h"
 #include "dce/dce_12_0_offset.h"
 #include "dce/dce_12_0_offset.h"
 #include "dce/dce_12_0_sh_mask.h"
 #include "dce/dce_12_0_sh_mask.h"
-#include "vega10/vega10_enum.h"
+#include "vega10_enum.h"
 #include "mmhub/mmhub_1_0_offset.h"
 #include "mmhub/mmhub_1_0_offset.h"
 #include "athub/athub_1_0_offset.h"
 #include "athub/athub_1_0_offset.h"
 
 

+ 2 - 2
drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c

@@ -23,13 +23,13 @@
 #include "amdgpu.h"
 #include "amdgpu.h"
 #include "mmhub_v1_0.h"
 #include "mmhub_v1_0.h"
 
 
-#include "vega10/soc15ip.h"
+#include "soc15ip.h"
 #include "mmhub/mmhub_1_0_offset.h"
 #include "mmhub/mmhub_1_0_offset.h"
 #include "mmhub/mmhub_1_0_sh_mask.h"
 #include "mmhub/mmhub_1_0_sh_mask.h"
 #include "mmhub/mmhub_1_0_default.h"
 #include "mmhub/mmhub_1_0_default.h"
 #include "athub/athub_1_0_offset.h"
 #include "athub/athub_1_0_offset.h"
 #include "athub/athub_1_0_sh_mask.h"
 #include "athub/athub_1_0_sh_mask.h"
-#include "vega10/vega10_enum.h"
+#include "vega10_enum.h"
 
 
 #include "soc15_common.h"
 #include "soc15_common.h"
 
 

+ 1 - 1
drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c

@@ -22,7 +22,7 @@
  */
  */
 
 
 #include "amdgpu.h"
 #include "amdgpu.h"
-#include "vega10/soc15ip.h"
+#include "soc15ip.h"
 #include "nbio/nbio_6_1_offset.h"
 #include "nbio/nbio_6_1_offset.h"
 #include "nbio/nbio_6_1_sh_mask.h"
 #include "nbio/nbio_6_1_sh_mask.h"
 #include "gc/gc_9_0_offset.h"
 #include "gc/gc_9_0_offset.h"

+ 2 - 2
drivers/gpu/drm/amd/amdgpu/nbio_v6_1.c

@@ -24,11 +24,11 @@
 #include "amdgpu_atombios.h"
 #include "amdgpu_atombios.h"
 #include "nbio_v6_1.h"
 #include "nbio_v6_1.h"
 
 
-#include "vega10/soc15ip.h"
+#include "soc15ip.h"
 #include "nbio/nbio_6_1_default.h"
 #include "nbio/nbio_6_1_default.h"
 #include "nbio/nbio_6_1_offset.h"
 #include "nbio/nbio_6_1_offset.h"
 #include "nbio/nbio_6_1_sh_mask.h"
 #include "nbio/nbio_6_1_sh_mask.h"
-#include "vega10/vega10_enum.h"
+#include "vega10_enum.h"
 
 
 #define smnCPM_CONTROL                                                                                  0x11180460
 #define smnCPM_CONTROL                                                                                  0x11180460
 #define smnPCIE_CNTL2                                                                                   0x11180070
 #define smnPCIE_CNTL2                                                                                   0x11180070

+ 2 - 2
drivers/gpu/drm/amd/amdgpu/nbio_v7_0.c

@@ -24,11 +24,11 @@
 #include "amdgpu_atombios.h"
 #include "amdgpu_atombios.h"
 #include "nbio_v7_0.h"
 #include "nbio_v7_0.h"
 
 
-#include "vega10/soc15ip.h"
+#include "soc15ip.h"
 #include "raven1/NBIO/nbio_7_0_default.h"
 #include "raven1/NBIO/nbio_7_0_default.h"
 #include "raven1/NBIO/nbio_7_0_offset.h"
 #include "raven1/NBIO/nbio_7_0_offset.h"
 #include "raven1/NBIO/nbio_7_0_sh_mask.h"
 #include "raven1/NBIO/nbio_7_0_sh_mask.h"
-#include "vega10/vega10_enum.h"
+#include "vega10_enum.h"
 
 
 #define smnNBIF_MGCG_CTRL_LCLK	0x1013a05c
 #define smnNBIF_MGCG_CTRL_LCLK	0x1013a05c
 
 

+ 1 - 1
drivers/gpu/drm/amd/amdgpu/psp_v10_0.c

@@ -30,7 +30,7 @@
 #include "soc15_common.h"
 #include "soc15_common.h"
 #include "psp_v10_0.h"
 #include "psp_v10_0.h"
 
 
-#include "vega10/soc15ip.h"
+#include "soc15ip.h"
 #include "raven1/MP/mp_10_0_offset.h"
 #include "raven1/MP/mp_10_0_offset.h"
 #include "raven1/GC/gc_9_1_offset.h"
 #include "raven1/GC/gc_9_1_offset.h"
 #include "raven1/SDMA0/sdma0_4_1_offset.h"
 #include "raven1/SDMA0/sdma0_4_1_offset.h"

+ 1 - 1
drivers/gpu/drm/amd/amdgpu/psp_v3_1.c

@@ -31,7 +31,7 @@
 #include "soc15_common.h"
 #include "soc15_common.h"
 #include "psp_v3_1.h"
 #include "psp_v3_1.h"
 
 
-#include "vega10/soc15ip.h"
+#include "soc15ip.h"
 #include "mp/mp_9_0_offset.h"
 #include "mp/mp_9_0_offset.h"
 #include "mp/mp_9_0_sh_mask.h"
 #include "mp/mp_9_0_sh_mask.h"
 #include "gc/gc_9_0_offset.h"
 #include "gc/gc_9_0_offset.h"

+ 1 - 1
drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c

@@ -27,7 +27,7 @@
 #include "amdgpu_ucode.h"
 #include "amdgpu_ucode.h"
 #include "amdgpu_trace.h"
 #include "amdgpu_trace.h"
 
 
-#include "vega10/soc15ip.h"
+#include "soc15ip.h"
 #include "sdma0/sdma0_4_0_offset.h"
 #include "sdma0/sdma0_4_0_offset.h"
 #include "sdma0/sdma0_4_0_sh_mask.h"
 #include "sdma0/sdma0_4_0_sh_mask.h"
 #include "sdma1/sdma1_4_0_offset.h"
 #include "sdma1/sdma1_4_0_offset.h"

+ 1 - 1
drivers/gpu/drm/amd/amdgpu/soc15.c

@@ -34,7 +34,7 @@
 #include "atom.h"
 #include "atom.h"
 #include "amd_pcie.h"
 #include "amd_pcie.h"
 
 
-#include "vega10/soc15ip.h"
+#include "soc15ip.h"
 #include "uvd/uvd_7_0_offset.h"
 #include "uvd/uvd_7_0_offset.h"
 #include "gc/gc_9_0_offset.h"
 #include "gc/gc_9_0_offset.h"
 #include "gc/gc_9_0_sh_mask.h"
 #include "gc/gc_9_0_sh_mask.h"

+ 1 - 1
drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c

@@ -29,7 +29,7 @@
 #include "soc15_common.h"
 #include "soc15_common.h"
 #include "mmsch_v1_0.h"
 #include "mmsch_v1_0.h"
 
 
-#include "vega10/soc15ip.h"
+#include "soc15ip.h"
 #include "uvd/uvd_7_0_offset.h"
 #include "uvd/uvd_7_0_offset.h"
 #include "uvd/uvd_7_0_sh_mask.h"
 #include "uvd/uvd_7_0_sh_mask.h"
 #include "vce/vce_4_0_offset.h"
 #include "vce/vce_4_0_offset.h"

+ 1 - 1
drivers/gpu/drm/amd/amdgpu/vce_v4_0.c

@@ -32,7 +32,7 @@
 #include "soc15_common.h"
 #include "soc15_common.h"
 #include "mmsch_v1_0.h"
 #include "mmsch_v1_0.h"
 
 
-#include "vega10/soc15ip.h"
+#include "soc15ip.h"
 #include "vce/vce_4_0_offset.h"
 #include "vce/vce_4_0_offset.h"
 #include "vce/vce_4_0_default.h"
 #include "vce/vce_4_0_default.h"
 #include "vce/vce_4_0_sh_mask.h"
 #include "vce/vce_4_0_sh_mask.h"

+ 1 - 1
drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c

@@ -28,7 +28,7 @@
 #include "soc15d.h"
 #include "soc15d.h"
 #include "soc15_common.h"
 #include "soc15_common.h"
 
 
-#include "vega10/soc15ip.h"
+#include "soc15ip.h"
 #include "raven1/VCN/vcn_1_0_offset.h"
 #include "raven1/VCN/vcn_1_0_offset.h"
 #include "raven1/VCN/vcn_1_0_sh_mask.h"
 #include "raven1/VCN/vcn_1_0_sh_mask.h"
 #include "hdp/hdp_4_0_offset.h"
 #include "hdp/hdp_4_0_offset.h"

+ 1 - 1
drivers/gpu/drm/amd/amdgpu/vega10_ih.c

@@ -26,7 +26,7 @@
 #include "soc15.h"
 #include "soc15.h"
 
 
 
 
-#include "vega10/soc15ip.h"
+#include "soc15ip.h"
 #include "oss/osssys_4_0_offset.h"
 #include "oss/osssys_4_0_offset.h"
 #include "oss/osssys_4_0_sh_mask.h"
 #include "oss/osssys_4_0_sh_mask.h"
 
 

+ 1 - 1
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c

@@ -61,7 +61,7 @@
 
 
 #include "raven1/DCN/dcn_1_0_offset.h"
 #include "raven1/DCN/dcn_1_0_offset.h"
 #include "raven1/DCN/dcn_1_0_sh_mask.h"
 #include "raven1/DCN/dcn_1_0_sh_mask.h"
-#include "vega10/soc15ip.h"
+#include "soc15ip.h"
 
 
 #include "soc15_common.h"
 #include "soc15_common.h"
 #endif
 #endif

+ 1 - 1
drivers/gpu/drm/amd/display/dc/dce120/dce120_hw_sequencer.c

@@ -33,7 +33,7 @@
 
 
 #include "dce/dce_12_0_offset.h"
 #include "dce/dce_12_0_offset.h"
 #include "dce/dce_12_0_sh_mask.h"
 #include "dce/dce_12_0_sh_mask.h"
-#include "vega10/soc15ip.h"
+#include "soc15ip.h"
 #include "reg_helper.h"
 #include "reg_helper.h"
 
 
 #define CTX \
 #define CTX \

+ 1 - 1
drivers/gpu/drm/amd/display/dc/dce120/dce120_resource.c

@@ -56,7 +56,7 @@
 
 
 #include "dce/dce_12_0_offset.h"
 #include "dce/dce_12_0_offset.h"
 #include "dce/dce_12_0_sh_mask.h"
 #include "dce/dce_12_0_sh_mask.h"
-#include "vega10/soc15ip.h"
+#include "soc15ip.h"
 #include "nbio/nbio_6_1_offset.h"
 #include "nbio/nbio_6_1_offset.h"
 #include "reg_helper.h"
 #include "reg_helper.h"
 
 

+ 1 - 1
drivers/gpu/drm/amd/display/dc/dce120/dce120_timing_generator.c

@@ -27,7 +27,7 @@
 
 
 #include "dce/dce_12_0_offset.h"
 #include "dce/dce_12_0_offset.h"
 #include "dce/dce_12_0_sh_mask.h"
 #include "dce/dce_12_0_sh_mask.h"
-#include "vega10/soc15ip.h"
+#include "soc15ip.h"
 
 
 #include "dc_types.h"
 #include "dc_types.h"
 #include "dc_bios_types.h"
 #include "dc_bios_types.h"

+ 1 - 1
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c

@@ -50,7 +50,7 @@
 #include "dcn10_hubp.h"
 #include "dcn10_hubp.h"
 #include "dcn10_hubbub.h"
 #include "dcn10_hubbub.h"
 
 
-#include "vega10/soc15ip.h"
+#include "soc15ip.h"
 
 
 #include "raven1/DCN/dcn_1_0_offset.h"
 #include "raven1/DCN/dcn_1_0_offset.h"
 #include "raven1/DCN/dcn_1_0_sh_mask.h"
 #include "raven1/DCN/dcn_1_0_sh_mask.h"

+ 1 - 1
drivers/gpu/drm/amd/display/dc/gpio/dce120/hw_factory_dce120.c

@@ -36,7 +36,7 @@
 
 
 #include "dce/dce_12_0_offset.h"
 #include "dce/dce_12_0_offset.h"
 #include "dce/dce_12_0_sh_mask.h"
 #include "dce/dce_12_0_sh_mask.h"
-#include "vega10/soc15ip.h"
+#include "soc15ip.h"
 
 
 #define block HPD
 #define block HPD
 #define reg_num 0
 #define reg_num 0

+ 1 - 1
drivers/gpu/drm/amd/display/dc/gpio/dce120/hw_translate_dce120.c

@@ -35,7 +35,7 @@
 
 
 #include "dce/dce_12_0_offset.h"
 #include "dce/dce_12_0_offset.h"
 #include "dce/dce_12_0_sh_mask.h"
 #include "dce/dce_12_0_sh_mask.h"
-#include "vega10/soc15ip.h"
+#include "soc15ip.h"
 
 
 /* begin *********************
 /* begin *********************
  * macros to expend register list macro defined in HW object header file */
  * macros to expend register list macro defined in HW object header file */

+ 1 - 1
drivers/gpu/drm/amd/display/dc/gpio/dcn10/hw_factory_dcn10.c

@@ -36,7 +36,7 @@
 
 
 #include "raven1/DCN/dcn_1_0_offset.h"
 #include "raven1/DCN/dcn_1_0_offset.h"
 #include "raven1/DCN/dcn_1_0_sh_mask.h"
 #include "raven1/DCN/dcn_1_0_sh_mask.h"
-#include "vega10/soc15ip.h"
+#include "soc15ip.h"
 
 
 #define block HPD
 #define block HPD
 #define reg_num 0
 #define reg_num 0

+ 1 - 1
drivers/gpu/drm/amd/display/dc/gpio/dcn10/hw_translate_dcn10.c

@@ -35,7 +35,7 @@
 
 
 #include "raven1/DCN/dcn_1_0_offset.h"
 #include "raven1/DCN/dcn_1_0_offset.h"
 #include "raven1/DCN/dcn_1_0_sh_mask.h"
 #include "raven1/DCN/dcn_1_0_sh_mask.h"
-#include "vega10/soc15ip.h"
+#include "soc15ip.h"
 
 
 /* begin *********************
 /* begin *********************
  * macros to expend register list macro defined in HW object header file */
  * macros to expend register list macro defined in HW object header file */

+ 1 - 1
drivers/gpu/drm/amd/display/dc/i2caux/dce120/i2caux_dce120.c

@@ -38,7 +38,7 @@
 
 
 #include "dce/dce_12_0_offset.h"
 #include "dce/dce_12_0_offset.h"
 #include "dce/dce_12_0_sh_mask.h"
 #include "dce/dce_12_0_sh_mask.h"
-#include "vega10/soc15ip.h"
+#include "soc15ip.h"
 
 
 /* begin *********************
 /* begin *********************
  * macros to expend register list macro defined in HW object header file */
  * macros to expend register list macro defined in HW object header file */

+ 1 - 1
drivers/gpu/drm/amd/display/dc/i2caux/dcn10/i2caux_dcn10.c

@@ -38,7 +38,7 @@
 
 
 #include "raven1/DCN/dcn_1_0_offset.h"
 #include "raven1/DCN/dcn_1_0_offset.h"
 #include "raven1/DCN/dcn_1_0_sh_mask.h"
 #include "raven1/DCN/dcn_1_0_sh_mask.h"
-#include "vega10/soc15ip.h"
+#include "soc15ip.h"
 
 
 /* begin *********************
 /* begin *********************
  * macros to expend register list macro defined in HW object header file */
  * macros to expend register list macro defined in HW object header file */

+ 1 - 1
drivers/gpu/drm/amd/display/dc/irq/dce120/irq_service_dce120.c

@@ -32,7 +32,7 @@
 
 
 #include "dce/dce_12_0_offset.h"
 #include "dce/dce_12_0_offset.h"
 #include "dce/dce_12_0_sh_mask.h"
 #include "dce/dce_12_0_sh_mask.h"
-#include "vega10/soc15ip.h"
+#include "soc15ip.h"
 
 
 #include "ivsrcid/ivsrcid_vislands30.h"
 #include "ivsrcid/ivsrcid_vislands30.h"
 
 

+ 1 - 1
drivers/gpu/drm/amd/display/dc/irq/dcn10/irq_service_dcn10.c

@@ -31,7 +31,7 @@
 
 
 #include "raven1/DCN/dcn_1_0_offset.h"
 #include "raven1/DCN/dcn_1_0_offset.h"
 #include "raven1/DCN/dcn_1_0_sh_mask.h"
 #include "raven1/DCN/dcn_1_0_sh_mask.h"
-#include "vega10/soc15ip.h"
+#include "soc15ip.h"
 
 
 #include "irq_service_dcn10.h"
 #include "irq_service_dcn10.h"
 
 

+ 0 - 0
drivers/gpu/drm/amd/include/asic_reg/vega10/soc15ip.h → drivers/gpu/drm/amd/include/soc15ip.h


+ 0 - 0
drivers/gpu/drm/amd/include/asic_reg/vega10/vega10_enum.h → drivers/gpu/drm/amd/include/vega10_enum.h


+ 1 - 1
drivers/gpu/drm/amd/powerplay/inc/pp_soc15.h

@@ -23,7 +23,7 @@
 #ifndef PP_SOC15_H
 #ifndef PP_SOC15_H
 #define PP_SOC15_H
 #define PP_SOC15_H
 
 
-#include "vega10/soc15ip.h"
+#include "soc15ip.h"
 
 
 inline static uint32_t soc15_get_register_offset(
 inline static uint32_t soc15_get_register_offset(
 		uint32_t hw_id,
 		uint32_t hw_id,