diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2017-12-15 16:49:33 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-12-18 11:00:08 -0500 |
commit | 041d9d93b5dba8fa41134a4e5fc7a432b76fa308 (patch) | |
tree | 30f8b774ac6ea39a2dd92f212cec5f9eb5130d5a /drivers/gpu/drm/amd/amdgpu/cik.c | |
parent | 6b8f4ee56fb27ac36fb3dbec91b5eb04beb90287 (diff) |
drm/amdgpu: rename amdgpu_get_pcie_info
add device to the name for consistency.
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/cik.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/cik.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/cik.c b/drivers/gpu/drm/amd/amdgpu/cik.c index 6a92abc736e0..8e59e65efd44 100644 --- a/drivers/gpu/drm/amd/amdgpu/cik.c +++ b/drivers/gpu/drm/amd/amdgpu/cik.c | |||
@@ -1866,7 +1866,7 @@ static int cik_common_early_init(void *handle) | |||
1866 | 1866 | ||
1867 | adev->firmware.load_type = amdgpu_ucode_get_load_type(adev, amdgpu_fw_load_type); | 1867 | adev->firmware.load_type = amdgpu_ucode_get_load_type(adev, amdgpu_fw_load_type); |
1868 | 1868 | ||
1869 | amdgpu_get_pcie_info(adev); | 1869 | amdgpu_device_get_pcie_info(adev); |
1870 | 1870 | ||
1871 | return 0; | 1871 | return 0; |
1872 | } | 1872 | } |