summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge tag 'drm-next-2026-04-22' of https://gitlab.freedesktop.org/drm/kernelHEADmasterLinus Torvalds71-700/+944
9 daysMerge tag 'amd-drm-next-7.1-2026-04-03' of https://gitlab.freedesktop.org/agd...Dave Airlie71-700/+944
9 daysMerge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds615-8601/+121242
11 daysMerge tag 'acpi-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-2/+0
11 daysMerge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2026-04-09Merge branch 'acpi-driver'Rafael J. Wysocki1-2/+0
2026-04-07Merge v7.0-rc7 into drm-nextSimona Vetter18-2/+701
2026-04-03drm/amdgpu: dump job ibs in the devcoredumpPierre-Eric Pelloux-Prayer1-1/+92
2026-04-03drm/amdgpu: store ib info for devcoredumpPierre-Eric Pelloux-Prayer2-1/+20
2026-04-03drm/amdgpu: extract amdgpu_vm_lock_by_pasid from amdgpu_vm_handle_faultPierre-Eric Pelloux-Prayer2-29/+54
2026-04-03drm/amdgpu: Use amdgpu by default for CIK APUs tooTimur Kristóf1-5/+2
2026-04-03drm/amd/display: Remove unused NUM_ELEMENTS macrosLinus Probert4-12/+0
2026-04-03drm/amd/display: Replace inline NUM_ELEMENTS macro with ARRAY_SIZELinus Probert2-5/+6
2026-04-03drm/amdgpu: save ring content before resetting the devicePierre-Eric Pelloux-Prayer2-18/+80
2026-04-03drm/amdgpu: make userq fence_drv drop explicit in queue destroyPrike Liang3-7/+12
2026-04-03drm/amdgpu: rework userq fence driver alloc/destroyPrike Liang8-52/+28
2026-04-03drm/amdgpu/userq: use dma_fence_wait_timeout without test for signalledSunil Khatri1-13/+4
2026-04-03drm/amdgpu/userq: call dma_resv_wait_timeout without test for signalledSunil Khatri3-23/+11
2026-04-03drm/amdgpu/userq: add the return code too in error conditionSunil Khatri1-5/+4
2026-04-03drm/amdgpu/userq: fence wait for max time in amdgpu_userq_wait_for_signalSunil Khatri1-12/+3
2026-04-03drm/amd/display: Change dither policy for 10 bpc output back to ditheringMario Kleiner1-1/+1
2026-04-03drm/amdgpu: replace PASID IDR with XArrayMikhail Gavrilov1-20/+19
2026-04-03drm/amdgpu/userq: dont need check for return values in amdgpu_userq_evictSunil Khatri1-12/+4
2026-04-03drm/amd/pm: fix memleak issue in smu_v15_0_8_get_gpu_metrics()Yang Wang1-2/+0
2026-04-03drm/amd/pm: optimize logic and remove unnecessary checks in smu v15.0.8Yang Wang1-29/+23
2026-04-03drm/amd/pm: fix null pointer dereference issue in smu_v15_0_8_get_power_limit()Yang Wang1-1/+1
2026-04-03drm/amd/pm: correct mem_busy_percent display due to calculation errorsYang Wang4-15/+32
2026-04-03amd/amdkfd: add WQ_UNBOUND to alloc_workqueue usersMarco Crivellari1-1/+2
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 Crivellari3-3/+3
2026-04-03drm/amd/pm: Use smu vram copy in SMUv15Lijo Lazar1-5/+15
2026-04-03drm/amd/pm: Use smu vram copy in SMUv13Lijo Lazar2-9/+19
2026-04-03drm/amd/pm: Add smu vram copy functionLijo Lazar2-0/+15
2026-04-03drm/amdgpu: add CONFIG_GCOV_PROFILE_AMDGPU Kconfig optionVitaly Prosyak2-0/+21
2026-04-03drm/amd/display: Replace use of system_wq with system_percpu_wqMarco Crivellari1-2/+2
2026-04-03drm/amdgpu: add an option to allow gpu partition allocate all available memoryXiaogang Chen5-1/+63
2026-04-03drm/amdgpu: Consolidate reserve region allocationsLijo Lazar1-63/+26
2026-04-03drm/amdgpu: Move validation of reserve region infoLijo Lazar1-16/+14
2026-04-03drm/amdgpu: Add function to fill training regionLijo Lazar1-27/+35
2026-04-03drm/amdgpu: Add function to fill fw reserve regionLijo Lazar1-29/+41
2026-04-03drm/amdgpu: Group filling reserve region detailsLijo Lazar10-34/+26
2026-04-03drm/amdgpu: Add memory training reserve-regionLijo Lazar2-10/+6
2026-04-03drm/amdgpu: Add host driver reserved-regionLijo Lazar5-67/+27
2026-04-03drm/amdgpu: Add fw vram usage reserve-regionLijo Lazar6-84/+41
2026-04-03drm/amdgpu: Add firmware extended reserve-regionLijo Lazar3-8/+4
2026-04-03drm/amdgpu: Add fw_reserved reserve-regionLijo Lazar4-12/+10
2026-04-03drm/amdgpu: Add stolen_reserved reserve-regionLijo Lazar3-17/+4
2026-04-03drm/amdgpu: Add extended stolen vga reserve-regionLijo Lazar4-12/+6
2026-04-03drm/amdgpu: Add stolen vga reserve-regionLijo Lazar4-12/+10
2026-04-03drm/amdgpu: Add reserved region idsLijo Lazar2-0/+89