Re: [PATCH v2] drm/scheduler: use hw_rq_count for load calculation

2018-11-07 Thread Christian König
Am 28.10.18 um 10:59 schrieb Nayan Deshmukh: If the hardware queue for a scheduler is empty then we don't need to the shift the entities from their current scheduler as they are not getting scheduled because of some dependency. v2: to calculate the least loaded scheduler we only use hw_rq_count

[PATCH v2] drm/scheduler: use hw_rq_count for load calculation

2018-10-28 Thread Nayan Deshmukh
If the hardware queue for a scheduler is empty then we don't need to the shift the entities from their current scheduler as they are not getting scheduled because of some dependency. v2: to calculate the least loaded scheduler we only use hw_rq_count when the number of jobs in their run queue are