Re: [PATCH 1/2] drm/scheduler: improve GPU scheduler documentation v2

2024-07-19 Thread Christian König
Am 19.07.24 um 12:29 schrieb Philipp Stanner: On Thu, 2023-11-16 at 15:15 +0100, 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. Hallo Chris

Re: [PATCH 1/2] drm/scheduler: improve GPU scheduler documentation v2

2024-07-19 Thread Philipp Stanner
On Thu, 2023-11-16 at 15:15 +0100, 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. Hallo Christian, thanks for working on this. I'm cur

Re: [PATCH 1/2] drm/scheduler: improve GPU scheduler documentation v2

2024-02-14 Thread Christian König
Am 13.02.24 um 18:37 schrieb Danilo Krummrich: Hi Christian, What's the status of this effort? Was there ever a follow-up? It's unfortunately on hold for the moment since I have to look into some internal things with highest priority. No idea when this will calm down again. Christian. -

Re: [PATCH 1/2] drm/scheduler: improve GPU scheduler documentation v2

2024-02-13 Thread Danilo Krummrich
Hi Christian, What's the status of this effort? Was there ever a follow-up? - Danilo On 11/16/23 23:23, Danilo Krummrich wrote: Hi Christian, Thanks for sending an update of this patch! On Thu, Nov 16, 2023 at 03:15:46PM +0100, Christian König wrote: Start to improve the scheduler document.

Re: [PATCH 1/2] drm/scheduler: improve GPU scheduler documentation v2

2023-11-28 Thread Christian König
Am 16.11.23 um 23:23 schrieb Danilo Krummrich: [SNIP] + * + * The lifetime of the scheduler is managed by the driver using it. Before + * destroying the scheduler the driver must ensure that all hardware processing + * involving this scheduler object has finished by calling for example + * disab

Re: [PATCH 1/2] drm/scheduler: improve GPU scheduler documentation v2

2023-11-17 Thread Luben Tuikov
Hi, On 2023-11-16 09:15, 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. > > v2: Some improvements suggested by Danilo, add section abou

Re: [PATCH 1/2] drm/scheduler: improve GPU scheduler documentation v2

2023-11-16 Thread Danilo Krummrich
Hi Christian, Thanks for sending an update of this patch! On Thu, Nov 16, 2023 at 03:15:46PM +0100, 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 com

Re: [PATCH 1/2] drm/scheduler: improve GPU scheduler documentation v2

2023-11-16 Thread Alex Deucher
On Thu, Nov 16, 2023 at 12:52 PM 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. A few minor grammatical suggestions below. > > v2: S

[PATCH 1/2] drm/scheduler: improve GPU scheduler documentation v2

2023-11-16 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. v2: Some improvements suggested by Danilo, add section about error handling. Signed-off-by: Christian König ---