All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add MMHUB 4.2
@ 2025-11-19 14:50 Alex Deucher
  2025-11-19 14:50 ` [PATCH 2/2] drm/amdgpu: Add initial support for mmhub v4_2 Alex Deucher
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Deucher @ 2025-11-19 14:50 UTC (permalink / raw)
  To: amd-gfx; +Cc: Alex Deucher

Add MMHUB 4.2 support.  The first patch
adds register headers and is large for the list.

Hawking Zhang (1):
  drm/amdgpu: Add mmhub v4_2_0 ip headers v5

Likun Gao (1):
  drm/amdgpu: Add initial support for mmhub v4_2

 drivers/gpu/drm/amd/amdgpu/Makefile           |    3 +-
 drivers/gpu/drm/amd/amdgpu/mmhub_v4_2_0.c     |  913 +++++
 drivers/gpu/drm/amd/amdgpu/mmhub_v4_2_0.h     |   28 +
 .../asic_reg/mmhub/mmhub_4_2_0_offset.h       |  802 +++++
 .../asic_reg/mmhub/mmhub_4_2_0_sh_mask.h      | 3013 +++++++++++++++++
 5 files changed, 4758 insertions(+), 1 deletion(-)
 create mode 100644 drivers/gpu/drm/amd/amdgpu/mmhub_v4_2_0.c
 create mode 100644 drivers/gpu/drm/amd/amdgpu/mmhub_v4_2_0.h
 create mode 100644 drivers/gpu/drm/amd/include/asic_reg/mmhub/mmhub_4_2_0_offset.h
 create mode 100644 drivers/gpu/drm/amd/include/asic_reg/mmhub/mmhub_4_2_0_sh_mask.h

-- 
2.51.1


^ permalink raw reply	[flat|nested] 3+ messages in thread
* [PATCH 0/2] Add mmhub 4.2.0 support
@ 2025-10-30 20:50 Alex Deucher
  2025-10-30 20:50 ` [PATCH 2/2] drm/amdgpu: Add initial support for mmhub v4_2 Alex Deucher
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Deucher @ 2025-10-30 20:50 UTC (permalink / raw)
  To: amd-gfx; +Cc: Alex Deucher

Enable support for a new mmhub.  Patch 1 was
just register headers and was very large so
I'm just sending patch 2.

Hawking Zhang (1):
  drm/amdgpu: Add mmhub v4_2_0 ip headers v5

Likun Gao (1):
  drm/amdgpu: Add initial support for mmhub v4_2

 drivers/gpu/drm/amd/amdgpu/Makefile           |    3 +-
 drivers/gpu/drm/amd/amdgpu/mmhub_v4_2_0.c     |  915 +++++
 drivers/gpu/drm/amd/amdgpu/mmhub_v4_2_0.h     |   28 +
 .../asic_reg/mmhub/mmhub_4_2_0_offset.h       |  802 +++++
 .../asic_reg/mmhub/mmhub_4_2_0_sh_mask.h      | 3013 +++++++++++++++++
 5 files changed, 4760 insertions(+), 1 deletion(-)
 create mode 100644 drivers/gpu/drm/amd/amdgpu/mmhub_v4_2_0.c
 create mode 100644 drivers/gpu/drm/amd/amdgpu/mmhub_v4_2_0.h
 create mode 100644 drivers/gpu/drm/amd/include/asic_reg/mmhub/mmhub_4_2_0_offset.h
 create mode 100644 drivers/gpu/drm/amd/include/asic_reg/mmhub/mmhub_4_2_0_sh_mask.h

-- 
2.51.1


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

end of thread, other threads:[~2025-11-19 14:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-19 14:50 [PATCH 0/2] Add MMHUB 4.2 Alex Deucher
2025-11-19 14:50 ` [PATCH 2/2] drm/amdgpu: Add initial support for mmhub v4_2 Alex Deucher
  -- strict thread matches above, loose matches on Subject: below --
2025-10-30 20:50 [PATCH 0/2] Add mmhub 4.2.0 support Alex Deucher
2025-10-30 20:50 ` [PATCH 2/2] drm/amdgpu: Add initial support for mmhub v4_2 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.