Add support for System Management Unit IO (SMUIO) version 13.0.6. This block handles VBIOS ROM access and other controls. The first patch adds register headers which are too large for the mailing list. Hawking Zhang (3): drm/amdgpu: add smuio v13_0_6 ip headers v4 drm/amdgpu: add smuio v13_0_6 support drm/amdgpu: init smuio v13_0_6 callbacks drivers/gpu/drm/amd/amdgpu/Makefile | 3 +- drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 4 + drivers/gpu/drm/amd/amdgpu/smuio_v13_0_6.c | 41 + drivers/gpu/drm/amd/amdgpu/smuio_v13_0_6.h | 30 + .../asic_reg/smuio/smuio_13_0_6_offset.h | 517 ++++++++ .../asic_reg/smuio/smuio_13_0_6_sh_mask.h | 1178 +++++++++++++++++ 6 files changed, 1772 insertions(+), 1 deletion(-) create mode 100644 drivers/gpu/drm/amd/amdgpu/smuio_v13_0_6.c create mode 100644 drivers/gpu/drm/amd/amdgpu/smuio_v13_0_6.h create mode 100644 drivers/gpu/drm/amd/include/asic_reg/smuio/smuio_13_0_6_offset.h create mode 100644 drivers/gpu/drm/amd/include/asic_reg/smuio/smuio_13_0_6_sh_mask.h -- 2.35.1