summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
AgeCommit message (Expand)AuthorFilesLines
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-02-26drm/amdgpu: Fix error handling in slot resetLijo Lazar1-7/+10
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
2026-01-06drm/amdgpu: add UMA allocation interfaces to sysfsYo-Jung Leo Lin (AMD)1-0/+143
2026-01-06drm/amd: Convert DRM_*() to drm_*()Mario Limonciello (AMD)1-1/+1
2026-01-06drm/amd: Drop amdgpu prefix from message printsMario Limonciello (AMD)1-1/+1
2025-12-16drm/amdgpu: fix a job->pasid access race in gpu recoveryAlex Deucher1-2/+8
2025-12-16drm/amdgpu: Move ip block related functionsLijo Lazar1-323/+0
2025-12-16drm/amdgpu: fix a job->pasid access race in gpu recoveryAlex Deucher1-2/+8
2025-12-16drm/amdgpu: fix issue when switch NPS1 to NPSXchong li1-3/+3
2025-12-08drm/amdgpu: reduce the full gpu access time in amdgpu_device_init.chong li1-1/+7
2025-12-08drm/amd/ras: Support sriov uniras to obtain cper dataYiPeng Chai1-2/+1
2025-12-08drm/amdgpu: fix NULL pointer issue buffer funcsLikun Gao1-1/+2
2025-12-05Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+9
2025-12-04Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-134/+284
2025-12-02Revert "drm/amd: Skip power ungate during suspend for VPE"Mario Limonciello (AMD)1-2/+1
2025-11-26drm/amdgpu: fix cyan_skillfish2 gpu info fw handlingAlex Deucher1-0/+2
2025-11-26drm/amdgpu: fix cyan_skillfish2 gpu info fw handlingAlex Deucher1-0/+2
2025-11-24drm/amdgpu: Fix GFX hang on SteamDeck when amdgpu is reloadedRodrigo Siqueira1-0/+14
2025-11-20drm/amd: Skip power ungate during suspend for VPEMario Limonciello1-1/+2
2025-11-20drm/amd: Skip power ungate during suspend for VPEMario Limonciello1-1/+2
2025-11-14drm/amdgpu: Use pci_rebar_get_max_size()Ilpo Järvinen1-3/+5
2025-11-14drm/amdgpu: Remove driver side BAR release before resizeIlpo Järvinen1-7/+1
2025-11-14PCI: Fix restoring BARs on BAR resize rollback pathIlpo Järvinen1-1/+3
2025-11-12drm/amdgpu: Use DC by default on SI dGPUsTimur Kristóf1-13/+2
2025-11-06drm/amd/ras: Fix the issue of incorrect function callYiPeng Chai1-1/+1
2025-11-04drm/amdgpu: Drop PMFW RLC notifier from amdgpu_device_suspend()Alex Deucher1-4/+0
2025-11-04drm/amdgpu: suspend ras module before gpu resetYiPeng Chai1-0/+5
2025-11-04drm/amdgpu: Add ras ip block nameYiPeng Chai1-0/+1
2025-11-04drm/amdgpu: Implement user queue reset functionalityJesse.Zhang1-0/+8
2025-11-04drm/amd: Unwind for failed device suspendMario Limonciello (AMD)1-7/+58