Re: [RFC 3/4] drm/sched: Always increment correct scheduler score

2024-09-09 Thread Nirmoy Das
On 9/6/2024 8:06 PM, Tvrtko Ursulin wrote: > From: Tvrtko Ursulin > > Entities run queue can change during drm_sched_entity_push_job() so make > sure to update the score consistently. > > Signed-off-by: Tvrtko Ursulin > Fixes: d41a39dda140 ("drm/scheduler: improve job distribution with multiple

Re: [RFC 3/4] drm/sched: Always increment correct scheduler score

2024-09-09 Thread Christian König
Am 06.09.24 um 20:06 schrieb Tvrtko Ursulin: From: Tvrtko Ursulin Entities run queue can change during drm_sched_entity_push_job() so make sure to update the score consistently. Signed-off-by: Tvrtko Ursulin Fixes: d41a39dda140 ("drm/scheduler: improve job distribution with multiple queues")

[RFC 3/4] drm/sched: Always increment correct scheduler score

2024-09-06 Thread Tvrtko Ursulin
From: Tvrtko Ursulin Entities run queue can change during drm_sched_entity_push_job() so make sure to update the score consistently. Signed-off-by: Tvrtko Ursulin Fixes: d41a39dda140 ("drm/scheduler: improve job distribution with multiple queues") Cc: Nirmoy Das Cc: Christian König Cc: Luben