diff options
author | Christian König <christian.koenig@amd.com> | 2016-06-01 07:31:17 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-07-07 14:51:24 -0400 |
commit | 3dab83bee1449d004f9c43e5a0c18247a402a5a0 (patch) | |
tree | a91fe3ed9a2335be983cde1426749273fc3f92a2 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | 1fbb2e929902ab6e161ebcfb2f4d6de1c4613473 (diff) |
drm/amdgpu: remove now unnecessary checks
vm_flush() now comes directly after vm_grab_id().
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Christian König <christian.koenig@amd.com>
Acked-by: Chunming Zhou <david1.zhou@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.h | 1 |
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 c13023dded8f..9fd5c7a5a06d 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -885,7 +885,6 @@ struct amdgpu_vm_id { | |||
885 | struct fence *first; | 885 | struct fence *first; |
886 | struct amdgpu_sync active; | 886 | struct amdgpu_sync active; |
887 | struct fence *last_flush; | 887 | struct fence *last_flush; |
888 | struct amdgpu_ring *last_user; | ||
889 | atomic64_t owner; | 888 | atomic64_t owner; |
890 | 889 | ||
891 | uint64_t pd_gpu_addr; | 890 | uint64_t pd_gpu_addr; |