summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_aca.c
AgeCommit message (Expand)AuthorLines
2026-02-25drm/amdgpu: Unlock a mutex before destroying itBart Van Assche-0/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2025-08-27drm/amdgpu: Correct the counts of nr_banks and nr_errorsCe Sun-0/+2
2025-08-04drm/amdgpu: Skip poison aca bank from UE channelXiang Liu-21/+30
2025-06-18drm/amdgpu: Add debug mask to disable CE logsXiang Liu-0/+5
2025-04-22drm/amdgpu: Print kernel message when error logged by scrubXiang Liu-0/+3
2025-03-26drm/amdgpu: Parse all deferred errors with UMC aca handleXiang Liu-0/+4
2025-03-21drm/amdgpu: Decode deferred error type in gfx aca bank parserXiang Liu-2/+23
2025-02-25drm/amdgpu: Check if CPER enabled when generating CPERXiang Liu-0/+3
2025-02-19drm/amdgpu: Remove redundant check of adevXiang Liu-1/+1
2025-02-17drm/amdgpu: Generate cper recordsHawking Zhang-0/+32
2025-02-17drm/amdgpu: Introduce funcs for generating cper recordHawking Zhang-11/+1
2025-02-17drm/amdgpu: Include ACA error type in aca bankHawking Zhang-1/+1
2024-11-08drm/amdgpu: fix ACA bank count boundary check errorYang Wang-1/+1
2024-09-18drm/amdgpu: fix typo in the commentYan Zhen-1/+1
2024-08-23drm/amdgpu: add list empty check to avoid null pointer issueYang Wang-0/+10
2024-08-06drm/amdgpu: remove RAS unused paramter 'err_addr'Yang Wang-3/+3
2024-07-08drm/amdgpu: refine amdgpu ras event id core codeYang Wang-1/+1
2024-06-19Revert "drm/amdgpu: change aca bank error lock type to spinlock"Yang Wang-9/+10
2024-06-14drm/amdgpu: move aca/mca init functions into ras_init() stageYang Wang-3/+10
2024-05-17drm/amdgpu: fix ACA no query result after gpu resetYang Wang-7/+0
2024-05-17drm/amdgpu: change aca bank error lock type to spinlockYang Wang-10/+9
2024-05-17drm/amdgpu: add debug flag to enable RAS ACAYang Wang-1/+2
2024-05-13drm/amdgpu: fix the warning bad bit shift operation for aca_error_type typeJesse Zhang-1/+1
2024-05-02drm/amdgpu: Add smu v13_0_14 ip blockHawking Zhang-1/+3
2024-04-16drm/amdgpu: add new aca smu callback func parse_error_code()Yang Wang-15/+8
2024-04-09drm/amdgpu: refine function signature of amdgpu_aca_get_error_data()Yang Wang-5/+3
2024-03-22drm/amdgpu: add ras event id support for ACAYang Wang-13/+16
2024-03-22drm/amdgpu: avoid update aca bank multi times during ras isrYang Wang-0/+27
2024-03-20drm/amdgpu: add aca deferred error type supportYang Wang-0/+3
2024-03-20drm/amdgpu: retire unused aca_bank_report data structureYang Wang-10/+7
2024-03-20drm/amdgpu: add new api to save error count into aca cacheYang Wang-26/+7
2024-03-20drm/amdgpu: add new aca_smu_type supportYang Wang-24/+45
2024-01-29drm/amdgpu: use helper macro HW_ERR instead of Hardware error stringYang Wang-2/+2
2024-01-25drm/amdgpu: adjust aca init/fini sequence to match gpu resetYang Wang-0/+7
2024-01-25drm/amdgpu: add aca sysfs remove supportYang Wang-3/+15
2024-01-25drm/amdgpu: Fix return type in 'aca_bank_hwip_is_matched()'Srinivasan Shanmugam-1/+1
2024-01-15drm/amdgpu: add aca sysfs supportYang Wang-1/+31
2024-01-15drm/amdgpu: add amdgpu ras aca query interfaceYang Wang-0/+8
2024-01-15drm/amdgpu: add ACA bank dump debugfs supportYang Wang-0/+119
2024-01-15drm/amdgpu: add ACA kernel hardware error log supportYang Wang-0/+29
2024-01-15drm/amdgpu: implement RAS ACA driver frameworkYang Wang-0/+674