Add support for NBIO 7.11. NBIO (New Bus IO) is the block that handles the interface with the PCIe bus and other related things. The patch to add the new register headers was too large for the mailing list. Prike Liang (1): drm/amdgpu/discovery: add nbio 7.11.0 support benl (2): drm/amdgpu: add nbio 7.11 registers drm/amdgpu: add nbio 7.11 support drivers/gpu/drm/amd/amdgpu/Makefile | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 5 + drivers/gpu/drm/amd/amdgpu/nbio_v7_11.c | 243 + drivers/gpu/drm/amd/amdgpu/nbio_v7_11.h | 33 + .../asic_reg/nbio/nbio_7_11_0_offset.h | 9391 +++ .../asic_reg/nbio/nbio_7_11_0_sh_mask.h | 57846 ++++++++++++++++ 6 files changed, 67519 insertions(+), 1 deletion(-) create mode 100644 drivers/gpu/drm/amd/amdgpu/nbio_v7_11.c create mode 100644 drivers/gpu/drm/amd/amdgpu/nbio_v7_11.h create mode 100644 drivers/gpu/drm/amd/include/asic_reg/nbio/nbio_7_11_0_offset.h create mode 100644 drivers/gpu/drm/amd/include/asic_reg/nbio/nbio_7_11_0_sh_mask.h -- 2.41.0