summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
diff options
context:
space:
mode:
authorJammy Zhou <Jammy.Zhou@amd.com>2015-05-22 18:55:07 +0800
committerAlex Deucher <alexander.deucher@amd.com>2015-08-17 16:50:30 -0400
commita72ce6f84109c1dec1ab236d65979d3250668af3 (patch)
treea43a70811446edf57012f953dfb508c7de394321 /drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
parent2da78e21d153d333778d6566f159be06548418f9 (diff)
downloadlinux-a72ce6f84109c1dec1ab236d65979d3250668af3.tar.bz2
drm/amd: add basic scheduling framework
run queue: A set of entities scheduling commands for the same ring. It implements the scheduling policy that selects the next entity to emit commands from. entity: A scheduler entity is a wrapper around a job queue or a group of other entities. This can be used to build hierarchies of entities. For example all job queue entities belonging to the same process may be placed in a higher level entity and scheduled against other process entities. Entities take turns emitting jobs from their job queue to the corresponding hardware ring, in accordance with the scheduler policy. Signed-off-by: Shaoyun Liu <Shaoyun.Liu@amd.com> Signed-off-by: Chunming Zhou <David1.Zhou@amd.com> Signed-off-by: Jammy Zhou <Jammy.Zhou@amd.com> Acked-by: Christian K?nig <christian.koenig@amd.com> Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c')
0 files changed, 0 insertions, 0 deletions