All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Add gmc 12.1 support
@ 2025-11-19 15:05 Alex Deucher
  2025-11-19 15:05 ` [PATCH 1/7] drm/amdgpu: Add gmc v12_1 support Alex Deucher
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Alex Deucher @ 2025-11-19 15:05 UTC (permalink / raw)
  To: amd-gfx; +Cc: Alex Deucher

Add GMC (graphics memory controller) 12.1 support.
This depends on the mmhub 4.2 and gfxhub 12.1
patches.

Hawking Zhang (1):
  drm/amdgpu: Add gmc v12_1 gmc callbacks

Likun Gao (2):
  drm/amdgpu: Add gmc v12_1 support
  drm/amdgpu: Add gmc v12_1_0 to discovery list

Mukul Joshi (4):
  drm/amdgpu: Add per-ASIC PTE init flag
  drm/amdgpu: Always set snoop bit in PDE on GFX 12.1
  drm/amdgpu: Enable PDE.C usage on GFX 12.1
  drm/amdkfd: Fix PTE clearing during SVM unmap on GFX 12.1

 drivers/gpu/drm/amd/amdgpu/Makefile           |   2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c |   1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h       |   1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c     |   4 +-
 drivers/gpu/drm/amd/amdgpu/gfxhub_v12_1.c     |  16 +-
 drivers/gpu/drm/amd/amdgpu/gmc_v12_0.c        |  45 ++-
 drivers/gpu/drm/amd/amdgpu/gmc_v12_1.c        | 325 ++++++++++++++++++
 drivers/gpu/drm/amd/amdgpu/gmc_v12_1.h        |  29 ++
 drivers/gpu/drm/amd/amdkfd/kfd_svm.c          |   2 +-
 9 files changed, 402 insertions(+), 23 deletions(-)
 create mode 100644 drivers/gpu/drm/amd/amdgpu/gmc_v12_1.c
 create mode 100644 drivers/gpu/drm/amd/amdgpu/gmc_v12_1.h

-- 
2.51.1


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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-19 15:05 [PATCH 0/7] Add gmc 12.1 support Alex Deucher
2025-11-19 15:05 ` [PATCH 1/7] drm/amdgpu: Add gmc v12_1 support Alex Deucher
2025-11-19 15:05 ` [PATCH 2/7] drm/amdgpu: Add gmc v12_1 gmc callbacks Alex Deucher
2025-11-19 15:05 ` [PATCH 3/7] drm/amdgpu: Add per-ASIC PTE init flag Alex Deucher
2025-11-19 15:05 ` [PATCH 4/7] drm/amdgpu: Always set snoop bit in PDE on GFX 12.1 Alex Deucher
2025-11-19 15:05 ` [PATCH 5/7] drm/amdgpu: Enable PDE.C usage " Alex Deucher
2025-11-19 15:05 ` [PATCH 6/7] drm/amdkfd: Fix PTE clearing during SVM unmap " Alex Deucher
2025-11-19 15:06 ` [PATCH 7/7] drm/amdgpu: Add gmc v12_1_0 to discovery list 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.