diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_object.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h index a288fa6d72c8..e613ba42f167 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h | |||
@@ -55,6 +55,9 @@ struct amdgpu_bo_va { | |||
55 | /* mappings for this bo_va */ | 55 | /* mappings for this bo_va */ |
56 | struct list_head invalids; | 56 | struct list_head invalids; |
57 | struct list_head valids; | 57 | struct list_head valids; |
58 | |||
59 | /* If the mappings are cleared or filled */ | ||
60 | bool cleared; | ||
58 | }; | 61 | }; |
59 | 62 | ||
60 | struct amdgpu_bo { | 63 | struct amdgpu_bo { |