aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c
diff options
context:
space:
mode:
authorJammy Zhou <[email protected]>2015-05-22 10:55:07 +0000
committerAlex Deucher <[email protected]>2015-08-17 20:50:30 +0000
commita72ce6f84109c1dec1ab236d65979d3250668af3 (patch)
treea43a70811446edf57012f953dfb508c7de394321 /drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c
parentdrm/amdgpu: Enable the Fiji DID 0x7300 support (diff)
downloadkernel-a72ce6f84109c1dec1ab236d65979d3250668af3.tar.gz
kernel-a72ce6f84109c1dec1ab236d65979d3250668af3.zip
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_sched.c')
0 files changed, 0 insertions, 0 deletions