diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2018-03-09 15:14:11 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-03-14 17:01:16 -0400 |
commit | 5494d8640ffc1df6096fd37943948ab46a152850 (patch) | |
tree | b17883b835969c40c14bfdd09b14382bca10fed0 /drivers/gpu/drm/amd/amdgpu/vi.c | |
parent | 3cdfe700567a653ba18dfe012f74b6b75b4bd946 (diff) |
drm/amdgpu: move getting pcie info to common code
No need to replicate it in several places.
Reviewed-by: Rex Zhu <rezhu@amd.com>
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/vi.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/vi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/vi.c b/drivers/gpu/drm/amd/amdgpu/vi.c index dec7de3be78a..e7cf752c3c87 100644 --- a/drivers/gpu/drm/amd/amdgpu/vi.c +++ b/drivers/gpu/drm/amd/amdgpu/vi.c | |||
@@ -1097,8 +1097,6 @@ static int vi_common_early_init(void *handle) | |||
1097 | xgpu_vi_mailbox_set_irq_funcs(adev); | 1097 | xgpu_vi_mailbox_set_irq_funcs(adev); |
1098 | } | 1098 | } |
1099 | 1099 | ||
1100 | amdgpu_device_get_pcie_info(adev); | ||
1101 | |||
1102 | return 0; | 1100 | return 0; |
1103 | } | 1101 | } |
1104 | 1102 | ||