]> git.baikalelectronics.ru Git - kernel.git/commit
drm/scheduler: add a list of run queues to the entity
authorNayan Deshmukh <nayan26deshmukh@gmail.com>
Wed, 1 Aug 2018 08:19:59 +0000 (13:49 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 27 Aug 2018 16:09:44 +0000 (11:09 -0500)
commit534578c5a8a92e0ef270e99852d3730ff04419e6
treedd6cea5feddbbe845e685783096e80142fb08866
parent6e621e6975641a5d12084a5421f3ca6b9f4c02af
drm/scheduler: add a list of run queues to the entity

These are the potential run queues on which the jobs from this
entity can be scheduled. We will use this to do load balancing.

Signed-off-by: Nayan Deshmukh <nayan26deshmukh@gmail.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/scheduler/gpu_scheduler.c
include/drm/gpu_scheduler.h