drm/amdgpu: add amdgpu mca debug sysfs support

add amdgpu mca debug sysfs support.

Signed-off-by: Yang Wang <kevinyang.wang@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Yang Wang
2023-09-06 12:37:14 +08:00
committed by Alex Deucher
parent d11bbacee3
commit 4051844c66
3 changed files with 120 additions and 0 deletions

View File

@@ -1570,6 +1570,8 @@ void amdgpu_ras_debugfs_create_all(struct amdgpu_device *adev)
amdgpu_ras_debugfs_create(adev, &fs_info, dir);
}
}
amdgpu_mca_smu_debugfs_init(adev, dir);
}
/* debugfs end */