This patch set add support for New Bus IO (NBIO) version 4.3. This block handles the device interactions with the PCIe bus on GPUs. The first patch is register headers so I did not send it out due to size. Hawking Zhang (1): drm/amdgpu: add nbio v4_3_0 ip headers v6 Likun Gao (1): drm/amdgpu/discovery: add NBIO 4.3 Support Stanley.Yang (1): drm/amdgpu: add nbio v4_3_0 ip block v2 drivers/gpu/drm/amd/amdgpu/Makefile | 3 +- drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 5 + drivers/gpu/drm/amd/amdgpu/amdgpu_nbio.h | 1 + drivers/gpu/drm/amd/amdgpu/nbio_v4_3.c | 368 + drivers/gpu/drm/amd/amdgpu/nbio_v4_3.h | 32 + .../include/asic_reg/nbio/nbio_4_3_0_offset.h | 17379 ++++ .../asic_reg/nbio/nbio_4_3_0_sh_mask.h | 82049 ++++++++++++++++ 7 files changed, 99836 insertions(+), 1 deletion(-) create mode 100644 drivers/gpu/drm/amd/amdgpu/nbio_v4_3.c create mode 100644 drivers/gpu/drm/amd/amdgpu/nbio_v4_3.h create mode 100644 drivers/gpu/drm/amd/include/asic_reg/nbio/nbio_4_3_0_offset.h create mode 100644 drivers/gpu/drm/amd/include/asic_reg/nbio/nbio_4_3_0_sh_mask.h -- 2.35.1