aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2018-03-01 04:41:46 -0500
committerAlex Deucher <alexander.deucher@amd.com>2018-03-05 15:37:05 -0500
commitc396ef9bf3172fd57e86df4529b11d563f9ff801 (patch)
treec74b5da67cae4256d1ffed2c26b7dc3ba04e0657 /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parentea74e15fb547483f9f86088443f2d3c9f518de8b (diff)
drm/amdgpu: move some functions into amdgpu_ttm.h
Those belong to the TTM handling. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Chunming Zhou <david1.zhou@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index 86fbc8649af0..eba4abc8aac6 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -1827,9 +1827,6 @@ void amdgpu_device_vram_location(struct amdgpu_device *adev,
1827void amdgpu_device_gart_location(struct amdgpu_device *adev, 1827void amdgpu_device_gart_location(struct amdgpu_device *adev,
1828 struct amdgpu_gmc *mc); 1828 struct amdgpu_gmc *mc);
1829int amdgpu_device_resize_fb_bar(struct amdgpu_device *adev); 1829int amdgpu_device_resize_fb_bar(struct amdgpu_device *adev);
1830void amdgpu_ttm_set_active_vram_size(struct amdgpu_device *adev, u64 size);
1831int amdgpu_ttm_init(struct amdgpu_device *adev);
1832void amdgpu_ttm_fini(struct amdgpu_device *adev);
1833void amdgpu_device_program_register_sequence(struct amdgpu_device *adev, 1830void amdgpu_device_program_register_sequence(struct amdgpu_device *adev,
1834 const u32 *registers, 1831 const u32 *registers,
1835 const u32 array_size); 1832 const u32 array_size);