RE: [PATCH 1/3] drm/amdgpu: only sync on the dependent read fences for user submission

2025-04-29 Thread Liang, Prike
[Public] > -Original Message- > From: Koenig, Christian > Sent: Tuesday, April 29, 2025 1:54 AM > To: Liang, Prike ; amd-gfx@lists.freedesktop.org > Cc: Deucher, Alexander > Subject: Re: [PATCH 1/3] drm/amdgpu: only sync on the dependent read fences > for user submi

Re: [PATCH 1/3] drm/amdgpu: only sync on the dependent read fences for user submission

2025-04-28 Thread Christian König
On 4/25/25 09:20, Prike Liang wrote: > The driver doesn't want to sync on the DMA_RESV_USAGE_BOOKKEEP The driver doesn't want to *implicitely* sync on the... > usage fences, so here only return and sync the dependent read > fences. > > Signed-off-by: Prike Liang > --- > drivers/gpu/drm/amd/

[PATCH 1/3] drm/amdgpu: only sync on the dependent read fences for user submission

2025-04-25 Thread Prike Liang
The driver doesn't want to sync on the DMA_RESV_USAGE_BOOKKEEP usage fences, so here only return and sync the dependent read fences. Signed-off-by: Prike Liang --- drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/am