summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-4/+5
2026-01-10drm/amdgpu: Skip loading SDMA_RS64 in VFYuBiao Wang-0/+1
2026-01-05drm/amdgpu: RLC-G VF Register Access InterfaceBokun Zhang-0/+130
2025-12-08drm/amd/ras: Compatible with legacy sriov hostYiPeng Chai-0/+4
2025-12-08drm/amdgpu: Add virt command to send VF ras commandYiPeng Chai-0/+25
2025-11-14drm/amdgpu: Add lock to serialize sriov command executionYiPeng Chai-0/+1
2025-10-28drm/amdgpu: Fix pointer casts when reading dynamic region sizesSrinivasan Shanmugam-1/+1
2025-10-28drm/amdgpu: Make SR-IOV critical region checks overflow-safeSrinivasan Shanmugam-4/+5
2025-10-20drm/amdgpu: Add logic for VF data exchange region to init from dynamic crit_r...Ellen Pan-19/+85
2025-10-20drm/amdgpu: Add logic for VF ipd and VF bios to init from dynamic crit_region...Ellen Pan-0/+37
2025-10-20drm/amdgpu: Reuse fw_vram_usage_* for dynamic critical region in SRIOVEllen Pan-0/+9
2025-10-20drm/amdgpu: Introduce SRIOV critical regions v2 during VF initEllen Pan-0/+174
2025-10-20drm/amdgpu: Add SRIOV crit_region_version supportEllen Pan-2/+3
2025-10-20drm/amdgpu: Updated naming of SRIOV critical region offsets/sizes with _V1 su...Ellen Pan-10/+10
2025-10-13drm/amdgpu: Fix NULL pointer dereference in VRAM logic for APU devicesJesse.Zhang-2/+2
2025-09-18drm/amdgpu: Introduce VF critical region check for RAS poison injectionXiang Liu-0/+55
2025-05-07drm/amdgpu: Implement Runtime Bad Page query for VFsEllen Pan-0/+13
2025-04-07drm/amdgpu: Fix CPER error handling on VFsVictor Skvortsov-4/+12
2025-03-13drm/amd/amdgpu: Fix MES init sequenceShaoyun Liu-4/+5
2025-03-05drm/amdgpu: Add support for CPERs on virtualizationTony Yi-3/+135
2025-02-19drm/amdgpu: Replace Mutex with Spinlock for RLCG register access to avoid Pri...Srinivasan Shanmugam-2/+3
2025-02-12drm/amdgpu: Skip err_count sysfs creation on VF unsupported RAS blocksVictor Skvortsov-1/+16
2024-12-18drm/admgpu: replace kmalloc() and memcpy() with kmemdup()Mirsad Todorovac-3/+1
2024-11-11drm/amdgpu: Implement virt req_ras_err_countVictor Skvortsov-0/+136
2024-11-11drm/amdgpu: VF Query RAS Caps from Host if supportedVictor Skvortsov-0/+53
2024-08-13drm/amdgpu: Disable dpm_enabled flag while VF is in resetVictor Skvortsov-0/+8
2024-08-13drm/amdgpu/mes: add multiple mes ring instances supportJack Xiao-1/+1
2024-07-08drm/amdgpu: Set no_hw_access when VF request full GPU failsYifan Zha-1/+3
2024-06-27drm/amdgpu: process RAS fatal error MB notificationVignesh Chander-3/+22
2024-06-14drm/amdgpu: fix sriov host flr handlerYunxiang Li-0/+14
2024-06-14drm/amdgpu: add skip_hw_access checks for sriovYunxiang Li-0/+9
2024-06-05drm/amdgpu: fix failure mapping legacy queue when FLRLin.Cao-0/+2
2024-05-29drm/amdgpu: Add lock around VF RLCG interfaceVictor Skvortsov-0/+6
2024-05-20drm/amdgpu: Queue KFD reset workitem in VF FEDVictor Skvortsov-1/+1
2024-05-02drm/amdgpu: Fix two reset triggered in a rowYunxiang Li-1/+1
2024-05-02drm/amdgpu: avoid reading vf2pf info size from FBZhigang Luo-1/+1
2024-04-30drm/amdgpu: fix uninitialized scalar variable warningTim Huang-0/+2
2024-04-09amd/amdgpu: improve VF recover timeZhigang Luo-0/+1
2024-04-09drm/amd/amdgpu: support MES command SET_HW_RESOURCE1 in sriovchongli2-0/+5
2024-04-09drm/amdgpu: use vm_update_mode=0 as default in sriov for gfx10.3 onwardsDanijel Slivka-6/+0
2024-03-20drm/amdgpu: trigger flr_work if reading pf2vf data failedZhigang Luo-5/+24
2024-02-22drm/amdgpu: Improve error checking in amdgpu_virt_rlcg_reg_rw (v2)Victor Lu-2/+3
2024-01-25amdgpu/drm: Use vram manager for virtualization page retirementVictor Skvortsov-10/+20
2024-01-15drm/amdgpu: move kiq_reg_write_reg_wait() out of amdgpu_virt.cAlex Deucher-53/+0
2023-12-13drm/amdgpu: Use the right method to get IP versionLijo Lazar-1/+2
2023-11-09drm/amdgpu: Use correct KIQ MEC engine for gfx9.4.3 (v5)Victor Lu-2/+2
2023-11-09drm/amdgpu: Add xcc param to SRIOV kiq write and WREG32_SOC15_IP_NO_KIQ (v4)Victor Lu-2/+3
2023-11-07drm/amd: Disable XNACK on SRIOV environmentSurbhi Kakarya-0/+10