aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_umc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11drm/amdgpu: define RAS convert_error_address APITao Zhou1-5/+2
2022-09-29drm/amdgpu: export umc error address convert interfaceTao Zhou1-0/+6
2022-07-18drm/amdgpu: add umc ras functions for umc v8_10_0YiPeng Chai1-0/+10
2022-03-02drm/amdgpu: Remove redundant calls of amdgpu_ras_block_late_fini in umc ras blockyipechai1-1/+0
2022-03-02drm/amdgpu: Modify .ras_fini function pointer parameteryipechai1-1/+1
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-0/+4
2022-01-27drm/amdgpu: add umc_fill_error_record to make code more simpleTao Zhou1-0/+5
2022-01-14drm/amdgpu: Modify umc block to fit for the unified ras block data and opsyipechai1-9/+5
2021-12-30drm/amdgpu: save error count in RAS poison handlerTao Zhou1-2/+1
2021-12-28drm/amdgpu: add gpu reset control for umc page retirementTao Zhou1-2/+3
2021-11-22drm/amdgpu: add new query interface for umc block v2Stanley.Yang1-0/+4
2021-09-28drm/amdgpu: add poison mode query for UMCTao Zhou1-0/+1
2021-06-18drm/amdgpu: fix bad address translation for sienna_cichlidStanley.Yang1-0/+5
2021-04-09drm/amdgpu: split umc callbacks to ras and non-ras onesHawking Zhang1-2/+7
2020-07-23drm/amdgpu: move umc specific macros to headerJohn Clements1-0/+14
2020-01-07drm/amdgpu: resolve bug in UMC 6 error counter queryJohn Clements1-35/+0
2019-10-03drm/amdgpu: move umc ras fini to umc blockTao Zhou1-0/+1
2019-10-03drm/amdgpu: remove ih_info parameter of umc_ras_late_initTao Zhou1-2/+2
2019-10-03drm/amdgpu: move umc_ras_if from gmc to umc blockTao Zhou1-0/+1
2019-10-03drm/amdgpu: move umc ras irq functions to umc blockTao Zhou1-0/+6
2019-10-03drm/amdgpu: fix an UMC hw arbitrator bug(v3)Monk Liu1-0/+1
2019-09-16drm/amdgpu: rename umc ras_init to err_cnt_initTao Zhou1-1/+1
2019-09-16drm/amdgpu: move umc late init from gmc to umc blockTao Zhou1-0/+2
2019-08-09drm/amdgpu: implement UMC 64 bits REG operationsTao Zhou1-0/+9
2019-08-02drm/amdgpu: add macro of umc for each channelTao Zhou1-0/+23
2019-08-02drm/amdgpu: add more parameters and functions to amdgpu_umc structureTao Zhou1-0/+13
2019-07-31drm/amdgpu: add structures for umc error address translationTao Zhou1-0/+2
2019-07-31drm/amdgpu: switch to amdgpu_umc structureTao Zhou1-0/+6
2019-07-31drm/amdgpu: add amdgpu_umc_functions structureHawking Zhang1-0/+29