drm/amd/sched: rename amd_sched_entity_pop_job
authorNicolai Hähnle <[email protected]>
Thu, 28 Sep 2017 09:21:15 +0000 (11:21 +0200)
committerAlex Deucher <[email protected]>
Fri, 6 Oct 2017 21:44:23 +0000 (17:44 -0400)
commit515c6faf85970af529953ec137b4b6fcb3272e25
tree06e7264284682d7b1a1304564c994bbe1f9d2ec4
parentc38e0691107d14a8a39e9be7cb46c312bdfbd22d
drm/amd/sched: rename amd_sched_entity_pop_job

The function does not actually remove the job from the FIFO, so "peek"
describes it better.

Signed-off-by: Nicolai Hähnle <[email protected]>
Reviewed-by: Christian König <[email protected]>
Reviewed-by: Andres Rodriguez <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/scheduler/gpu_scheduler.c