Re: [PATCH v2 3/4] amd/amdgpu: add sched array to IPs with multiple run-queues

2019-12-16 Thread Nirmoy
Hi Christian, On 12/16/19 3:03 PM, Nirmoy Das wrote: Reviewed-by: Christian König I am keeping Reviewed-by  again :) I had to minor rebase related change. Regards, Nirmoy ___ amd-gfx mailing list amd-gfx@lists.freedesktop.org

[PATCH v2 3/4] amd/amdgpu: add sched array to IPs with multiple run-queues

2019-12-16 Thread Nirmoy Das
This sched array can be passed on to entity creation routine instead of manually creating such sched array on every context creation. Signed-off-by: Nirmoy Das Reviewed-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c| 114 +