drm/amdgpu: move sched job process from isr to fence callback
authorChunming Zhou <david1.zhou@amd.com>
Tue, 4 Aug 2015 03:30:09 +0000 (11:30 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 17 Aug 2015 20:50:59 +0000 (16:50 -0400)
commit7484667c6a8a9122d139a287454bc9c8799c3def
treee5c9174094b10ab1d4cb4b0af5567958876fe191
parent27f6642d066ecea7b535dd9b24e2f41e54f3dd85
drm/amdgpu: move sched job process from isr to fence callback

This way can avoid interrupt lost, and can process sched job exactly.

Signed-off-by: Chunming Zhou <david1.zhou@amd.com>
Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c