Re: [RFC v4 12/16] drm/sched: Remove idle entity from tree

2025-05-14 Thread Tvrtko Ursulin
On 12/05/2025 14:03, Philipp Stanner wrote: On Fri, 2025-04-25 at 11:20 +0100, Tvrtko Ursulin wrote: There is no need to keep entities with no jobs in the tree so lets remove it once the last job is consumed. This keeps the tree smaller which is nicer and more efficient as entities are removed

Re: [RFC v4 12/16] drm/sched: Remove idle entity from tree

2025-05-12 Thread Philipp Stanner
On Fri, 2025-04-25 at 11:20 +0100, Tvrtko Ursulin wrote: > There is no need to keep entities with no jobs in the tree so lets > remove > it once the last job is consumed. This keeps the tree smaller which > is > nicer and more efficient as entities are removed and re-added on > every > popped job.

[RFC v4 12/16] drm/sched: Remove idle entity from tree

2025-04-25 Thread Tvrtko Ursulin
There is no need to keep entities with no jobs in the tree so lets remove it once the last job is consumed. This keeps the tree smaller which is nicer and more efficient as entities are removed and re-added on every popped job. Signed-off-by: Tvrtko Ursulin Cc: Christian König Cc: Danilo Krummri