aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_umc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-29drm/amdgpu: handle old RAS eeprom data in non-nps1 modeganglxie1-0/+23
2025-05-13drm/amdgpu: Modify the count method of defer errorCe Sun1-0/+1
2025-02-12drm/amdgpu: Use active umc info from discoveryLijo Lazar1-0/+42
2024-12-10drm/amdgpu: correct the calculation of RAS bad pageTao Zhou1-1/+2
2024-12-10drm/amdgpu: parse legacy RAS bad page mixed with new data in various NPS modesTao Zhou1-2/+2
2024-12-10drm/amdgpu: save UMC global channel index to eepromTao Zhou1-5/+2
2024-12-10drm/amdgpu: add function to find all memory pages in one physical rowTao Zhou1-15/+23
2024-12-10drm/amdgpu: add return value for convert_ras_err_addrTao Zhou1-6/+13
2024-12-10drm/amdgpu: reduce memory usage for umc_lookup_bad_pages_in_a_rowTao Zhou1-3/+2
2024-12-10drm/amdgpu: make convert_ras_err_addr visible outside UMC blockTao Zhou1-0/+63
2024-11-11drm/amdgpu: Implement virt req_ras_err_countVictor Skvortsov1-0/+3
2024-08-06drm/amdgpu: create function to check RAS RMA statusTao Zhou1-1/+1
2024-07-23drm/amdgpu: Remove unused codeYiPeng Chai1-86/+0
2024-07-23drm/amdgpu: optimize logging deferred error infoYiPeng Chai1-11/+3
2024-06-27drm/amdgpu: refine poison consumption interrupt handlerYiPeng Chai1-5/+6
2024-06-14drm/amdgpu: trigger mode1 reset for RAS RMA statusTao Zhou1-4/+4
2024-04-26drm/amdgpu: fix double free err_addr pointer warningsBob Zhou1-0/+1
2024-04-26drm/amdgpu: prepare to handle pasid poison consumptionYiPeng Chai1-7/+13
2024-04-26drm/amdgpu: add condition check for amdgpu_umc_fill_error_recordYiPeng Chai1-3/+17
2024-04-26drm/amdgpu: Add delay work to retire bad pagesYiPeng Chai1-1/+1
2024-04-26drm/amdgpu: umc v12_0 logs ecc errorsYiPeng Chai1-0/+67
2024-04-26drm/amdgpu: add interface to update umc v12_0 ecc statusYiPeng Chai1-0/+9
2024-03-20drm/amdgpu: make reset method configurable for RAS poisonTao Zhou1-9/+7
2024-01-25drm/amdgpu: Support passing poison consumption ras block to SRIOVYiPeng Chai1-2/+3
2024-01-22drm/amdgpu: update check condition of query for ras page retireTao Zhou1-2/+8
2024-01-22drm/amdgpu: Use asynchronous polling to handle umc_v12_0 poisoningYiPeng Chai1-31/+108
2024-01-15drm/amdgpu: Log deferred error separatelyCandice Li1-0/+1
2024-01-15drm/amdgpu: Do bad page retirement for deferred errorsCandice Li1-6/+4
2023-11-03drm/amdgpu: use mode-2 reset for RAS poison consumptionTao Zhou1-1/+5
2023-10-13drm/amdgpu: add ras_err_info to identify RAS error sourceYang Wang1-6/+21
2023-09-20drm/amdgpu: Use function for IP version checkLijo Lazar1-1/+1
2023-06-15drm/amdgpu: Optimize checking ras supportedStanley.Yang1-15/+19
2023-04-11drm/amdgpu: optimize redundant code in umc_v8_10YiPeng Chai1-0/+31
2023-03-22drm/amdgpu: Initialize umc ras callbackHawking Zhang1-1/+1
2023-03-13drm/amdgpu: Move umc ras block init to gmc ras sw_initHawking Zhang1-0/+30
2023-02-23drm/amdgpu: exclude duplicate pages from UMC RAS UE countTao Zhou1-2/+2
2022-12-15drm/amdgpu: add RAS poison consumption handler for SRIOVTao Zhou1-18/+26
2022-10-27drm/amdgpu: remove ras_error_status parameter for UMC poison handlerTao Zhou1-8/+5
2022-10-27drm/amdgpu: add RAS poison handling for MCATao Zhou1-11/+20
2022-10-27drm/amdgpu: add RAS page retirement functions for MCATao Zhou1-0/+53
2022-03-15drm/amdgpu: message smu to update bad channel infoStanley.Yang1-0/+5
2022-03-02drm/amdgpu: Remove redundant calls of amdgpu_ras_block_late_fini in umc ras blockyipechai1-7/+0
2022-03-02drm/amdgpu: Optimize xxx_ras_fini function of each ras blockyipechai1-2/+2
2022-03-02drm/amdgpu: Modify .ras_fini function pointer parameteryipechai1-1/+1
2022-02-17drm/amdgpu: Optimize xxx_ras_late_init function of each ras blockyipechai1-3/+3
2022-02-17drm/amdgpu: Modify .ras_late_init function pointer parameteryipechai1-1/+1
2022-02-14drm/amdgpu: Optimize amdgpu_umc_ras_late_init/amdgpu_umc_ras_fini function codeyipechai1-38/+6
2022-01-27drm/amdgpu: add umc_fill_error_record to make code more simpleTao Zhou1-0/+21
2022-01-14drm/amdgpu: Modify umc block to fit for the unified ras block data and opsyipechai1-16/+16
2022-01-14drm/amdgpu: Modify the compilation failed problem when other ras blocks' .h include amdgpu_ras.hyipechai1-1/+1