diff options
| author | Chunming Zhou <[email protected]> | 2015-08-05 19:52:14 +0800 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2015-08-17 16:51:03 -0400 |
| commit | 4cef92670bc908aaa48771fc9c72f4bcfb7d6a35 (patch) | |
| tree | 4fbd3338f432f461966bc38a1ade2deb90f0a73f /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
| parent | 80de5913cf31c86d64547af0715de4822c9b1abe (diff) | |
drm/amdgpu: process sched job exactly triggered by fence signal
Signed-off-by: Chunming Zhou <[email protected]>
Reviewed-by: Christian K?nig <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 53d70f766afe..423cf91ef652 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -404,7 +404,7 @@ struct amdgpu_fence_driver { struct amdgpu_fence { struct fence base; - struct fence_cb cb; + /* RB, DMA, etc. */ struct amdgpu_ring *ring; uint64_t seq; |