summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
AgeCommit message (Expand)AuthorFilesLines
11 daysdrm/amdgpu: restrict BAR0 fallback read to SR-IOV VFs onlyMario Limonciello1-0/+3
2026-08-25drm/amdgpu: clamp the isolation index for rings outside a partitionXiang Liu1-1/+4
2026-08-24Merge tag 'amd-drm-next-7.3-2026-08-19' of https://gitlab.freedesktop.org/agd...Dave Airlie1-7/+47
2026-08-20BackMerge tag 'v7.2' into drm-nextDave Airlie1-0/+1
2026-08-19drm/amdgpu: delay ttm buffer func enablement on xgmiPierre-Eric Pelloux-Prayer1-3/+5
2026-08-19drm/amdgpu: check thunderbolt before switcheroo registrationYang Wang1-4/+10
2026-08-19drm/amdgpu: force complete the KIQ ring fences on resetJesse Zhang1-0/+12
2026-08-19drm/amdgpu: force complete the MES ring fences on resetJesse Zhang1-0/+13
2026-08-19drm/amdgpu: Disable runtime PM for externally attached dGPUsYang Wang1-0/+7
2026-08-14Merge tag 'drm-misc-fixes-2026-08-13' of https://gitlab.freedesktop.org/drm/m...Dave Airlie1-0/+1
2026-08-12drm/amdgpu: check ASPM on the dGPU host linkYang Wang1-1/+49
2026-08-12drm/amdgpu: check ASPM on the dGPU host linkYang Wang1-1/+49
2026-08-12drm/amdgpu: don't disable ttm buffer funcs on resetPierre-Eric Pelloux-Prayer1-2/+0
2026-08-11Revert "drm/amdgpu: Remove drm_sched_init_args->num_rqs usage"Tvrtko Ursulin1-0/+1
2026-08-06Revert "drm/amdgpu: fix aperture mapping leak"Asad Kamal1-0/+2
2026-08-06Revert "drm/amdgpu: fix aperture mapping leak"Asad Kamal1-0/+2
2026-07-28drm/amdgpu: reduce early full GPU access during SR-IOV initchong li1-5/+83
2026-07-17drm/amdgpu: Disable PCIe dynamic speed switching on Ryzen Pinnacle RidgeMario Limonciello1-0/+9
2026-07-15drm/amd: Move dynamic PCIe switching quirks to X86_MATCH_* macrosMario Limonciello1-21/+28
2026-07-15drm/amdgpu: Disable PCIe dynamic speed switching on Ryzen Pinnacle RidgeMario Limonciello1-0/+9
2026-07-08drm/amd/amdgpu: disable ASPM on VI if pcie dpm is disabledKenneth Feng1-1/+2
2026-07-08drm/amdgpu: move struct amdgpu_wb and helpers into separate filesShahyan Soltani1-106/+4
2026-07-08drm/amd/amdgpu: disable ASPM on VI if pcie dpm is disabledKenneth Feng1-1/+2
2026-07-01drm/amdgpu: fix aperture mapping leakAsad Kamal1-2/+0
2026-07-01drm/amdgpu: Save some cycles on the job submission pathTvrtko Ursulin1-0/+3
2026-07-01drm/amdgpu: fix aperture mapping leakAsad Kamal1-2/+0
2026-07-01drm/amdgpu: Clean up defunct soft reset from ASIC reset code pathTimur Kristóf1-171/+2
2026-07-01drm/amdgpu: Clarify name of soft recovery to avoid confusionTimur Kristóf1-3/+3
2026-06-17drm/amdgpu: initialize irq.lock spinlock earlierThadeu Lima de Souza Cascardo1-0/+2
2026-06-17drm/amdgpu: skip already suspended IP blocks in ip_suspend_phase2Yunxiang Li1-1/+1
2026-06-17drm/amdgpu: Choose SOC15 RLC register read write functions at init timeTvrtko Ursulin1-0/+1
2026-06-17drm/amdgpu: clean up discovery and preempt sysfs entries on shutdowngeomcrae_amdeng1-0/+5
2026-06-17drm/amdgpu: initialize irq.lock spinlock earlierThadeu Lima de Souza Cascardo1-0/+2
2026-06-17drm/amdgpu: skip already suspended IP blocks in ip_suspend_phase2Yunxiang Li1-1/+1
2026-06-04drm/amdgpu: deprecate guilty handlingChristian König1-4/+1
2026-06-04drm/amdgpu: Add lockdep annotations for lock ordering validationVitaly Prosyak1-0/+3
2026-06-04drm/amdgpu: Fix user-triggerable BUG()/BUG_ON() callsCe Sun1-1/+6
2026-06-03drm/amdgpu: Adjust _PR3 detectionMario Limonciello1-1/+1
2026-06-03drm/amd: Fix amdgpu_device_find_parent()Mario Limonciello1-0/+1
2026-05-27drm/amd: Add dedicated helper for amdgpu_device_find_parent()Mario Limonciello1-21/+23
2026-05-19drm/amdgpu: unmap all user mappings of framebuffer and doorbell before mode1 ...Yifan Zhang1-0/+6
2026-05-18drm/amdgpu: rework userq reset work handlingChristian König1-2/+1
2026-05-11drm/amdgpu: plumb timedout fence through to force completionAlex Deucher1-1/+5
2026-05-11drm/amdgpu: add sysfs for Peak Tops Limiter (PTL)Perry Yuan1-0/+2
2026-05-11drm/amdgpu: add psp interfaces for peak tops limiter driverPerry Yuan1-0/+1
2026-05-07Merge tag 'amd-drm-next-7.2-2026-05-06' of https://gitlab.freedesktop.org/agd...Dave Airlie1-10/+11
2026-05-06Merge tag 'drm-misc-next-2026-04-20' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-1/+0
2026-04-28drm/amdgpu: Move amdgpu_device_check_iommu_direct_map() earlierPhilip Yang1-2/+3
2026-04-24drm/amdgpu: Avoid reset in AMDGPU unload path for APUs with GFX V11 and higher.Shubhankar Milind Sardeshpande1-1/+5
2026-04-24drm/amdgpu: Avoid reset in AMDGPU unload path for APUs with GFX V11 and higher.Shubhankar Milind Sardeshpande1-1/+5