All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] drm/amdgpu/sdma: Improve existing SDMA queue resets
@ 2026-08-28 12:07 Timur Kristóf
  2026-08-28 12:07 ` [PATCH 1/5] drm/amdgpu/sdma: Clear SDMA rings after reset before starting them Timur Kristóf
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Timur Kristóf @ 2026-08-28 12:07 UTC (permalink / raw)
  To: amd-gfx, Alexander.Deucher, Christian König, Natalie Vock,
	Marek Olšák, Mario Limonciello, Tvrtko Ursulin,
	Felix Kuehling, Lijo Lazar
  Cc: Timur Kristóf

Improve SDMA queue reset for SDMA v4.4.2, v5.0, v5.2
and also moves some functionality from backend-specific
code to common code in the amdgpu_sdma.c file.

This prepares for implementing SDMA queue resets
on more generations, as the same logic can be shared
with all SDMA HW generations that don't use the MES.
The actual queue reset implementations for various
older SDMA versions will come in subsequent patch series
after this one is accepted.

Timur Kristóf (5):
  drm/amdgpu/sdma: Clear SDMA rings after reset before starting them
  drm/amdgpu/sdma: Remove unimplemented soft_reset() for SDMA and SI DMA
  drm/amdgpu/sdma: Move SDMA v5.x queue reset to common code
  drm/amdgpu/sdma: Use common SDMA legacy queue reset on SDMA v4.4.2
  drm/amdgpu/sdma: In legacy queue reset function, check if KFD is
    initialized

 drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.c | 54 ++++++++++++++++++++++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.h |  4 ++
 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c   |  8 ----
 drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c | 26 +-----------
 drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c   | 33 +--------------
 drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c   | 25 +----------
 drivers/gpu/drm/amd/amdgpu/si_dma.c      |  7 ---
 7 files changed, 62 insertions(+), 95 deletions(-)

-- 
2.55.0


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

end of thread, other threads:[~2026-08-28 21:49 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-28 12:07 [PATCH 0/5] drm/amdgpu/sdma: Improve existing SDMA queue resets Timur Kristóf
2026-08-28 12:07 ` [PATCH 1/5] drm/amdgpu/sdma: Clear SDMA rings after reset before starting them Timur Kristóf
2026-08-28 12:07 ` [PATCH 2/5] drm/amdgpu/sdma: Remove unimplemented soft_reset() for SDMA and SI DMA Timur Kristóf
2026-08-28 14:21   ` Lazar, Lijo
2026-08-28 12:07 ` [PATCH 3/5] drm/amdgpu/sdma: Move SDMA v5.x queue reset to common code Timur Kristóf
2026-08-28 14:20   ` Lazar, Lijo
2026-08-28 15:37     ` Timur Kristóf
2026-08-28 15:52       ` Alex Deucher
2026-08-28 21:49         ` Timur Kristóf
2026-08-28 15:53       ` Lazar, Lijo
2026-08-28 21:42         ` Timur Kristóf
2026-08-28 12:07 ` [PATCH 4/5] drm/amdgpu/sdma: Use common SDMA legacy queue reset on SDMA v4.4.2 Timur Kristóf
2026-08-28 14:16   ` Lazar, Lijo
2026-08-28 15:36     ` Timur Kristóf
2026-08-28 15:46       ` Lazar, Lijo
2026-08-28 12:07 ` [PATCH 5/5] drm/amdgpu/sdma: In legacy queue reset function, check if KFD is initialized Timur Kristóf
2026-08-28 14:11   ` Lazar, Lijo
2026-08-28 15:34     ` Timur Kristóf

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.