diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2016-02-01 11:18:30 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-02-10 14:17:10 -0500 |
commit | 383b6f608b88315f81ffd09cfed2ab7c633b1ec9 (patch) | |
tree | f8ae10b2a006af9582448b923f377051ebc4e444 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | 25030321ba2860c56651429a4f28d94a6483d952 (diff) |
drm/amdgpu: remove unused function
amdgpu_boot_test_post_card() is not used anywhere. Probably
a leftover from the original port from radeon.
Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Tom St Denis <tom.stdenis@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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 2309c8b88ae7..811353c3f131 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -2340,7 +2340,6 @@ int amdgpu_gpu_reset(struct amdgpu_device *adev); | |||
2340 | void amdgpu_pci_config_reset(struct amdgpu_device *adev); | 2340 | void amdgpu_pci_config_reset(struct amdgpu_device *adev); |
2341 | bool amdgpu_card_posted(struct amdgpu_device *adev); | 2341 | bool amdgpu_card_posted(struct amdgpu_device *adev); |
2342 | void amdgpu_update_display_priority(struct amdgpu_device *adev); | 2342 | void amdgpu_update_display_priority(struct amdgpu_device *adev); |
2343 | bool amdgpu_boot_test_post_card(struct amdgpu_device *adev); | ||
2344 | 2343 | ||
2345 | int amdgpu_cs_parser_init(struct amdgpu_cs_parser *p, void *data); | 2344 | int amdgpu_cs_parser_init(struct amdgpu_cs_parser *p, void *data); |
2346 | int amdgpu_cs_get_ring(struct amdgpu_device *adev, u32 ip_type, | 2345 | int amdgpu_cs_get_ring(struct amdgpu_device *adev, u32 ip_type, |