aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
index e29e7b9ca3a6..56bde6436a1f 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
@@ -989,7 +989,7 @@ static int amdgpu_cs_submit(struct amdgpu_cs_parser *p,
989 } 989 }
990 990
991 job->owner = p->filp; 991 job->owner = p->filp;
992 job->ctx = entity->fence_context; 992 job->fence_ctx = entity->fence_context;
993 p->fence = fence_get(&job->base.s_fence->finished); 993 p->fence = fence_get(&job->base.s_fence->finished);
994 cs->out.handle = amdgpu_ctx_add_fence(p->ctx, ring, p->fence); 994 cs->out.handle = amdgpu_ctx_add_fence(p->ctx, ring, p->fence);
995 job->uf_sequence = cs->out.handle; 995 job->uf_sequence = cs->out.handle;