aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-13drm/amdgpu: Log RAS errors during loadLijo Lazar1-1/+4
2025-05-13drm/amdgpu: add get_retire_flip_bits for UMCTao Zhou1-0/+4
2025-05-13Refine RAS bad page records counting and parsing in eeprom V3ganglxie1-26/+36
2025-05-12Merge tag 'amd-drm-next-6.16-2025-05-09' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-5/+10
2025-04-30drm/amdgpu: Fix comment styleLijo Lazar1-1/+1
2025-04-11drm/amdgpu: Direct ret in ras_reset_err_cnt on VFEllen Pan1-0/+3
2025-04-08drm/amdgpu: Disable ACA on VFsVictor Skvortsov1-4/+6
2025-04-05Merge tag 'drm-next-2025-04-05' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+1
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-7/+6
2025-03-26drm/amdgpu: Update ta ras blockStanley.Yang1-0/+1
2025-03-18drm/amdgpu: format old RAS eeprom data into V3 versionTao Zhou1-0/+7
2025-03-13drm/amdgpu: Enable ACA by default for psp v13_0_6/v13_0_14Xiang Liu1-2/+4
2025-03-13drm/amdgpu: Save PA of bad pages for old asicsganglxie1-3/+21
2025-02-27drm/amdgpu: Report generic instead of unknown boot time errorsXiang Liu1-2/+2
2025-02-25drm/amdgpu: Change page/record number calculation based on npsganglxie1-27/+22
2025-02-25drm/amdgpu: Refine bad page addingganglxie1-92/+104
2025-02-21drm/amdgpu: Constify 'struct bin_attribute'Thomas Weißschuh1-7/+6
2025-02-17drm/amdgpu: Enable ACA by default for psp v13_0_12Candice Li1-2/+3
2025-02-12drm/amdgpu: Skip err_count sysfs creation on VF unsupported RAS blocksVictor Skvortsov1-0/+3
2025-02-12drm/amdgpu: Update usage for bad page thresholdHawking Zhang1-20/+20
2025-01-06drm/amdgpu: Fix error handling in amdgpu_ras_add_bad_pagesSrinivasan Shanmugam1-5/+16
2024-12-18drm/amdgpu: Enable psp v14_0_3 RAS support for non-SRIOV configurations.Candice Li1-1/+1
2024-12-10drm/amdgpu: Support nbif v6_3_1 fatal error handlingCandice Li1-0/+12
2024-12-10drm/amdgpu: Add psp v14_0_3 ras supportCandice Li1-0/+1
2024-12-10drm/amdgpu: Enable RAS for psp v13_0_12Hawking Zhang1-0/+5
2024-12-10drm/amdgpu: correct the calculation of RAS bad pageTao Zhou1-8/+2
2024-12-10drm/amdgpu: split ras_eeprom_init into init and check functionsTao Zhou1-4/+11
2024-12-10drm/amdgpu: remove is_mca_add for ras_add_bad_pagesTao Zhou1-11/+5
2024-12-10drm/amdgpu: parse legacy RAS bad page mixed with new data in various NPS modesTao Zhou1-15/+81
2024-12-10drm/amdgpu: support to find RAS bad pages via old TATao Zhou1-3/+25
2024-12-10drm/amdgpu: store only one RAS bad page record for all pages in one rowTao Zhou1-8/+27
2024-12-10drm/amdgpu: Prefer RAS recovery for scheduler hangLijo Lazar1-2/+53
2024-12-10drm/amdgpu: do RAS MCA2PA conversion in device init phaseTao Zhou1-12/+82
2024-12-10drm/amdgpu: add flag to indicate the type of RAS eeprom recordTao Zhou1-7/+26
2024-11-20drm/amdgpu: Use reset recovery state checksLijo Lazar1-5/+5
2024-11-11drm/amdgpu: Implement virt req_ras_err_countVictor Skvortsov1-7/+65
2024-11-11drm/amdgpu: VF Query RAS Caps from Host if supportedVictor Skvortsov1-0/+5
2024-11-04drm/amdgpu: Skip IP coredump for RAS errorsLijo Lazar1-0/+1
2024-09-26drm/amdgpu: Refactor XGMI reset on init handlingLijo Lazar1-6/+0
2024-09-26drm/amdgpu: Add helper to initialize badpage infoLijo Lazar1-18/+38
2024-09-26drm/amdgpu: Use init level for pending_reset flagLijo Lazar1-1/+1
2024-09-26amd/amdgpu: Reduce unnecessary repetitive GPU resetsYiPeng Chai1-1/+20
2024-09-18drm/amdgpu: fix typo in the commentYan Zhen1-1/+1
2024-09-17drm/amdgpu: disable GPU RAS bad page feature for specific ASICTao Zhou1-0/+5
2024-08-06drm/amdgpu: remove RAS unused paramter 'err_addr'Yang Wang1-9/+9
2024-08-06drm/amdgpu: create function to check RAS RMA statusTao Zhou1-6/+16
2024-08-06drm/amdgpu: Add more types for boot time error reportingHawking Zhang1-0/+10
2024-07-23drm/amdgpu: Remove unused codeYiPeng Chai1-23/+0
2024-07-10drm/amdgpu: timely save bad pages to eeprom after gpu ras reset is completedYiPeng Chai1-1/+5
2024-07-10drm/amdgpu: flush all cached ras bad pages to eepromYiPeng Chai1-6/+29