summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_umc.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-25drm/amdgpu: Support passing poison consumption ras block to SRIOVYiPeng Chai1-2/+3
2024-01-23drm/amdgpu: update check condition of query for ras page retireTao Zhou1-2/+8
2024-01-23drm/amdgpu: Use asynchronous polling to handle umc_v12_0 poisoningYiPeng Chai1-31/+108
2024-01-16drm/amdgpu: Log deferred error separatelyCandice Li1-0/+1
2024-01-16drm/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-12drm/amdgpu: optimize redundant code in umc_v8_10YiPeng Chai1-0/+31
2023-03-22drm/amdgpu: Initialize umc ras callbackHawking Zhang1-1/+1
2023-03-14drm/amdgpu: Move umc ras block init to gmc ras sw_initHawking Zhang1-0/+30
2023-02-24drm/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-03drm/amdgpu: Remove redundant calls of amdgpu_ras_block_late_fini in umc ras b...yipechai1-7/+0
2022-03-03drm/amdgpu: Optimize xxx_ras_fini function of each ras blockyipechai1-2/+2
2022-03-03drm/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-15drm/amdgpu: Modify umc block to fit for the unified ras block data and opsyipechai1-16/+16
2022-01-15drm/amdgpu: Modify the compilation failed problem when other ras blocks' .h i...yipechai1-1/+1
2022-01-15drm/amd/pm: do not expose implementation details to other blocks out of powerEvan Quan1-3/+2
2021-12-30drm/amdgpu: save error count in RAS poison handlerTao Zhou1-73/+95
2021-12-29drm/amdgpu: add gpu reset control for umc page retirementTao Zhou1-3/+12
2021-11-22drm/amdgpu: query umc error info from ecc_table v2Stanley.Yang1-22/+50
2021-08-16drm/amd/amdgpu: remove unnecessary RAS context fieldCandice Li1-1/+0
2021-07-01drm/amdgpu: Some renamesLuben Tuikov1-1/+1
2021-06-19drm/amdgpu: message smu to update hbm bad page numberStanley.Yang1-0/+4
2021-04-09drm/amdgpu: split umc callbacks to ras and non-ras onesHawking Zhang1-8/+9
2020-10-30drm/amdgpu: change to save bad pages in UMC error interrupt callbackDennis Li1-3/+4
2020-08-05drm/amdgpu: disable page reservation when amdgpu_bad_page_threshold = 0Guchun Chen1-2/+3
2020-04-13drm/amdgpu: refine ras related message printGuchun Chen1-4/+6
2020-04-13drm/amdgpu: add uncorrectable error count print in UMC ecc irq cbGuchun Chen1-0/+3
2020-03-10drm/amdgpu: call ras_debugfs_create_all in debugfs_initTao Zhou1-1/+0
2020-01-07drm/amdgpu: removed GFX RAS support check in UMC ECC callbackJohn Clements1-7/+1
2019-12-19drm/amdgpu: drop useless BACO arg in amdgpu_ras_reset_gpuGuchun Chen1-1/+1
2019-10-03drm/amdgpu: add comments in ras interrupt callbackTao Zhou1-0/+4
2019-10-03drm/amdgpu: move umc ras fini to umc blockTao Zhou1-0/+15
2019-10-03drm/amdgpu: remove ih_info parameter of umc_ras_late_initTao Zhou1-8/+7
2019-10-03drm/amdgpu: move umc_ras_if from gmc to umc blockTao Zhou1-14/+14
2019-10-03drm/amdgpu: move umc ras irq functions to umc blockTao Zhou1-1/+64
2019-09-16drm/amdgpu: rename umc ras_init to err_cnt_initTao Zhou1-2/+2
2019-09-16drm/amdgpu: move umc ras init to umc blockTao Zhou1-0/+4
2019-09-16drm/amdgpu: move umc late init from gmc to umc blockTao Zhou1-0/+73