summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/umc_v6_1.c
AgeCommit message (Expand)Author
2021-04-09drm/amdgpu: split umc callbacks to ras and non-ras onesHawking Zhang
2020-11-02drm/amdgpu/umc: use "*" adjacent to data nameDeepak R Varma
2020-07-23drm/amdgpu: move umc specific macros to headerJohn Clements
2020-04-27drm/amdgpu: decouple EccErrCnt query and clear operationGuchun Chen
2020-04-27drm/amdgpu: switch to SMN interface to operate RSMU index modeGuchun Chen
2020-03-06drm/amdgpu: update page retirement sequenceJohn Clements
2020-03-06drm/amdgpu: toggle DF-Cstate when accessing UMC ras error related registersGuchun Chen
2020-01-14drm/amdgpu: preserve RSMU UMC index mode stateJohn Clements
2020-01-14drm/amdgpu: calculate MCUMC_ADDRT0 per asic's UMC offsetGuchun Chen
2020-01-07drm/amdgpu: updated UMC error address record with correct channel indexJohn Clements
2020-01-07drm/amdgpu: resolved bug in UMC RAS CE queryJohn Clements
2020-01-07drm/amdgpu: resolve bug in UMC 6 error counter queryJohn Clements
2020-01-07drm/amdgpu: update UMC 6.1 RAS error counter register access pathJohn Clements
2019-12-18drm/amdgpu: move umc offset to one new header file for ArcturusGuchun Chen
2019-12-11drm/amdgpu: Added RAS UMC error query support for ArcturusJohn Clements
2019-10-03drm/amdgpu: use GPU PAGE SHIFT for umc retired pageTao Zhou
2019-09-16drm/amdgpu: rename umc ras_init to err_cnt_initTao Zhou
2019-09-16drm/amdgpu: move umc late init from gmc to umc blockTao Zhou
2019-09-13drm/amdgpu: save umc error recordsTao Zhou
2019-08-09drm/amdgpu: implement UMC 64 bits REG operationsTao Zhou
2019-08-02drm/amdgpu: update the calc algorithm of umc ecc error countTao Zhou
2019-08-02drm/amdgpu: implement umc ras init functionTao Zhou
2019-08-02drm/amdgpu: apply umc_for_each_channel macro to umc_6_1Tao Zhou
2019-08-02drm/amdgpu: initialize new parameters and functions for amdgpu_umc structureTao Zhou
2019-08-02drm/amdgpu: remove the clear of MCA_ADDRTao Zhou
2019-07-31drm/amdgpu: query umc ras error addressTao Zhou
2019-07-31drm/amdgpu: add structures for umc error address translationTao Zhou
2019-07-31drm/amdgpu: update algorithm of umc uncorrectable error countingTao Zhou
2019-07-31drm/amdgpu: use 64bit operation macros for umcTao Zhou
2019-07-31drm/amdgpu: add umc v6_1 query error count supportHawking Zhang