RE: [PATCH] drm/amdgpu: Fix the ring buffer size for queue VM flush

2024-04-07 Thread Liang, Prike
t; To: Liang, Prike ; amd-gfx@lists.freedesktop.org > Cc: Deucher, Alexander > Subject: Re: [PATCH] drm/amdgpu: Fix the ring buffer size for queue VM flush > > Am 26.03.24 um 09:21 schrieb Prike Liang: > > Here are the corrections needed for the queue ring buffer size > >

Re: [PATCH] drm/amdgpu: Fix the ring buffer size for queue VM flush

2024-04-04 Thread Christian König
Am 26.03.24 um 09:21 schrieb Prike Liang: Here are the corrections needed for the queue ring buffer size calculation for the following cases: - Remove the KIQ VM flush ring usage. - Add the invalidate TLBs packet for gfx10 and gfx11 queue. - There's no VM flush and PFP sync, so remove the gfx9 re

[PATCH] drm/amdgpu: Fix the ring buffer size for queue VM flush

2024-03-26 Thread Prike Liang
Here are the corrections needed for the queue ring buffer size calculation for the following cases: - Remove the KIQ VM flush ring usage. - Add the invalidate TLBs packet for gfx10 and gfx11 queue. - There's no VM flush and PFP sync, so remove the gfx9 real ring and compute ring buffer usage. Si