summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
AgeCommit message (Expand)Author
2026-04-24drm/amdgpu: Avoid reset in AMDGPU unload path for APUs with GFX V11 and higher.Shubhankar Milind Sardeshpande
2026-04-21drm/amd: Adjust ASPM support quirk to cover more Intel hostsMario Limonciello
2026-04-17drm/amdgpu: correct single device PCIe reset flow for DPCCe Sun
2026-04-03drm/amdgpu: rework userq fence driver alloc/destroyPrike Liang
2026-04-03drm/amdgpu: replace use of system_wq with system_dfl_wqMarco Crivellari
2026-04-03drm/amdgpu: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari
2026-03-30drm/amdgpu: flush coredump work before HW teardownJesse Zhang
2026-03-23drm/amdgpu: fix strsep() corrupting lockup_timeout on multi-GPU (v3)Ruijing Dong
2026-03-17drm/amdgpu: move devcoredump generation to a workerPierre-Eric Pelloux-Prayer
2026-03-17drm/amdgpu: Query xgmi info from mmhub if availableHawking Zhang
2026-03-11drm/amd: Set num IP blocks to 0 if discovery failsMario Limonciello
2026-03-06drm/amd: Fix a few more NULL pointer dereference in device cleanupMario Limonciello
2026-03-06drm/amd: Fix NULL pointer dereference in device cleanupMario Limonciello
2026-03-02drm/amdgpu: Move pcie lock to register blockLijo Lazar
2026-03-02drm/amdgpu: Add pcie64 extended to register blockLijo Lazar
2026-03-02drm/amdgpu: Add pcie64 indirect to register blockLijo Lazar
2026-03-02drm/amdgpu: Add pcie ext access to register blockLijo Lazar
2026-03-02drm/amdgpu: Add pcie indirect to register blockLijo Lazar
2026-03-02drm/amdgpu: Add pciep method to register blockLijo Lazar
2026-03-02drm/amdgpu: Add audio method to register blockLijo Lazar
2026-03-02drm/amdgpu: Add se cac method to register blockLijo Lazar
2026-03-02drm/amdgpu: Add gc cac method to register blockLijo Lazar
2026-03-02drm/amdgpu: Add didt method to register blockLijo Lazar
2026-03-02drm/amdgpu: Add uvd indirect to register blockLijo Lazar
2026-03-02drm/amdgpu: Add smc method to register blockLijo Lazar
2026-03-02drm/amdgpu: Move register access functionsLijo Lazar
2026-02-25drm/amdgpu: Fix error handling in slot resetLijo Lazar
2026-02-23drm/amdgpu: Use DC by default on CIK APUsTimur Kristóf
2026-02-23drm/amdgpu: don't call drm_sched_stop/start() in asic resetAlex Deucher
2026-02-23drm/amdgpu: move sched status check inside amdgpu_ttm_set_buffer_funcs_statusPierre-Eric Pelloux-Prayer
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-19drm/amdgpu: Set atomics to true for xgmiHarish Kasiviswanathan
2026-02-12drm/amd/pm: send unload command to smu during modprobe -r amdgpuKenneth Feng
2026-02-05drm/amd: Fix hang on amdgpu unload by using pci_dev_is_disconnected()Mario Limonciello
2026-02-05drm/amdgpu: Protect GPU register accesses in powergated state in some pathsYifan Zhang
2026-02-03drm/amdgpu: ensure no_hw_access is visible before MMIOPerry Yuan
2026-01-28BackMerge tag 'v6.19-rc7' into drm-nextDave Airlie
2026-01-19Merge tag 'amd-drm-next-6.20-2026-01-16' of https://gitlab.freedesktop.org/ag...Dave Airlie
2026-01-15Merge tag 'amd-drm-next-6.20-2026-01-09' of https://gitlab.freedesktop.org/ag...Dave Airlie
2026-01-14drm/amd: Clean up kfd node on surprise disconnectMario Limonciello (AMD)
2026-01-14drm/amdkfd: kfd driver supports hot unplug/replug amdgpu devicesXiaogang Chen
2026-01-08drm/amd: Clean up kfd node on surprise disconnectMario Limonciello (AMD)
2026-01-07Reapply "Revert "drm/amd: Skip power ungate during suspend for VPE""Mario Limonciello (AMD)
2026-01-07drm/amd/pm: Disable MMIO access during SMU Mode 1 resetPerry Yuan
2026-01-05drm/amd/pm: Disable MMIO access during SMU Mode 1 resetPerry Yuan
2026-01-05drm/amdgpu: use dma_fence_get_status() for adapter resetAlex Deucher
2026-01-05Documentation/amdgpu: Add UMA carveout detailsYo-Jung Leo Lin (AMD)
2026-01-05drm/amdgpu: add UMA allocation interfaces to sysfsYo-Jung Leo Lin (AMD)
2026-01-05drm/amd: Convert DRM_*() to drm_*()Mario Limonciello (AMD)