]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: drop a dummy wakeup scheduler
authorMonk Liu <Monk.Liu@amd.com>
Tue, 26 Jan 2016 06:59:57 +0000 (14:59 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 10 Feb 2016 19:17:02 +0000 (14:17 -0500)
commitb3fba5eb470b9f9f212dad4fa59f99a88ad5e20e
tree3b943d22475373ffee76b28566254824a981bd32
parent9dc30cf10af31ba19480ec3f1dfcd2c81c8a5016
drm/amdgpu: drop a dummy wakeup scheduler

since the dependency job is also scheduled by the same
scheduler with the job depended on it, no need to
call wake up scheduler when the dep is scheduled.

Signed-off-by: Monk Liu <Monk.Liu@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/scheduler/gpu_scheduler.c