summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c
AgeCommit message (Expand)AuthorLines
2025-12-08drm/amd/ras: Support sriov uniras to obtain cper dataYiPeng Chai-1/+5
2025-10-28drm/amdgpu: fix SPDX headers on amdgpu_cper.c/hAlex Deucher-1/+1
2025-09-05drm/amdgpu: Correct info field of bad page threshold exceed CPERXiang Liu-1/+3
2025-09-05drm/amdgpu/amdgpu_cper: Remove redundant ternary operatorsLiao Yuanhong-1/+1
2025-08-04drm/amdgpu: Update IPID value for bad page threshold CPERXiang Liu-2/+6
2025-07-28drm/amd/amdgpu: fix missing lock for cper.ring->rptr/wptr accessYang Wang-2/+4
2025-06-30drm/amdgpu: Use correct severity for BP threshold exceed eventXiang Liu-2/+4
2025-04-08drm/amdgpu: Disable ACA on VFsVictor Skvortsov-2/+2
2025-03-18drm/amdgpu: Fix computation for remain size of CPER ringXiang Liu-7/+8
2025-03-07drm/amdgpu: Use unique CPER record id across devicesXiang Liu-5/+13
2025-03-05drm/amdgpu: Free CPER entry after committing to ringXiang Liu-0/+3
2025-02-27drm/amdgpu: Fix spelling mistake "initiailize" -> "initialize" and grammarColin Ian King-1/+1
2025-02-27drm/amdgpu: Disable fru_id field in CPER sectionXiang Liu-4/+1
2025-02-25drm/amdgpu: Set CPER enabled flag after ring initiailizedXiang Liu-1/+9
2025-02-19drm/amdgpu: Check aca enabled inside cper init/fini funcXiang Liu-0/+6
2025-02-17drm/amdgpu: Generate bad page threshold cper recordsXiang Liu-1/+23
2025-02-17drm/amdgpu: Commit CPER entryXiang Liu-2/+4
2025-02-17drm/amdgpu: add mutex lock for cper ringTao Zhou-0/+4
2025-02-17drm/amdgpu: add data write function for CPER ringTao Zhou-1/+94
2025-02-17drm/amdgpu: add RAS CPER ring bufferTao Zhou-4/+35
2025-02-17drm/amdgpu: Get timestamp from system timeXiang Liu-1/+18
2025-02-17drm/amdgpu: Introduce funcs for generating cper recordHawking Zhang-0/+108
2025-02-17drm/amdgpu: Introduce funcs for populating CPERHawking Zhang-0/+281