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)
commit777dbd458c89d4ca74a659f85ffb5bc817f29a35
tree3b943d22475373ffee76b28566254824a981bd32
parentf2802faa052994bf2a57094f0aad788c675ab519
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