summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2016-06-01 11:31:17 (GMT)
committerAlex Deucher <alexander.deucher@amd.com>2016-07-07 18:51:24 (GMT)
commit3dab83bee1449d004f9c43e5a0c18247a402a5a0 (patch)
treea91fe3ed9a2335be983cde1426749273fc3f92a2 /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parent1fbb2e929902ab6e161ebcfb2f4d6de1c4613473 (diff)
downloadlinux-3dab83bee1449d004f9c43e5a0c18247a402a5a0.tar.xz
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.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 c13023d..9fd5c7a 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 {
struct fence *first;
struct amdgpu_sync active;
struct fence *last_flush;
- struct amdgpu_ring *last_user;
atomic64_t owner;
uint64_t pd_gpu_addr;