Commit b9245b94 authored by Christian König's avatar Christian König Committed by Alex Deucher

drm/amdgpu: remove unused member

This lock isn't used any more.
Signed-off-by: default avatarChristian König <christian.koenig@amd.com>
Reviewed-by: default avatarChunming Zhou <david1.zhou@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 01233b80
...@@ -187,9 +187,6 @@ struct amdgpu_vm { ...@@ -187,9 +187,6 @@ struct amdgpu_vm {
struct amdgpu_vm_pt root; struct amdgpu_vm_pt root;
struct dma_fence *last_update; struct dma_fence *last_update;
/* protecting freed */
spinlock_t freed_lock;
/* Scheduler entity for page table updates */ /* Scheduler entity for page table updates */
struct drm_sched_entity entity; struct drm_sched_entity entity;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment