AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Add SMUIO 14.0.2 support
@ 2024-03-18 20:42 Alex Deucher
  2024-03-18 20:42 ` [PATCH 2/4] drm/amdgpu: Add smuio v14_0_2 ip block support Alex Deucher
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Alex Deucher @ 2024-03-18 20:42 UTC (permalink / raw)
  To: amd-gfx; +Cc: Alex Deucher

SMUIO is the IO subset of the SMU block.  It handles a variety
of functionality on the GPU including reading the ROM image and
accessing the GPU clock counter.  This adds support for SMUIO
14.0.2.

Note that patch 1 adds register headers and is very large so it
has been omitted.

Hawking Zhang (4):
  drm/amdgpu: Add smuio v14_0_2 ip headers (v4)
  drm/amdgpu: Add smuio v14_0_2 ip block support
  drm/amdgpu: Add smuio callback to get gpu clk counter
  drm/amdgpu: Enable smuio v14_0_2 callbacks

 drivers/gpu/drm/amd/amdgpu/Makefile           |    3 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c |    4 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_smuio.h     |    1 +
 drivers/gpu/drm/amd/amdgpu/smuio_v14_0_2.c    |   62 +
 drivers/gpu/drm/amd/amdgpu/smuio_v14_0_2.h    |   30 +
 .../asic_reg/smuio/smuio_14_0_2_offset.h      |  511 ++++++++
 .../asic_reg/smuio/smuio_14_0_2_sh_mask.h     | 1106 +++++++++++++++++
 7 files changed, 1716 insertions(+), 1 deletion(-)
 create mode 100644 drivers/gpu/drm/amd/amdgpu/smuio_v14_0_2.c
 create mode 100644 drivers/gpu/drm/amd/amdgpu/smuio_v14_0_2.h
 create mode 100644 drivers/gpu/drm/amd/include/asic_reg/smuio/smuio_14_0_2_offset.h
 create mode 100644 drivers/gpu/drm/amd/include/asic_reg/smuio/smuio_14_0_2_sh_mask.h

-- 
2.44.0


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

end of thread, other threads:[~2024-03-18 20:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-18 20:42 [PATCH 0/4] Add SMUIO 14.0.2 support Alex Deucher
2024-03-18 20:42 ` [PATCH 2/4] drm/amdgpu: Add smuio v14_0_2 ip block support Alex Deucher
2024-03-18 20:42 ` [PATCH 3/4] drm/amdgpu: Add smuio callback to get gpu clk counter Alex Deucher
2024-03-18 20:42 ` [PATCH 4/4] drm/amdgpu: Enable smuio v14_0_2 callbacks Alex Deucher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox