Re: [PATCH 0/3] drm/scheduler: preparation for load balancing

2018-07-12 Thread Christian König
Only a few more style nit picks: Patches #1 and #2 need a commit message. A one liner why we do this should be fine. On Patch #3 you have a couple of places like this: - r = drm_sched_entity_init(&ring->sched, &adev->mman.entity, - rq, NULL); + r =

[PATCH 0/3] drm/scheduler: preparation for load balancing

2018-07-11 Thread Nayan Deshmukh
This patch series is prepration for implementing better load balancing in the GPU scheduler. Patch #3 is the major change which modifies the drm_sched_entity_init, the driver is now expected to provide a list of potential run queue on which the jobs from this entity can be scheduled. In future pa