diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/vi.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/vi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/vi.c b/drivers/gpu/drm/amd/amdgpu/vi.c index 66072063bc7c..d9bb26322850 100644 --- a/drivers/gpu/drm/amd/amdgpu/vi.c +++ b/drivers/gpu/drm/amd/amdgpu/vi.c | |||
@@ -1074,7 +1074,7 @@ static int vi_common_early_init(void *handle) | |||
1074 | /* vi use smc load by default */ | 1074 | /* vi use smc load by default */ |
1075 | adev->firmware.load_type = amdgpu_ucode_get_load_type(adev, amdgpu_fw_load_type); | 1075 | adev->firmware.load_type = amdgpu_ucode_get_load_type(adev, amdgpu_fw_load_type); |
1076 | 1076 | ||
1077 | amdgpu_get_pcie_info(adev); | 1077 | amdgpu_device_get_pcie_info(adev); |
1078 | 1078 | ||
1079 | return 0; | 1079 | return 0; |
1080 | } | 1080 | } |