diff options
| author | Yang Wang <[email protected]> | 2023-09-06 04:37:14 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-09-20 16:25:19 +0000 |
| commit | 4051844c6616c0bf33dd16342967ea5b931746ae (patch) | |
| tree | 764a2d403777d6e091925d78acdc1d9735416dc4 /drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | |
| parent | drm/amdgpu: add VPE IP discovery info to HW IP info query (diff) | |
| download | kernel-4051844c6616c0bf33dd16342967ea5b931746ae.tar.gz kernel-4051844c6616c0bf33dd16342967ea5b931746ae.zip | |
drm/amdgpu: add amdgpu mca debug sysfs support
add amdgpu mca debug sysfs support.
Signed-off-by: Yang Wang <[email protected]>
Reviewed-by: Hawking Zhang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c index eeb695f9ff1c..4e4ba2149595 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c @@ -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 */ |
