diff options
author | Mark Brown <broonie@kernel.org> | 2015-10-12 13:09:27 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-10-12 13:09:27 -0400 |
commit | 79828b4fa835f73cdaf4bffa48696abdcbea9d02 (patch) | |
tree | 5e0fa7156acb75ba603022bc807df8f2fedb97a8 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.h | |
parent | 721b51fcf91898299d96f4b72cb9434cda29dce6 (diff) | |
parent | 8c1a9d6323abf0fb1e5dad96cf3f1c783505ea5a (diff) |
Merge remote-tracking branch 'asoc/fix/rt5645' into asoc-fix-rt5645
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, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h index 675bdc30e41d..6ea18dcec561 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 | /* |
@@ -193,7 +193,7 @@ int amdgpu_sa_bo_new(struct amdgpu_device *adev, | |||
193 | unsigned size, unsigned align); | 193 | unsigned size, unsigned align); |
194 | void amdgpu_sa_bo_free(struct amdgpu_device *adev, | 194 | void amdgpu_sa_bo_free(struct amdgpu_device *adev, |
195 | struct amdgpu_sa_bo **sa_bo, | 195 | struct amdgpu_sa_bo **sa_bo, |
196 | struct amdgpu_fence *fence); | 196 | struct fence *fence); |
197 | #if defined(CONFIG_DEBUG_FS) | 197 | #if defined(CONFIG_DEBUG_FS) |
198 | void amdgpu_sa_bo_dump_debug_info(struct amdgpu_sa_manager *sa_manager, | 198 | void amdgpu_sa_bo_dump_debug_info(struct amdgpu_sa_manager *sa_manager, |
199 | struct seq_file *m); | 199 | struct seq_file *m); |