diff options
author | Christian König <christian.koenig@amd.com> | 2017-07-06 22:02:41 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-07-14 11:06:28 -0400 |
commit | 3490bdb537fbf94a7a57f6c353a39e6306a9cfbd (patch) | |
tree | b37f2b873d055cde62893d0972adda74d0e2686b /drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h | |
parent | 70d17a25da21e1d497db3580ae27682952ddfd98 (diff) | |
download | linux-3490bdb537fbf94a7a57f6c353a39e6306a9cfbd.tar.gz linux-3490bdb537fbf94a7a57f6c353a39e6306a9cfbd.tar.bz2 linux-3490bdb537fbf94a7a57f6c353a39e6306a9cfbd.zip |
drm/amdgpu: move GART struct and function into amdgpu_gart.h v2
No functional change, just cleanup.
v2: rebased, keep gart name.
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h index 4f5c1da5922e..f137c2458ee8 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h @@ -80,5 +80,6 @@ int amdgpu_fill_buffer(struct amdgpu_bo *bo, int amdgpu_mmap(struct file *filp, struct vm_area_struct *vma); bool amdgpu_ttm_is_bound(struct ttm_tt *ttm); int amdgpu_ttm_bind(struct ttm_buffer_object *bo, struct ttm_mem_reg *bo_mem); +int amdgpu_ttm_recover_gart(struct amdgpu_device *adev); #endif |