diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h index 675bdc30e41d..238465a9ac55 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h | |||
@@ -161,7 +161,7 @@ int amdgpu_bo_get_metadata(struct amdgpu_bo *bo, void *buffer, | |||
161 | void amdgpu_bo_move_notify(struct ttm_buffer_object *bo, | 161 | void amdgpu_bo_move_notify(struct ttm_buffer_object *bo, |
162 | struct ttm_mem_reg *new_mem); | 162 | struct ttm_mem_reg *new_mem); |
163 | int amdgpu_bo_fault_reserve_notify(struct ttm_buffer_object *bo); | 163 | int amdgpu_bo_fault_reserve_notify(struct ttm_buffer_object *bo); |
164 | void amdgpu_bo_fence(struct amdgpu_bo *bo, struct amdgpu_fence *fence, | 164 | void amdgpu_bo_fence(struct amdgpu_bo *bo, struct fence *fence, |
165 | bool shared); | 165 | bool shared); |
166 | 166 | ||
167 | /* | 167 | /* |