]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/amd/sched: rename amd_sched_entity_pop_job
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Thu, 28 Sep 2017 09:21:15 +0000 (11:21 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
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 <nicolai.haehnle@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Andres Rodriguez <andresx7@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/scheduler/gpu_scheduler.c