summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/hdp_v4_0.h
diff options
context:
space:
mode:
authorHawking Zhang <Hawking.Zhang@amd.com>2021-04-28 17:59:14 +0300
committerAlex Deucher <alexander.deucher@amd.com>2021-05-11 01:06:43 +0300
commitca81b26d21b3956062441a3faf5faf6bdcaed6e8 (patch)
tree45dd536a9f6a68f7e123be2bed38f68ebcad45e6 /drivers/gpu/drm/amd/amdgpu/hdp_v4_0.h
parentb11625f56f09f125c2e608893bfceb84e92e52f9 (diff)
downloadlinux-ca81b26d21b3956062441a3faf5faf6bdcaed6e8.tar.xz
drm/amdgpu: implement hdp v4_0 ras functions
implement hdp v4_0 ras functions, including ras init/fini, query/reset_error_counter Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com> Reviewed-by: John Clements <John.Clements@amd.com> Reviewed-by: Dennis Li <Dennis.Li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/hdp_v4_0.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/hdp_v4_0.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/hdp_v4_0.h b/drivers/gpu/drm/amd/amdgpu/hdp_v4_0.h
index d1e6399e8c46..dc3a1b81dd62 100644
--- a/drivers/gpu/drm/amd/amdgpu/hdp_v4_0.h
+++ b/drivers/gpu/drm/amd/amdgpu/hdp_v4_0.h
@@ -27,5 +27,6 @@
#include "soc15_common.h"
extern const struct amdgpu_hdp_funcs hdp_v4_0_funcs;
+extern const struct amdgpu_hdp_ras_funcs hdp_v4_0_ras_funcs;
#endif