| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | drm/amdgpu: Update setting EEPROM table version | Candice Li | 2024-03-20 | 1 | -6/+0 |
| | | | | | | | | | | Use helper function instead of umc callback to set EEPROM table version. Signed-off-by: Candice Li <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | ||||
| * | drm/amdgpu: Retrieve CE count from ce_count_lo_chip in EccInfo table | Candice Li | 2023-10-27 | 1 | -7/+5 |
| | | | | | | | | | | Retrieve correctable error count from ce_count_lo_chip instead of mca_umc_status. Signed-off-by: Candice Li <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | ||||
| * | drm/amdgpu: Support setting EEPROM table version | Stanley.Yang | 2023-06-09 | 1 | -0/+6 |
| | | | | | | | | | | Add setting EEPROM table version interface for umcv8.10, Add EEPROM table v2.1 to UMC v8.10. Signed-off-by: Stanley.Yang <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | ||||
| * | drm/amdgpu: optimize redundant code in umc_v8_10 | YiPeng Chai | 2023-04-11 | 1 | -119/+76 |
| | | | | | | | | | Optimize redundant code in umc_v8_10 Signed-off-by: YiPeng Chai <[email protected]> Reviewed-by: Tao Zhou <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | ||||
| * | drm/amdgpu: Make umc_v8_10_convert_error_address static and remove unused ↵ | Candice Li | 2023-03-02 | 1 | -10/+5 |
| | | | | | | | | | | | | | | variable Fixes following warnings: warning: no previous prototype for 'umc_v8_10_convert_error_address' warning: variable 'channel_index' set but not used Reported-by: kernel test robot <[email protected]> Signed-off-by: Candice Li <[email protected]> Reviewed-by: Tao Zhou <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | ||||
| * | drm/amdgpu: Add ecc info query interface for umc v8_10 | Candice Li | 2023-02-23 | 1 | -0/+134 |
| | | | | | | | | | | | | | Support ecc info query for umc v8_10. v2: Simplied by convert_error_address. v3: Remove unused variable and invalid checking. Signed-off-by: Candice Li <[email protected]> Reviewed-by: Tao Zhou <[email protected]> Reviewed-by: Stanley.Yang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | ||||
| * | drm/amdgpu: Add convert_error_address function for umc v8_10 | Candice Li | 2023-02-23 | 1 | -31/+42 |
| | | | | | | | | | | Add convert_error_address for umc v8_10. Signed-off-by: Candice Li <[email protected]> Reviewed-by: Tao Zhou <[email protected]> Reviewed-by: Stanley.Yang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | ||||
| * | drm/amdgpu: correct umc poison mode set value | Stanley.Yang | 2023-01-03 | 1 | -20/+4 |
| | | | | | | | | | | | For GFX 11.0.3, Due to security policy, there is no way to check UcFatalEn field of UMCCH0_0_GeccCtrl to identify UMC poison mode. This is workaround force set umc poison mode as 1 for GFX 11.0.3 Signed-off-by: Stanley.Yang <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | ||||
| * | drm/amdgpu: Add umc channel index mapping table for umc_v8_10 | YiPeng Chai | 2022-11-15 | 1 | -0/+10 |
| | | | | | | | | | | Add umc channel index mapping table for umc_v8_10. Signed-off-by: YiPeng Chai <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Reviewed-by: Tao Zhou <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | ||||
| * | drm/amdgpu: Add poison mode query for umc v8_10_0 | Candice Li | 2022-10-11 | 1 | -0/+26 |
| | | | | | | | | | Add poison mode query support on umc v8_10_0. Signed-off-by: Candice Li <[email protected]> Reviewed-by: Tao Zhou <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | ||||
| * | drm/amdgpu: remove check for CE in RAS error address query | Tao Zhou | 2022-10-11 | 1 | -28/+20 |
| | | | | | | | | | Only RAS UE error address is queried currently, no need to check CE status. Signed-off-by: Tao Zhou <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | ||||
| * | drm/amdgpu: Rely on MCUMC_STATUS for umc v8_10 correctable error counter only | Candice Li | 2022-09-13 | 1 | -9/+3 |
| | | | | | | | | | Only check MCUMC_STATUS for CE counter for umc v8_10. Signed-off-by: Candice Li <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | ||||
| * | drm/amdgpu: add umc ras functions for umc v8_10_0 | YiPeng Chai | 2022-07-18 | 1 | -0/+357 |
| 1. Support query umc ras error counter. 2. Support ras umc ue error address remapping. Signed-off-by: YiPeng Chai <[email protected]> Reviewed-by: Alexander Deucher <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Reviewed-by: Tao Zhou <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
