summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-19drm/amdgpu: unmap all user mappings of framebuffer and doorbell before mode1 ...Yifan Zhang1-0/+6
2026-05-19drm/amdgpu: rework userq reset work handlingChristian König1-2/+1
2026-04-24drm/amdgpu: Avoid reset in AMDGPU unload path for APUs with GFX V11 and higher.Shubhankar Milind Sardeshpande1-1/+5
2026-04-22drm/amd: Adjust ASPM support quirk to cover more Intel hostsMario Limonciello1-6/+3
2026-04-17drm/amdgpu: correct single device PCIe reset flow for DPCCe Sun1-4/+7
2026-04-03drm/amdgpu: rework userq fence driver alloc/destroyPrike Liang1-3/+1
2026-04-03drm/amdgpu: replace use of system_wq with system_dfl_wqMarco Crivellari1-2/+2
2026-04-03drm/amdgpu: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-1/+1
2026-03-30drm/amdgpu: flush coredump work before HW teardownJesse Zhang1-0/+1
2026-03-23drm/amdgpu: fix strsep() corrupting lockup_timeout on multi-GPU (v3)Ruijing Dong1-2/+11
2026-03-17drm/amdgpu: move devcoredump generation to a workerPierre-Eric Pelloux-Prayer1-0/+2
2026-03-17drm/amdgpu: Query xgmi info from mmhub if availableHawking Zhang1-3/+15
2026-03-11drm/amd: Set num IP blocks to 0 if discovery failsMario Limonciello1-1/+3
2026-03-07drm/amd: Fix a few more NULL pointer dereference in device cleanupMario Limonciello1-0/+6
2026-03-07drm/amd: Fix NULL pointer dereference in device cleanupMario Limonciello1-0/+4
2026-03-03drm/amdgpu: Move pcie lock to register blockLijo Lazar1-1/+0
2026-03-03drm/amdgpu: Add pcie64 extended to register blockLijo Lazar1-18/+0
2026-03-03drm/amdgpu: Add pcie64 indirect to register blockLijo Lazar1-38/+0
2026-03-03drm/amdgpu: Add pcie ext access to register blockLijo Lazar1-17/+0
2026-03-03drm/amdgpu: Add pcie indirect to register blockLijo Lazar1-37/+0
2026-03-03drm/amdgpu: Add pciep method to register blockLijo Lazar1-2/+0
2026-03-03drm/amdgpu: Add audio method to register blockLijo Lazar1-45/+0
2026-03-03drm/amdgpu: Add se cac method to register blockLijo Lazar1-1/+0
2026-03-03drm/amdgpu: Add gc cac method to register blockLijo Lazar1-3/+0
2026-03-03drm/amdgpu: Add didt method to register blockLijo Lazar1-3/+0
2026-03-03drm/amdgpu: Add uvd indirect to register blockLijo Lazar1-3/+0
2026-03-03drm/amdgpu: Add smc method to register blockLijo Lazar1-3/+2
2026-03-03drm/amdgpu: Move register access functionsLijo Lazar1-615/+0
2026-02-26drm/amdgpu: Fix error handling in slot resetLijo Lazar1-7/+10
2026-02-23drm/amdgpu: Use DC by default on CIK APUsTimur Kristóf1-11/+0
2026-02-23drm/amdgpu: don't call drm_sched_stop/start() in asic resetAlex Deucher1-2/+2
2026-02-23drm/amdgpu: move sched status check inside amdgpu_ttm_set_buffer_funcs_statusPierre-Eric Pelloux-Prayer1-9/+4
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-19drm/amdgpu: Set atomics to true for xgmiHarish Kasiviswanathan1-3/+4
2026-02-12drm/amd/pm: send unload command to smu during modprobe -r amdgpuKenneth Feng1-3/+0
2026-02-06drm/amd: Fix hang on amdgpu unload by using pci_dev_is_disconnected()Mario Limonciello1-2/+2
2026-02-06drm/amdgpu: Protect GPU register accesses in powergated state in some pathsYifan Zhang1-3/+6
2026-02-04drm/amdgpu: ensure no_hw_access is visible before MMIOPerry Yuan1-0/+3
2026-01-28BackMerge tag 'v6.19-rc7' into drm-nextDave Airlie1-2/+1
2026-01-18Merge tag 'amd-drm-next-6.20-2026-01-16' of https://gitlab.freedesktop.org/ag...Dave Airlie1-0/+1
2026-01-15Merge tag 'amd-drm-next-6.20-2026-01-09' of https://gitlab.freedesktop.org/ag...Dave Airlie1-330/+196
2026-01-14drm/amd: Clean up kfd node on surprise disconnectMario Limonciello (AMD)1-0/+8
2026-01-14drm/amdkfd: kfd driver supports hot unplug/replug amdgpu devicesXiaogang Chen1-0/+1
2026-01-08drm/amd: Clean up kfd node on surprise disconnectMario Limonciello (AMD)1-0/+8
2026-01-08Reapply "Revert "drm/amd: Skip power ungate during suspend for VPE""Mario Limonciello (AMD)1-2/+1
2026-01-08drm/amd/pm: Disable MMIO access during SMU Mode 1 resetPerry Yuan1-0/+3
2026-01-06drm/amd/pm: Disable MMIO access during SMU Mode 1 resetPerry Yuan1-0/+3
2026-01-06drm/amdgpu: use dma_fence_get_status() for adapter resetAlex Deucher1-1/+1
2026-01-06Documentation/amdgpu: Add UMA carveout detailsYo-Jung Leo Lin (AMD)1-0/+29