aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorChunming Zhou <David1.Zhou@amd.com>2017-05-11 14:52:48 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-05-24 17:40:35 -0400
commitb9bf33d5ac55aa9f23b60b4d03017b2e59d02f02 (patch)
treec7a96a865aa57fd9ede91b02c9c49aa01364875f /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parentdf83d1ebc9e304fa3ba4bf79dba76418789a77cf (diff)
drm/amdgpu: make pipeline sync be in same place v2
v2: directly return for 'if' case. Signed-off-by: Chunming Zhou <David1.Zhou@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index 37bd00345ae0..e2cafbd690c0 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -1132,7 +1132,6 @@ struct amdgpu_job {
1132 void *owner; 1132 void *owner;
1133 uint64_t fence_ctx; /* the fence_context this job uses */ 1133 uint64_t fence_ctx; /* the fence_context this job uses */
1134 bool vm_needs_flush; 1134 bool vm_needs_flush;
1135 bool need_pipeline_sync;
1136 unsigned vm_id; 1135 unsigned vm_id;
1137 uint64_t vm_pd_addr; 1136 uint64_t vm_pd_addr;
1138 uint32_t gds_base, gds_size; 1137 uint32_t gds_base, gds_size;