diff options
author | Jammy Zhou <[email protected]> | 2015-05-22 18:55:07 +0800 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2015-08-17 16:50:30 -0400 |
commit | a72ce6f84109c1dec1ab236d65979d3250668af3 (patch) | |
tree | a43a70811446edf57012f953dfb508c7de394321 /drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c | |
parent | 2da78e21d153d333778d6566f159be06548418f9 (diff) |
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 <[email protected]>
Signed-off-by: Chunming Zhou <[email protected]>
Signed-off-by: Jammy Zhou <[email protected]>
Acked-by: Christian K?nig <[email protected]>
Reviewed-by: Jammy Zhou <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c')
0 files changed, 0 insertions, 0 deletions