summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/nbio_v7_4.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-09drm/amdgpu: Drop unnecessary sentences about CE and deferred error.Candice Li1-2/+1
2023-10-13drm/amdgpu: add ras_err_info to identify RAS error sourceYang Wang1-1/+6
2023-09-20drm/amdgpu: Use function for IP version checkLijo Lazar1-2/+2
2023-04-13drm/amdgpu: Enable IH retry CAM on GFX9Mukul Joshi1-1/+1
2022-09-13drm/amdgpu: Don't enable LTR if not supportedLijo Lazar1-1/+8
2022-07-18drm/amdgpu: use the same HDP flush registers for all nbio 7.4.xAlex Deucher1-21/+0
2022-04-08drm/amdgpu: expand cg_flags from u32 to u64Evan Quan1-1/+1
2022-03-15drm/amdgpu: Disable baco dummy modeLijo Lazar1-0/+15
2022-03-02drm/amdgpu: Remove redundant .ras_fini initialization in some ras blocksyipechai1-1/+0
2022-03-02drm/amdgpu: Remove redundant calls of amdgpu_ras_block_late_fini in nbio ras ...yipechai1-1/+1
2022-02-14drm/amdgpu: Optimize amdgpu_nbio_ras_late_init/amdgpu_nbio_ras_fini function ...yipechai1-0/+1
2022-02-14drm/amdgpu: Optimize xxx_ras_late_init/xxx_ras_late_fini for each ras blockyipechai1-2/+4
2022-01-14drm/amdgpu: Modify nbio block to fit for the unified ras block data and opsyipechai1-4/+13
2021-11-24drm/amdgpu: Skip ASPM programming on aldebaranLijo Lazar1-0/+3
2021-11-22drm/amdgpu: Fix MMIO HDP flush on SRIOVFelix Kuehling1-1/+3
2021-10-22drm/amdgpu/nbio7.4: use original HDP_FLUSH bitsAlex Deucher1-0/+15
2021-10-11drm/amdgpu/nbio7.4: don't use GPU_HDP_FLUSH bit 12Alex Deucher1-9/+12
2021-09-23drm/amdgpu: Updated RAS infrastructureJohn Clements1-2/+2
2021-09-23drm/amdgpu: Resolve nBIF RAS error harvesting bugJohn Clements1-6/+24
2021-08-31drm/amdgpu: Clear RAS interrupt status on aldebaranJohn Clements1-5/+25
2021-08-26drm/amdgpu: Clear RAS interrupt status on aldebaranJohn Clements1-5/+29
2021-08-16drm/amd/amdgpu: remove unnecessary RAS context fieldCandice Li1-2/+2
2021-04-15drm/amd/amdgpu: enable ASPM on vegaKenneth Feng1-0/+125
2021-04-09drm/amdgpu: split nbio callbacks into ras and non-ras onesHawking Zhang1-6/+10
2021-03-23drm/amdgpu/nbio: add aldebaran supportJames Zhu1-3/+17
2021-03-23drm/amdgpu: fix incorrect EP_STRAP reg offset for aldebaranHawking Zhang1-1/+9
2021-03-10drm/amdgpu: correct mmBIF_SDMA4_DOORBELL_RANGE address for aldebaranLe Ma1-4/+14
2021-01-05drm/amdgpu: remove redundant logic related HDPLikun Gao1-10/+0
2020-08-14drm/amdgpu: bypass querying ras error count registersGuchun Chen1-22/+26
2020-04-13drm/amdgpu: refine ras related message printGuchun Chen1-5/+11
2020-04-01drm/amdgpu: ih doorbell size of range changed for nbio v7.4Alex Sierra1-1/+1
2020-04-01drm/amdgpu: cleanup all virtualization detection routineMonk Liu1-18/+0
2020-02-19drm/amdgpu: record non-zero error counter info in NBIO before resetting GPUGuchun Chen1-1/+14
2020-01-07drm/amdgpu: simplify function return logicGuchun Chen1-6/+2
2019-12-18drm/amdgpu: drop useless BACO arg in amdgpu_ras_reset_gpuGuchun Chen1-1/+1
2019-12-05drm/amdgpu: clear uncorrectable parity error status bitLe Ma1-1/+9
2019-12-05drm/amdgpu: clear ras controller status registers when interrupt occursLe Ma1-0/+10
2019-12-05drm/amdgpu: remove ras global recovery handling from ras_controller_int handlerLe Ma1-1/+6
2019-10-15drm/amdgpu/soc15: disable doorbell interrupt as part of BACO entry sequenceLe Ma1-0/+8
2019-09-16Revert "drm/amdgpu/nbio7.4: add hw bug workaround for vega20"Kent Russell1-6/+0
2019-09-16drm/amdgpu: implement ras query function for pcie bifGuchun Chen1-0/+30
2019-09-16drm/amdgpu: add ras error query count interface for nbioGuchun Chen1-0/+6
2019-09-16drm/amdgpu: remove duplicated header file includeGuchun Chen1-1/+0
2019-09-13drm/amdgpu/nbio: switch to amdgpu_nbio_ras_late_init helper functionHawking Zhang1-48/+1
2019-09-13drm/amdgpu: set ip specific ras interface pointer to NULL after free itHawking Zhang1-0/+4
2019-09-13drm/amdgpu: Avoid HW GPU reset for RAS.Andrey Grodzovsky1-0/+5
2019-09-13drm/amdgpu: add ras_late_init callback function for nbio v7_4 (v3)Hawking Zhang1-0/+45
2019-09-13drm/amdgpu: add ras_controller and err_event_athub interrupt supportHawking Zhang1-0/+125
2019-09-13drm/amdgpu/nbio: add functions to query ras specific interrupt statusHawking Zhang1-0/+32
2019-09-13drm/amdgpu: switch to new amdgpu_nbio structureHawking Zhang1-2/+1