summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_umc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: Use function for IP version checkLijo Lazar2023-09-201-1/+1
* drm/amdgpu: Optimize checking ras supportedStanley.Yang2023-06-151-15/+19
* drm/amdgpu: optimize redundant code in umc_v8_10YiPeng Chai2023-04-111-0/+31
* drm/amdgpu: Initialize umc ras callbackHawking Zhang2023-03-221-1/+1
* drm/amdgpu: Move umc ras block init to gmc ras sw_initHawking Zhang2023-03-131-0/+30
* drm/amdgpu: exclude duplicate pages from UMC RAS UE countTao Zhou2023-02-231-2/+2
* drm/amdgpu: add RAS poison consumption handler for SRIOVTao Zhou2022-12-151-18/+26
* drm/amdgpu: remove ras_error_status parameter for UMC poison handlerTao Zhou2022-10-271-8/+5
* drm/amdgpu: add RAS poison handling for MCATao Zhou2022-10-271-11/+20
* drm/amdgpu: add RAS page retirement functions for MCATao Zhou2022-10-271-0/+53
* drm/amdgpu: message smu to update bad channel infoStanley.Yang2022-03-151-0/+5
* drm/amdgpu: Remove redundant calls of amdgpu_ras_block_late_fini in umc ras b...yipechai2022-03-021-7/+0
* drm/amdgpu: Optimize xxx_ras_fini function of each ras blockyipechai2022-03-021-2/+2
* drm/amdgpu: Modify .ras_fini function pointer parameteryipechai2022-03-021-1/+1
* drm/amdgpu: Optimize xxx_ras_late_init function of each ras blockyipechai2022-02-171-3/+3
* drm/amdgpu: Modify .ras_late_init function pointer parameteryipechai2022-02-171-1/+1
* drm/amdgpu: Optimize amdgpu_umc_ras_late_init/amdgpu_umc_ras_fini function codeyipechai2022-02-141-38/+6
* drm/amdgpu: add umc_fill_error_record to make code more simpleTao Zhou2022-01-271-0/+21
* drm/amdgpu: Modify umc block to fit for the unified ras block data and opsyipechai2022-01-141-16/+16
* drm/amdgpu: Modify the compilation failed problem when other ras blocks' .h i...yipechai2022-01-141-1/+1
* drm/amd/pm: do not expose implementation details to other blocks out of powerEvan Quan2022-01-141-3/+2
* drm/amdgpu: save error count in RAS poison handlerTao Zhou2021-12-301-73/+95
* drm/amdgpu: add gpu reset control for umc page retirementTao Zhou2021-12-281-3/+12
* drm/amdgpu: query umc error info from ecc_table v2Stanley.Yang2021-11-221-22/+50
* drm/amd/amdgpu: remove unnecessary RAS context fieldCandice Li2021-08-161-1/+0
* drm/amdgpu: Some renamesLuben Tuikov2021-07-011-1/+1
* drm/amdgpu: message smu to update hbm bad page numberStanley.Yang2021-06-181-0/+4
* drm/amdgpu: split umc callbacks to ras and non-ras onesHawking Zhang2021-04-091-8/+9
* drm/amdgpu: change to save bad pages in UMC error interrupt callbackDennis Li2020-10-301-3/+4
* drm/amdgpu: disable page reservation when amdgpu_bad_page_threshold = 0Guchun Chen2020-08-041-2/+3
* drm/amdgpu: refine ras related message printGuchun Chen2020-04-131-4/+6
* drm/amdgpu: add uncorrectable error count print in UMC ecc irq cbGuchun Chen2020-04-131-0/+3
* drm/amdgpu: call ras_debugfs_create_all in debugfs_initTao Zhou2020-03-101-1/+0
* drm/amdgpu: removed GFX RAS support check in UMC ECC callbackJohn Clements2020-01-071-7/+1
* drm/amdgpu: drop useless BACO arg in amdgpu_ras_reset_gpuGuchun Chen2019-12-181-1/+1
* drm/amdgpu: add comments in ras interrupt callbackTao Zhou2019-10-031-0/+4
* drm/amdgpu: move umc ras fini to umc blockTao Zhou2019-10-031-0/+15
* drm/amdgpu: remove ih_info parameter of umc_ras_late_initTao Zhou2019-10-031-8/+7
* drm/amdgpu: move umc_ras_if from gmc to umc blockTao Zhou2019-10-031-14/+14
* drm/amdgpu: move umc ras irq functions to umc blockTao Zhou2019-10-031-1/+64
* drm/amdgpu: rename umc ras_init to err_cnt_initTao Zhou2019-09-161-2/+2
* drm/amdgpu: move umc ras init to umc blockTao Zhou2019-09-161-0/+4
* drm/amdgpu: move umc late init from gmc to umc blockTao Zhou2019-09-161-0/+73