aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/mmhub_v1_8.h
diff options
context:
space:
mode:
authorHawking Zhang <[email protected]>2023-01-22 15:26:40 +0000
committerAlex Deucher <[email protected]>2023-06-09 13:53:42 +0000
commit73c2b3fd2c515bcb819d801c5c4bf053fdb1e5cb (patch)
treec538423db5085dae72b5caed6a02cbfd07f3eafa /drivers/gpu/drm/amd/amdgpu/mmhub_v1_8.h
parentdrm/amdgpu: Add reset_ras_error_status for mmhub v1_8 (diff)
downloadkernel-73c2b3fd2c515bcb819d801c5c4bf053fdb1e5cb.tar.gz
kernel-73c2b3fd2c515bcb819d801c5c4bf053fdb1e5cb.zip
drm/amdgpu: Initialize mmhub v1_8 ras function
Initialize mmhub v1_8 ras function. Signed-off-by: Hawking Zhang <[email protected]> Reviewed-by: Tao Zhou <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/mmhub_v1_8.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/mmhub_v1_8.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/mmhub_v1_8.h b/drivers/gpu/drm/amd/amdgpu/mmhub_v1_8.h
index 0bb36200e4e5..126f0075ac50 100644
--- a/drivers/gpu/drm/amd/amdgpu/mmhub_v1_8.h
+++ b/drivers/gpu/drm/amd/amdgpu/mmhub_v1_8.h
@@ -24,5 +24,6 @@
#define __MMHUB_V1_8_H__
extern const struct amdgpu_mmhub_funcs mmhub_v1_8_funcs;
+extern struct amdgpu_mmhub_ras mmhub_v1_8_ras;
#endif