diff options
| author | Christian König <christian.koenig@amd.com> | 2018-03-01 04:41:46 -0500 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2018-03-05 15:37:05 -0500 |
| commit | c396ef9bf3172fd57e86df4529b11d563f9ff801 (patch) | |
| tree | c74b5da67cae4256d1ffed2c26b7dc3ba04e0657 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
| parent | ea74e15fb547483f9f86088443f2d3c9f518de8b (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.h | 3 |
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, | |||
| 1827 | void amdgpu_device_gart_location(struct amdgpu_device *adev, | 1827 | void amdgpu_device_gart_location(struct amdgpu_device *adev, |
| 1828 | struct amdgpu_gmc *mc); | 1828 | struct amdgpu_gmc *mc); |
| 1829 | int amdgpu_device_resize_fb_bar(struct amdgpu_device *adev); | 1829 | int amdgpu_device_resize_fb_bar(struct amdgpu_device *adev); |
| 1830 | void amdgpu_ttm_set_active_vram_size(struct amdgpu_device *adev, u64 size); | ||
| 1831 | int amdgpu_ttm_init(struct amdgpu_device *adev); | ||
| 1832 | void amdgpu_ttm_fini(struct amdgpu_device *adev); | ||
| 1833 | void amdgpu_device_program_register_sequence(struct amdgpu_device *adev, | 1830 | void 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); |
