summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/mmhub_v1_8.h
diff options
context:
space:
mode:
authorHawking Zhang <Hawking.Zhang@amd.com>2023-01-22 18:26:40 +0300
committerAlex Deucher <alexander.deucher@amd.com>2023-06-09 16:53:42 +0300
commit73c2b3fd2c515bcb819d801c5c4bf053fdb1e5cb (patch)
treec538423db5085dae72b5caed6a02cbfd07f3eafa /drivers/gpu/drm/amd/amdgpu/mmhub_v1_8.h
parentccfdbd4bdc0875ee8b8fe00691a6b5f883227bdb (diff)
downloadlinux-73c2b3fd2c515bcb819d801c5c4bf053fdb1e5cb.tar.xz
drm/amdgpu: Initialize mmhub v1_8 ras function
Initialize mmhub v1_8 ras function. Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com> Reviewed-by: Tao Zhou <tao.zhou1@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
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