Re: [PATCH 1/4] drm/amdgpu: Introduce gfx software ring (v9)

2022-12-10 Thread Michel Dänzer
On 11/29/22 08:10, jiadong@amd.com wrote: > 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. > Multipl

Re: [PATCH 1/4] drm/amdgpu: Introduce gfx software ring (v9)

2022-11-29 Thread Christian König
Am 29.11.22 um 08:10 schrieb jiadong@amd.com: 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

[PATCH 1/4] drm/amdgpu: Introduce gfx software ring (v9)

2022-11-28 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.