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

2019-12-10 Thread Christian König
Yeah, but you are to fast for me. I was still looking into comments for patch #4 :) Christian. Am 10.12.19 um 13:55 schrieb Nirmoy: Thanks Christian. That make sense, resent modified patches. On 12/10/19 12:28 PM, Christian König wrote: Am 09.12.19 um 22:53 schrieb Nirmoy Das: This sched

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

2019-12-10 Thread Nirmoy
Thanks Christian. That make sense, resent modified patches. On 12/10/19 12:28 PM, Christian König wrote: Am 09.12.19 um 22:53 schrieb Nirmoy Das: This sched list can be passed on to entity creation routine instead of manually creating such sched list on every context creation. Please drop

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

2019-12-10 Thread Christian König
Am 09.12.19 um 22:53 schrieb Nirmoy Das: This sched list can be passed on to entity creation routine instead of manually creating such sched list on every context creation. Please drop the "_list" from the names here. A list usually means a linked list and those are actually arrays.

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

2019-12-09 Thread Nirmoy Das
This sched list can be passed on to entity creation routine instead of manually creating such sched list on every context creation. Signed-off-by: Nirmoy Das --- drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c| 69 -- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 44