diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_object.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h index e613ba42f167..42492e63b3a2 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h | |||
@@ -49,9 +49,11 @@ struct amdgpu_bo_va { | |||
49 | struct amdgpu_vm_bo_base base; | 49 | struct amdgpu_vm_bo_base base; |
50 | 50 | ||
51 | /* protected by bo being reserved */ | 51 | /* protected by bo being reserved */ |
52 | struct dma_fence *last_pt_update; | ||
53 | unsigned ref_count; | 52 | unsigned ref_count; |
54 | 53 | ||
54 | /* all other members protected by the VM PD being reserved */ | ||
55 | struct dma_fence *last_pt_update; | ||
56 | |||
55 | /* mappings for this bo_va */ | 57 | /* mappings for this bo_va */ |
56 | struct list_head invalids; | 58 | struct list_head invalids; |
57 | struct list_head valids; | 59 | struct list_head valids; |