aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_umc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2022-01-14drm/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-28drm/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-18drm/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-04drm/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-18drm/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