Commit 2639f453 authored by Nirmoy Das's avatar Nirmoy Das Committed by Alex Deucher
Browse files

drm/amdgpu: fix doc by clarifying sched_list definition



expand sched_list definition for better understanding.
Also fix a typo atleast -> at least

Signed-off-by: default avatarNirmoy Das <nirmoy.das@amd.com>
Reviewed-by: default avatarChristian König <christian.koenig@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent f583cc57
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -52,8 +52,9 @@ enum drm_sched_priority {
 * @list: used to append this struct to the list of entities in the
 *        runqueue.
 * @rq: runqueue on which this entity is currently scheduled.
 * @sched_list: a list of drm_gpu_schedulers on which jobs from this entity can
 *              be scheduled
 * @sched_list: A list of schedulers (drm_gpu_schedulers).
 *              Jobs from this entity can be scheduled on any scheduler
 *              on this list.
 * @num_sched_list: number of drm_gpu_schedulers in the sched_list.
 * @rq_lock: lock to modify the runqueue to which this entity belongs.
 * @job_queue: the list of jobs of this entity.
+1 −1

File changed.

Contains only whitespace changes.