]> git.baikalelectronics.ru Git - kernel.git/commit
amd/amdgpu: add sched array to IPs with multiple run-queues
authorNirmoy Das <nirmoy.das@amd.com>
Mon, 16 Dec 2019 13:43:34 +0000 (14:43 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 18 Dec 2019 21:09:12 +0000 (16:09 -0500)
commit250a0bc4291d636175c6320ed45ffa60347fe8f2
tree0d31e56e716a1abc547a839e20c85014499d3aca
parent6b257b0d77788c082dfab56d497d8102dc709e92
amd/amdgpu: add sched array to IPs with multiple run-queues

This sched array can be passed on to entity creation routine
instead of manually creating such sched array on every context creation.

v2: squash in missing break fix

Signed-off-by: Nirmoy Das <nirmoy.das@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.h
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h
drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.h
drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.h
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h