aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h
diff options
context:
space:
mode:
authorChristian König <[email protected]>2017-03-30 12:53:05 +0000
committerAlex Deucher <[email protected]>2017-04-05 03:33:57 +0000
commit6332ab906aa21ebeec710f3c14025b7af425d0f2 (patch)
tree20c10d93cedb27b174eeaf38d9d006d61e4bebea /drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h
parentdrm/amdgpu: move VM related defines into amdgpu_vm.h (diff)
downloadkernel-6332ab906aa21ebeec710f3c14025b7af425d0f2.tar.gz
kernel-6332ab906aa21ebeec710f3c14025b7af425d0f2.zip
drm/amdgpu: remove VMID first tracking
Not used any more. Reviewed-by: Junwei Zhang <[email protected]> Signed-off-by: Christian König <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h
index 2c2996c161f1..ed2467881b74 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h
@@ -131,7 +131,6 @@ struct amdgpu_vm {
struct amdgpu_vm_id {
struct list_head list;
- struct dma_fence *first;
struct amdgpu_sync active;
struct dma_fence *last_flush;
atomic64_t owner;