aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h
diff options
context:
space:
mode:
authorTao Zhou <[email protected]>2019-09-05 11:16:19 +0000
committerAlex Deucher <[email protected]>2019-09-16 15:06:03 +0000
commit86edcc7dba53995ea9448e535d7eb21dff5245d0 (patch)
tree345bdbb6c283e2481712cc9b07b7f8bf7a850741 /drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h
parentdrm/amdgpu: remove duplicated header file include (diff)
downloadkernel-86edcc7dba53995ea9448e535d7eb21dff5245d0.tar.gz
kernel-86edcc7dba53995ea9448e535d7eb21dff5245d0.zip
drm/amdgpu: move umc late init from gmc to umc block
umc late init is umc specific, it's more suitable to be put in umc block Signed-off-by: Tao Zhou <[email protected]> Reviewed-by: Guchun Chen <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h
index 232a8ff5642b..d3be51ba6349 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h
@@ -234,7 +234,5 @@ void amdgpu_gmc_agp_location(struct amdgpu_device *adev,
struct amdgpu_gmc *mc);
bool amdgpu_gmc_filter_faults(struct amdgpu_device *adev, uint64_t addr,
uint16_t pasid, uint64_t timestamp);
-int amdgpu_gmc_ras_late_init(struct amdgpu_device *adev,
- void *ih_info);
#endif