Re: [PATCH] drm/amdgpu: Introduce gfx software ring(v5)

2022-09-19 Thread Luben Tuikov
Perhaps this patch should be marked with 1/4 and there should be a space in "ring (v5)". Also please run your patches through checkpatch.pl with the following options: "--strict --show-types". Inlined: On 2022-09-15 02:48, jiadong@amd.com wrote: > From: "Jiadong.Zhu" > > The software ring

[PATCH] drm/amdgpu: Introduce gfx software ring(v5)

2022-09-14 Thread jiadong.zhu
From: "Jiadong.Zhu" The software ring is created to support priority context while there is only one hardware queue for gfx. Every software ring has its fence driver and could be used as an ordinary ring for the GPU scheduler. Multiple software rings are bound to a real ring with the ring muxer.