summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-22drm/amdgpu: fix pm notifier handlingAlex Deucher1-13/+5
2025-05-22Revert "drm/amd: Stop evicting resources on APUs in suspend"Alex Deucher1-9/+2
2025-05-22drm/amd: Add Suspend/Hibernate notification callback supportMario Limonciello1-1/+45
2025-05-22drm/amdgpu: trigger flr_work if reading pf2vf data failedZhigang Luo1-5/+10
2025-05-22drm/amd: Stop evicting resources on APUs in suspendMario Limonciello1-2/+9
2025-04-25drm/amdgpu: grab an additional reference on the gang fence v2Christian König1-1/+9
2025-03-13drm/amdgpu: disable BAR resize on Dell G5 SEAlex Deucher1-0/+7
2025-03-13drm/amdgpu: Check extended configuration space register when system uses larg...Ma Jun1-0/+4
2025-01-23Revert "drm/amdgpu: rework resume handling for display (v2)"Greg Kroah-Hartman1-43/+2
2025-01-23drm/amdgpu: fix usage slab after freeVitaly Prosyak1-1/+1
2024-12-14drm/amdgpu: rework resume handling for display (v2)Alex Deucher1-2/+43
2024-12-14drm/amdgpu: skip amdgpu_device_cache_pci_state under sriovVictor Zhao1-0/+3
2024-09-08drm/amdgpu: fix dereference after null checkJesse Zhang1-1/+1
2024-09-08drm/amd/amdgpu: Check tbo resource pointerAsad Kamal1-1/+2
2024-08-14drm/amdgpu: Add lock around VF RLCG interfaceVictor Skvortsov1-0/+1
2024-08-03drm/amdgpu: Check if NBIO funcs are NULL in amdgpu_device_baco_exitFriedrich Vock1-1/+1
2024-07-05drm/amdgpu: Fix pci state save during mode-1 resetLijo Lazar1-2/+5
2024-07-05drm/amd/amdgpu: Fix style errors in amdgpu_drv.c & amdgpu_device.cSrinivasan Shanmugam1-32/+33
2024-04-13Revert "drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device...Ma Jun1-10/+6
2024-04-13drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device_init()Srinivasan Shanmugam1-6/+10
2024-04-10drm/amd: Flush GFXOFF requests in prepare stageMario Limonciello1-0/+2
2024-04-10drm/amd: Add concept of running prepare_suspend() sequence for IP blocksMario Limonciello1-1/+11
2024-04-10drm/amd: Evict resources during PM ops prepare() callbackMario Limonciello1-0/+26
2024-02-23Revert "drm/amd: flush any delayed gfxoff on suspend entry"Mario Limonciello1-1/+0
2024-02-05drm/amdgpu: Release 'adev->pm.fw' before return in 'amdgpu_device_need_post()'Srinivasan Shanmugam1-0/+1
2024-01-10drm/amdgpu: skip gpu_info fw loading on navi12Alex Deucher1-9/+2
2023-11-28drm/amdgpu: don't use pci_is_thunderbolt_attached()Alex Deucher1-4/+4
2023-11-28drm/amdgpu: Fix potential null pointer derefernceStanley.Yang1-1/+2
2023-10-10drm/amd: Fix detection of _PR3 on the PCIe root portMario Limonciello1-1/+1
2023-09-23Revert "drm/amd: Disable S/G for APUs when 64GB or more host memory"Hamza Mahfooz1-26/+0
2023-09-13drm/amdgpu: avoid integer overflow warning in amdgpu_device_resize_fb_bar()Arnd Bergmann1-0/+3
2023-08-23drm/amd: flush any delayed gfxoff on suspend entryMario Limonciello1-0/+1
2023-08-16drm/amd: Disable S/G for APUs when 64GB or more host memoryMario Limonciello1-0/+26
2023-08-03drm/amd: Move helper for dynamic speed switch check out of smu13Mario Limonciello1-0/+19
2023-06-09drm/amdgpu: set gfx9 onwards APU atomics support to be trueYifan Zhang1-0/+6
2023-06-09drm/amdgpu: Use the default reset when loading or reloading the driverlyndonli1-0/+7
2023-06-09drm/amdgpu: release gpu full access after "amdgpu_device_ip_late_init"Chong Li1-15/+17
2023-05-17drm/amdgpu: Fix vram recover doesn't work after whole GPU reset (v2)Lin.Cao1-1/+5
2023-05-11drm/amdgpu: register a vga_switcheroo client for MacBooks with apple-gmuxOrlando Chamberlain1-5/+16
2023-04-13drm/amdgpu: skip psp suspend for IMU enabled ASICs mode2 resetTim Huang1-0/+12
2023-04-13drm/amdgpu: for S0ix, skip SDMA 5.x+ suspend/resumeAlex Deucher1-0/+6
2023-03-30drm/amdgpu/nv: Apply ASPM quirk on Intel ADL + AMD NaviKai-Heng Feng1-0/+15
2023-03-10Revert "drm/amdgpu: TA unload messages are not actually sent to psp when amdg...Vitaly Prosyak1-1/+2
2023-02-22drm/amd/amdgpu: fix warning during suspendJack Xiao1-0/+3
2023-01-18drm/amd: Delay removal of the firmware framebufferMario Limonciello1-0/+8
2023-01-07drm/amdgpu: skip MES for S0ix as well since it's part of GFXAlex Deucher1-2/+3
2022-12-31drm/amdgpu: Fix potential double free and null pointer dereferenceLiang He1-0/+5
2022-12-31drm/amdgpu: fix pci device refcount leakYang Yingliang1-0/+4
2022-11-15drm/amdgpu: there is no vbios fb on devices with no display hw (v2)Alex Deucher1-0/+41
2022-11-03drm/amd: Fail the suspend if resources can't be evictedMario Limonciello1-5/+10