diff options
author | Hawking Zhang <Hawking.Zhang@amd.com> | 2021-04-28 17:59:14 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-05-11 01:06:43 +0300 |
commit | ca81b26d21b3956062441a3faf5faf6bdcaed6e8 (patch) | |
tree | 45dd536a9f6a68f7e123be2bed38f68ebcad45e6 /drivers/gpu/drm/amd/amdgpu/hdp_v4_0.h | |
parent | b11625f56f09f125c2e608893bfceb84e92e52f9 (diff) | |
download | linux-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.h | 1 |
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 |