Re: [v5 1/6] drm/amdgpu: Add the new sdma function pointers for amdgpu_sdma.h

2025-04-11 Thread Alex Deucher
On Fri, Apr 11, 2025 at 4:29 AM jesse.zh...@amd.com wrote: > > From: "jesse.zh...@amd.com" > > This patch introduces new function pointers in the amdgpu_sdma structure > to handle queue stop, start and soft reset operations. These will replace > the older callback mechanism. > > The new functions

[v5 1/6] drm/amdgpu: Add the new sdma function pointers for amdgpu_sdma.h

2025-04-11 Thread jesse.zh...@amd.com
From: "jesse.zh...@amd.com" This patch introduces new function pointers in the amdgpu_sdma structure to handle queue stop, start and soft reset operations. These will replace the older callback mechanism. The new functions are: - stop_kernel_queue: Stops a specific SDMA queue - start_kernel_queu