summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2018-03-01 10:41:46 +0100
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)
downloadop-kernel-dev-c396ef9bf3172fd57e86df4529b11d563f9ff801.zip
op-kernel-dev-c396ef9bf3172fd57e86df4529b11d563f9ff801.tar.gz
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 86fbc86..eba4abc 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,
void amdgpu_device_gart_location(struct amdgpu_device *adev,
struct amdgpu_gmc *mc);
int amdgpu_device_resize_fb_bar(struct amdgpu_device *adev);
-void amdgpu_ttm_set_active_vram_size(struct amdgpu_device *adev, u64 size);
-int amdgpu_ttm_init(struct amdgpu_device *adev);
-void amdgpu_ttm_fini(struct amdgpu_device *adev);
void amdgpu_device_program_register_sequence(struct amdgpu_device *adev,
const u32 *registers,
const u32 array_size);
OpenPOWER on IntegriCloud