summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorChunming Zhou <david1.zhou@amd.com>2015-08-05 19:52:14 +0800
committerAlex Deucher <alexander.deucher@amd.com>2015-08-17 16:51:03 -0400
commit4cef92670bc908aaa48771fc9c72f4bcfb7d6a35 (patch)
tree4fbd3338f432f461966bc38a1ade2deb90f0a73f /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parent80de5913cf31c86d64547af0715de4822c9b1abe (diff)
downloadlinux-4cef92670bc908aaa48771fc9c72f4bcfb7d6a35.tar.bz2
drm/amdgpu: process sched job exactly triggered by fence signal
Signed-off-by: Chunming Zhou <david1.zhou@amd.com> Reviewed-by: Christian K?nig <christian.koenig@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h2
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;