All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add SMUIO v13.0.6 support
@ 2022-04-27 15:27 Alex Deucher
  2022-04-27 15:27 ` [PATCH 2/3] drm/amdgpu: add smuio v13_0_6 support Alex Deucher
  2022-04-27 15:27 ` [PATCH 3/3] drm/amdgpu: init smuio v13_0_6 callbacks Alex Deucher
  0 siblings, 2 replies; 3+ messages in thread
From: Alex Deucher @ 2022-04-27 15:27 UTC (permalink / raw)
  To: amd-gfx; +Cc: Alex Deucher

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-04-27 15:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-27 15:27 [PATCH 0/3] Add SMUIO v13.0.6 support Alex Deucher
2022-04-27 15:27 ` [PATCH 2/3] drm/amdgpu: add smuio v13_0_6 support Alex Deucher
2022-04-27 15:27 ` [PATCH 3/3] drm/amdgpu: init smuio v13_0_6 callbacks Alex Deucher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.