OSDN Git Service

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)
commitac0a6cf1c6ef91e4af2a9d56eeaee8fca61d6ad7
treedd6cea5feddbbe845e685783096e80142fb08866
parentc36628d8989a7a0d1cc4fe2ae93c6cd99a865f68
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