| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-01-22 | drm/amdgpu: add interface to check mca umc status | YiPeng Chai | 1 | -0/+1 | |
| Add interface to check mca umc status. Signed-off-by: YiPeng Chai <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| 2023-12-13 | drm/amdgpu: Switch to aca bank for xgmi pcs err cnt | Hawking Zhang | 1 | -0/+2 | |
| Instead of software managed counters. Signed-off-by: Hawking Zhang <[email protected]> Reviewed-by: Yang Wang <[email protected]> Reviewed-by: Stanley.Yang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| 2023-12-06 | drm/amd/pm: support new mca smu error code decoding | Yang Wang | 1 | -0/+2 | |
| support new mca smu error code decoding from smu 85.86.0 for smu v13.0.6 Signed-off-by: Yang Wang <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| 2023-11-09 | drm/amdgpu: add smu v13.0.6 pcs xgmi ras error query support | Yang Wang | 1 | -0/+1 | |
| add pcs xgmi ras error query support for smu v13.0.6. Signed-off-by: Yang Wang <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| 2023-11-09 | drm/amdgpu: correct acclerator check architecutre dump | Hawking Zhang | 1 | -2/+0 | |
| So driver doesn't touch invalid aca entries. Signed-off-by: Hawking Zhang <[email protected]> Reviewed-by: Yang Wang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| 2023-11-09 | drm/amdgpu: refine smu v13.0.6 mca dump driver | Yang Wang | 1 | -4/+57 | |
| refine smu mca driver to support query ras error from pmfw path. - correct gfx smu bank hwid (from mp5 to smu bank) - retire unused callback function in amdgpu_mca_smu_funcs{} - add new mca_bank_set{} structure to collect mca bank - move enum mca_reg_idx into amdgpu_mca.h header - add mca status register field decode macro Signed-off-by: Yang Wang <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| 2023-09-20 | drm/amdgpu: add amdgpu mca debug sysfs support | Yang Wang | 1 | -0/+2 | |
| 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]> | |||||
| 2023-09-20 | drm/amdgpu: add amdgpu smu mca dump feature support | Yang Wang | 1 | -0/+59 | |
| add amdgpu smu mca dump feature support. Signed-off-by: Yang Wang <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| 2023-03-15 | drm/amdgpu: Rework mca ras sw_init | Hawking Zhang | 1 | -6/+3 | |
| To align with other IP blocks Signed-off-by: Hawking Zhang <[email protected]> Reviewed-by: Stanley Yang <[email protected]> Reviewed-by: Tao Zhou <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| 2022-03-02 | drm/amdgpu: Remove redundant calls of amdgpu_ras_block_late_fini in mca ras ↵ | yipechai | 1 | -3/+0 | |
| block Remove redundant calls of amdgpu_ras_block_late_fini in mca ras block. Signed-off-by: yipechai <[email protected]> Reviewed-by: Tao Zhou <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| 2022-02-17 | drm/amdgpu: Remove redundant calls of ras_late_init in mca ras block | yipechai | 1 | -3/+0 | |
| Remove redundant calls of ras_late_init in mca ras block. Signed-off-by: yipechai <[email protected]> Reviewed-by: Tao Zhou <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| 2022-01-14 | drm/amdgpu: Modify mca block to fit for the unified ras block data and ops | yipechai | 1 | -11/+3 | |
| 1.Modify mca block to fit for the unified ras block data and ops. 2.Define special .ras_block_match function for mca block to identify itself. 3.Change amdgpu_mca_ras_funcs to amdgpu_mca_ras_block(amdgpu_mca_ras had been used), and the corresponding variable name remove _funcs suffix. 4.Remove the const flag of cma ras variable so that cma ras block can be able to be inserted into amdgpu device ras block link list. 5.Invoke amdgpu_ras_register_ras_block function to register cma ras block into amdgpu device ras block link list. 6.Remove the redundant code about cma in amdgpu_ras.c after using the unified ras block. Signed-off-by: yipechai <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Reviewed-by: John Clements <[email protected]> Reviewed-by: Tao Zhou <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| 2021-09-23 | drm/amdgpu: Updated RAS infrastructure | John Clements | 1 | -0/+1 | |
| Update RAS infrastructure to support RAS query for MCA subblocks Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: John Clements <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
| 2021-08-24 | drm/amdgpu: Add driver infrastructure for MCA RAS | John Clements | 1 | -0/+72 | |
| Add MCA specific IP blocks targetting RAS features Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: John Clements <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||