Re: [PATCH] drm/sched: Extend and update documentation

2024-12-05 Thread Philipp Stanner
On Thu, 2024-11-21 at 17:05 +0100, Alice Ryhl wrote: > On Fri, Nov 15, 2024 at 11:36 AM Philipp Stanner > wrote: > > > > The various objects defined and used by the GPU scheduler are > > currently > > not fully documented. Furthermore, there is no documentation yet > > informing drivers about how

Re: [PATCH] drm/sched: Extend and update documentation

2024-11-26 Thread Tvrtko Ursulin
On 15/11/2024 10:35, Philipp Stanner wrote: The various objects defined and used by the GPU scheduler are currently not fully documented. Furthermore, there is no documentation yet informing drivers about how they should handle timeouts. Add documentation describing the scheduler's objects and

Re: [PATCH] drm/sched: Extend and update documentation

2024-11-21 Thread Alice Ryhl
On Fri, Nov 15, 2024 at 11:36 AM Philipp Stanner wrote: > > The various objects defined and used by the GPU scheduler are currently > not fully documented. Furthermore, there is no documentation yet > informing drivers about how they should handle timeouts. > > Add documentation describing the sch