Re: [PATCH] drm/scheduler: improve GPU scheduler documentation

2023-11-17 Thread Christian König
Am 17.11.23 um 04:18 schrieb Luben Tuikov: On 2023-11-13 07:38, Christian König wrote: Start to improve the scheduler document. Especially document the lifetime of each of the objects as well as the restrictions around DMA-fence handling and userspace compatibility. Thanks Christian for doing t

Re: [PATCH] drm/scheduler: improve GPU scheduler documentation

2023-11-16 Thread Luben Tuikov
On 2023-11-13 07:38, Christian König wrote: > Start to improve the scheduler document. Especially document the > lifetime of each of the objects as well as the restrictions around > DMA-fence handling and userspace compatibility. Thanks Christian for doing this--much needed. > > Signed-off-by: C

Re: [PATCH] drm/scheduler: improve GPU scheduler documentation

2023-11-13 Thread Christian König
Am 13.11.23 um 14:14 schrieb Danilo Krummrich: Hi Christian, On 11/13/23 13:38, Christian König wrote: Start to improve the scheduler document. Especially document the lifetime of each of the objects as well as the restrictions around DMA-fence handling and userspace compatibility. Thanks a l

Re: [PATCH] drm/scheduler: improve GPU scheduler documentation

2023-11-13 Thread Danilo Krummrich
Hi Christian, On 11/13/23 13:38, Christian König wrote: Start to improve the scheduler document. Especially document the lifetime of each of the objects as well as the restrictions around DMA-fence handling and userspace compatibility. Thanks a lot for submitting this - it's very much apprecia

[PATCH] drm/scheduler: improve GPU scheduler documentation

2023-11-13 Thread Christian König
Start to improve the scheduler document. Especially document the lifetime of each of the objects as well as the restrictions around DMA-fence handling and userspace compatibility. Signed-off-by: Christian König --- drivers/gpu/drm/scheduler/sched_main.c | 126 - 1 file ch