mbox series

[0/4] drm/scheduler: add dynamic balancing

Message ID 20180731103736.7813-1-nayan26deshmukh@gmail.com (mailing list archive)
Headers show
Series drm/scheduler: add dynamic balancing | expand

Message

Nayan Deshmukh July 31, 2018, 10:37 a.m. UTC
This is the my first attempt to include dynamic balancing as part
of the scheduler. I have tried to handle the easy cases first to
get the basic implementation running.

Please share your thoughts!!

*** BLURB HERE ***

Nayan Deshmukh (4):
  drm/scheduler: add a list of run queues to the entity
  drm/scheduler: add counter for total jobs in scheduler
  drm/scheduler: add new function to get least loaded sched
  drm/scheduler: move idle entities to scheduler with less load

 drivers/gpu/drm/scheduler/gpu_scheduler.c | 62 ++++++++++++++++++++++++++++---
 include/drm/gpu_scheduler.h               |  9 ++++-
 2 files changed, 65 insertions(+), 6 deletions(-)