diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2017-08-22 13:06:30 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-08-29 15:27:43 -0400 |
commit | c3db7b5a5591ede54fad5a4f5ea45f298e5d3470 (patch) | |
tree | 93a071d7b7537d8d26a312f77ffc91084e917524 /drivers/gpu/drm/amd/amdgpu/amdgpu_gart.h | |
parent | a4da14cc6266a8b77e897750390cd4afe0e52344 (diff) | |
download | talos-op-linux-c3db7b5a5591ede54fad5a4f5ea45f298e5d3470.tar.gz talos-op-linux-c3db7b5a5591ede54fad5a4f5ea45f298e5d3470.zip |
drm/amdgpu: move default gart size setting into gmc modules
Move the asic specific code into the IP modules.
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Reviewed-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_gart.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_gart.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gart.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_gart.h index d4cce6936200..afbe803b1a13 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gart.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gart.h @@ -56,7 +56,6 @@ struct amdgpu_gart { const struct amdgpu_gart_funcs *gart_funcs; }; -void amdgpu_gart_set_defaults(struct amdgpu_device *adev); int amdgpu_gart_table_ram_alloc(struct amdgpu_device *adev); void amdgpu_gart_table_ram_free(struct amdgpu_device *adev); int amdgpu_gart_table_vram_alloc(struct amdgpu_device *adev); |