diff options
| author | 2017-12-14 16:39:02 -0500 | |
|---|---|---|
| committer | 2017-12-18 10:59:35 -0500 | |
| commit | f5ec697e37023ce60dc1c38bf6b2bf32de767376 (patch) | |
| tree | a0c41f14d3a0939c3fb8ddd721f35ceb6345dd2f /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
| parent | drm/amdgpu: rename amdgpu_*_location functions (diff) | |
| download | linux-dev-f5ec697e37023ce60dc1c38bf6b2bf32de767376.tar.xz linux-dev-f5ec697e37023ce60dc1c38bf6b2bf32de767376.zip | |
drm/amdgpu: move fw_reserve functions to amdgpu_ttm.c
It's the only place they are used.
Acked-by: Christian König <christian.koenig@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 ac21addcde7d..a8390abe13a6 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -1387,9 +1387,6 @@ struct amdgpu_fw_vram_usage { void *va; }; -int amdgpu_fw_reserve_vram_init(struct amdgpu_device *adev); -void amdgpu_fw_reserve_vram_fini(struct amdgpu_device *adev); - /* * CGS */ |
