Re: [PATCH 2/2] drm/scheduler: remove sched field from the entity

2018-07-20 Thread Eric Anholt
Nayan Deshmukh writes: > The scheduler of the entity is decided by the run queue on which > it is queued. This patch avoids us the effort required to maintain > a sync between rq and sched field when we start shifting entites > among different rqs. Reviewed-by: Eric Anholt signature.asc

[PATCH 2/2] drm/scheduler: remove sched field from the entity

2018-07-20 Thread Nayan Deshmukh
The scheduler of the entity is decided by the run queue on which it is queued. This patch avoids us the effort required to maintain a sync between rq and sched field when we start shifting entites among different rqs. Signed-off-by: Nayan Deshmukh --- drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c|