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

2018-10-23 Thread Nayan Deshmukh
On Mon, Oct 22, 2018 at 9:46 PM Koenig, Christian wrote: > > Am 18.10.18 um 17:37 schrieb : > > 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. > > That is

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

2018-10-22 Thread Koenig, Christian
Am 18.10.18 um 17:37 schrieb : > 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. That is most likely not a good idea. The scheduler might not have anything to

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

2018-10-18 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. Signed-off-by: Nayan Deshmukh --- drivers/gpu/drm/scheduler/sched_entity.c | 14 ++ 1 file changed, 1