aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h
diff options
context:
space:
mode:
authorGravatar yipechai <YiPeng.Chai@amd.com> 2022-02-14 14:12:55 +0800
committerGravatar Alex Deucher <alexander.deucher@amd.com> 2022-02-17 15:59:04 -0500
commit4e9b1fa5a2757d11a5c40eed2b2b4837dcb2f12e (patch)
tree08238d6c22b48934a93ff8ed09d1260297c595b5 /drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h
parentdrm/amdgpu/discovery: Add sw DM function for 3.1.6 DCE (diff)
downloadlinux-4e9b1fa5a2757d11a5c40eed2b2b4837dcb2f12e.tar.gz
linux-4e9b1fa5a2757d11a5c40eed2b2b4837dcb2f12e.tar.bz2
linux-4e9b1fa5a2757d11a5c40eed2b2b4837dcb2f12e.zip
drm/amdgpu: Modify .ras_late_init function pointer parameter
Modify .ras_late_init function pointer parameter so that it can remove redundant intermediate calls in some ras blocks. Signed-off-by: yipechai <YiPeng.Chai@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/amdgpu_ras.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h
index 5de567c6a8f7..837d1b79a9cb 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h
@@ -490,7 +490,7 @@ struct amdgpu_ras_block_object {
int (*ras_block_match)(struct amdgpu_ras_block_object *block_obj,
enum amdgpu_ras_block block, uint32_t sub_block_index);
- int (*ras_late_init)(struct amdgpu_device *adev, void *ras_info);
+ int (*ras_late_init)(struct amdgpu_device *adev, struct ras_common_if *ras_block);
void (*ras_fini)(struct amdgpu_device *adev);
ras_ih_cb ras_cb;
const struct amdgpu_ras_block_hw_ops *hw_ops;