aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/hdp_v4_0.c
diff options
context:
space:
mode:
authoryipechai <[email protected]>2022-02-17 07:02:32 +0000
committerAlex Deucher <[email protected]>2022-03-02 23:40:06 +0000
commitaa8e65dfc75f684cd46d49f71453ea3512a1e770 (patch)
tree447171770d98984acdc712a62d7f6931c1b5e0cd /drivers/gpu/drm/amd/amdgpu/hdp_v4_0.c
parentdrm/amdgpu: Remove redundant calls of amdgpu_ras_block_late_fini in xgmi ras ... (diff)
downloadkernel-aa8e65dfc75f684cd46d49f71453ea3512a1e770.tar.gz
kernel-aa8e65dfc75f684cd46d49f71453ea3512a1e770.zip
drm/amdgpu: Remove redundant calls of amdgpu_ras_block_late_fini in hdp ras block
Remove redundant calls of amdgpu_ras_block_late_fini in hdp ras block. Signed-off-by: yipechai <[email protected]> Reviewed-by: Tao Zhou <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/hdp_v4_0.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/hdp_v4_0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/hdp_v4_0.c b/drivers/gpu/drm/amd/amdgpu/hdp_v4_0.c
index 02400d97a95c..d1e27133b2ca 100644
--- a/drivers/gpu/drm/amd/amdgpu/hdp_v4_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/hdp_v4_0.c
@@ -166,7 +166,7 @@ struct amdgpu_hdp_ras hdp_v4_0_ras = {
.type = AMDGPU_RAS_ERROR__MULTI_UNCORRECTABLE,
},
.hw_ops = &hdp_v4_0_ras_hw_ops,
- .ras_fini = amdgpu_hdp_ras_fini,
+ .ras_fini = amdgpu_ras_block_late_fini,
},
};