aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_nbio.h
diff options
context:
space:
mode:
authorTao Zhou <[email protected]>2019-09-18 09:30:50 +0000
committerAlex Deucher <[email protected]>2019-10-03 14:11:02 +0000
commitde9bbd5273c8caa0361876e4171de2ad36a6b9df (patch)
tree83ddd67b89f00716d25aec090397bf901158b644 /drivers/gpu/drm/amd/amdgpu/amdgpu_nbio.h
parentdrm/amdgpu: simplify the access to eeprom_control struct (diff)
downloadkernel-de9bbd5273c8caa0361876e4171de2ad36a6b9df.tar.gz
kernel-de9bbd5273c8caa0361876e4171de2ad36a6b9df.zip
drm/amdgpu: add ras fini for nbio
add a common nbio ras fini implementation to cleanup nbio ras framework 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_nbio.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_nbio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_nbio.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_nbio.h
index 9e26b81ba6ad..1f26a17e6561 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_nbio.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_nbio.h
@@ -95,5 +95,5 @@ struct amdgpu_nbio {
};
int amdgpu_nbio_ras_late_init(struct amdgpu_device *adev);
-
+void amdgpu_nbio_ras_fini(struct amdgpu_device *adev);
#endif