Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-04-16 | drm/amdgpu: add new aca smu callback func parse_error_code() | Yang Wang | 1 | -0/+1 | |
add new aca smu callback parse_error_code{} to avoid specific asic check in amdgpu_aca.c file Signed-off-by: Yang Wang <[email protected]> Reviewed-by: Tao Zhou <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2024-04-09 | drm/amdgpu: refine function signature of amdgpu_aca_get_error_data() | Yang Wang | 1 | -1/+5 | |
refine function signature of amdgpu_aca_get_error_data(); Signed-off-by: Yang Wang <[email protected]> Reviewed-by: Tao Zhou <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2024-03-22 | drm/amdgpu: add ras event id support for ACA | Yang Wang | 1 | -1/+1 | |
add ras event id support for ACA. Signed-off-by: Yang Wang <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Reviewed-by: Tao Zhou <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2024-03-22 | drm/amdgpu: avoid update aca bank multi times during ras isr | Yang Wang | 1 | -0/+1 | |
Because the UE Valid MCA count will only be cleared after reset, in order to avoid repeated counting of the error count, the aca bank is only updated once during ras isr. Signed-off-by: Yang Wang <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2024-03-20 | drm/amdgpu: retire unused aca_bank_report data structure | Yang Wang | 1 | -7/+1 | |
retire unused aca_bank_report data structure. Signed-off-by: Yang Wang <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2024-03-20 | drm/amdgpu: add new api to save error count into aca cache | Yang Wang | 1 | -1/+3 | |
add new api to save error count into aca cache. Signed-off-by: Yang Wang <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2024-03-20 | drm/amdgpu: add new aca_smu_type support | Yang Wang | 1 | -4/+11 | |
Add new types to distinguish between ACA error type and smu mca type. e.g.: the ACA_ERROR_TYPE_DEFERRED is not matched any smu mca valid bank channel, so add new type 'aca_smu_type' to distinguish aca error type and smu mca type. Signed-off-by: Yang Wang <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2024-01-25 | drm/amdgpu: adjust aca init/fini sequence to match gpu reset | Yang Wang | 1 | -0/+1 | |
- move aca init/fini function into ras init/fini to adapt gpu reset sequence. - add new function amdgpu_aca_reset() Signed-off-by: Yang Wang <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2024-01-15 | drm/amdgpu: add aca sysfs support | Yang Wang | 1 | -0/+2 | |
add aca sysfs node support Signed-off-by: Yang Wang <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2024-01-15 | drm/amdgpu: add amdgpu ras aca query interface | Yang Wang | 1 | -0/+2 | |
v1: add ACA error query interface v2: Add a new helper function to determine whether to use ACA or MCA. Signed-off-by: Yang Wang <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2024-01-15 | drm/amdgpu: add ACA bank dump debugfs support | Yang Wang | 1 | -0/+2 | |
add ACA bank dump debugfs support Signed-off-by: Yang Wang <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2024-01-15 | drm/amdgpu: implement RAS ACA driver framework | Yang Wang | 1 | -0/+195 | |
v1: implement new RAS ACA driver code framework. v2: - rename aca_bank_set to aca_banks. - rename aca_source_xxx to aca_handle_xxx. v3: Optimize some function implementation details. (from Hawking's suggestion) Signed-off-by: Yang Wang <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> |