summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/ras/ras_mgr
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds2-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook2-3/+4
2026-01-06drm/amd/ras: Support physical address convertJinzhou Su2-0/+17
2025-12-11drm/amd/ras: Add vram_type to ras_ta_init_flagsCandice Li1-0/+1
2025-12-11drm/amd/ras: Reduce stack usage in amdgpu_virt_ras_get_cper_records()Srinivasan Shanmugam1-4/+13
2025-12-08drm/amd/ras: Compatible with legacy sriov hostYiPeng Chai3-0/+36
2025-12-08drm/amd/ras: Add sriov ras preprocessing before gpu resetYiPeng Chai3-1/+23
2025-12-08drm/amd/ras: Support high-frequency querying sriov ras block error countYiPeng Chai2-0/+121
2025-12-08drm/amd/ras: Add ras command to retrieve cper data from sriov hostYiPeng Chai2-1/+173
2025-12-08drm/amd/ras: sriov supports handling VF ras commands.YiPeng Chai6-10/+207
2025-11-06drm/amd/ras: ras supports i2c eeprom for mp1 v13_0_12YiPeng Chai1-0/+1
2025-11-04drm/amdgpu: suspend ras module before gpu resetYiPeng Chai5-0/+101
2025-11-04drm/amd/ras: Add ras support for umc v12_5_0YiPeng Chai1-1/+2
2025-11-04drm/amd/ras: Add ras support for nbio v7_9_1YiPeng Chai1-1/+2
2025-11-04drm/amd/ras: Increase ras switch control rangeYiPeng Chai1-6/+19
2025-11-04drm/amd/ras: Fix the error of undefined reference to `__udivdi3'YiPeng Chai1-2/+2
2025-10-21drm/amd/ras: Update function and remove redundant codeYiPeng Chai4-96/+51
2025-10-21drm/amd/ras: Update ras command context structure nameYiPeng Chai2-8/+8
2025-10-21drm/amdgpu: Enable ras moduleYiPeng Chai1-0/+12
2025-10-21drm/amdgpu: Add ras module ip block to amdgpu discoveryYiPeng Chai2-0/+10
2025-10-21drm/amdgpu: Improve ras fatal error handling functionYiPeng Chai1-0/+5
2025-10-21drm/amdgpu: Intercept ras interrupts to ras moduleYiPeng Chai2-4/+4
2025-10-13drm/amdgpu: Add ras module files into amdgpuYiPeng Chai3-2/+3
2025-10-13drm/amd/ras: Add files to amdgpu ras manager makefileYiPeng Chai1-0/+33
2025-10-13drm/amd/ras: Add amdgpu ras management function.YiPeng Chai2-0/+633
2025-10-13drm/amd/ras: Amdgpu preprocesses ras interruptsYiPeng Chai2-0/+163
2025-10-13drm/amd/ras: Add amdgpu ras system functionsYiPeng Chai2-0/+377
2025-10-13drm/amd/ras: Amdgpu handle ras ioctl commandYiPeng Chai2-0/+418
2025-10-13drm/amd/ras: Add amdgpu eeprom i2c configuration functionYiPeng Chai2-0/+208
2025-10-13drm/amd/ras: Add amdgpu mp1 v13_0 configuration functionYiPeng Chai2-0/+124
2025-10-13drm/amd/ras: Add amdgpu nbio v7_9 configuration functionYiPeng Chai3-0/+155