summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2026-04-17drm/amdgpu: drop userq fence driver refs out of fence process()Prike Liang-14/+33
2026-04-17drm/amdgpu/userq: unpin and unref doorbell and wptr outside mutexSunil Khatri-5/+5
2026-04-17drm/amdgpu/userq: use pm_runtime_resume_and_get and fix err handlingSunil Khatri-5/+8
2026-04-17drm/amdgpu/userq: unmap_helper dont return the queue stateSunil Khatri-1/+1
2026-04-17drm/amdgpu/userq: unmap is to be called before freeing doorbell/wptr boSunil Khatri-15/+13
2026-04-17drm/amdgpu/userq: hold root bo lock in caller of input_va_validateSunil Khatri-6/+32
2026-04-17drm/amdgpu/userq: caller to take reserv lock for vas_list_cleanupSunil Khatri-12/+18
2026-04-17drm/amdgpu/userq: create_mqd does not need userq_mutexSunil Khatri-9/+7
2026-04-17drm/amdgpu/userq: dont lock root bo with userq_mutex heldSunil Khatri-3/+8
2026-04-17drm/amdgpu/userq: fix kerneldoc for amdgpu_userq_ensure_ev_fenceSunil Khatri-7/+9
2026-04-17drm/amdgpu/userq: clean the VA mapping list for failed queue creationSunil Khatri-4/+5
2026-04-17drm/amdgpu/userq: avoid uneccessary locking in amdgpu_userq_createSunil Khatri-16/+12
2026-04-17drm/amdgpu: Clear cached EDID pointer after drm_edid_free()Srinivasan Shanmugam-0/+6
2026-04-17drm/amdgpu/mes_v12_1: Fix iterator reuse in mes_v12_1_test_ring()Srinivasan Shanmugam-4/+4
2026-04-17drm/amdgpu/sdma7.1: add support for disable_kqAlex Deucher-0/+12
2026-04-17drm/amdgpu: fix IP discovery v0 handlingfilippor-1/+2
2026-04-17drm/amdgpu: fix CPER ring header parsingXiang Liu-9/+27
2026-04-17drm/amdgpu: fix heap buffer overflow in amdgpu_coredump ring dumpVitaly Prosyak-1/+1
2026-04-17drm/amdgpu: correct single device PCIe reset flow for DPCCe Sun-5/+9
2026-04-17drm/amdgpu: fix NULL pointer dereference in amdgpu_devcoredump_formatVitaly Prosyak-1/+4
2026-04-17drm/amdgpu: add job->pasid in check as amdgpu_job could be NULLSunil Khatri-1/+1
2026-04-17drm/amdkfd: Clear VRAM on allocation to prevent stale data exposureAmir Shetaia-1/+2
2026-04-17drm/amdgpu: Use NBIF offset for register RCC_STRAP0_RCC_DEV0_EPF0_STRAP0 .Ramalingeswara Reddy, Kanala-1/+8
2026-04-17drm/amd: Add missing firmware declaration for PSP v15.0.0Mario Limonciello-0/+1
2026-04-17amdgpu/jpeg: fix deepsleep register for jpeg 5_0_0 and 5_0_2David (Ming Qiang) Wu-6/+46
2026-04-17drm/amdgpu: gate VM CPU HDP flush on reset lockChenglei Xie-1/+11
2026-04-17drm/amdgpu: Use SMUIO 15.0.0 offsets for TSC upper and lower count.Ramalingeswara Reddy, Kanala-5/+26
2026-04-17drm/amdgpu: Remove sys file compute_partition_mem_alloc_mode at module unloadXiaogang Chen-0/+2
2026-04-15Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-3870/+7523
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2026-04-03drm/amdgpu: dump job ibs in the devcoredumpPierre-Eric Pelloux-Prayer-1/+92
2026-04-03drm/amdgpu: store ib info for devcoredumpPierre-Eric Pelloux-Prayer-1/+20
2026-04-03drm/amdgpu: extract amdgpu_vm_lock_by_pasid from amdgpu_vm_handle_faultPierre-Eric Pelloux-Prayer-29/+54
2026-04-03drm/amdgpu: Use amdgpu by default for CIK APUs tooTimur Kristóf-5/+2
2026-04-03drm/amdgpu: save ring content before resetting the devicePierre-Eric Pelloux-Prayer-18/+80
2026-04-03drm/amdgpu: make userq fence_drv drop explicit in queue destroyPrike Liang-7/+12
2026-04-03drm/amdgpu: rework userq fence driver alloc/destroyPrike Liang-52/+28
2026-04-03drm/amdgpu/userq: use dma_fence_wait_timeout without test for signalledSunil Khatri-13/+4
2026-04-03drm/amdgpu/userq: call dma_resv_wait_timeout without test for signalledSunil Khatri-23/+11
2026-04-03drm/amdgpu/userq: add the return code too in error conditionSunil Khatri-5/+4
2026-04-03drm/amdgpu/userq: fence wait for max time in amdgpu_userq_wait_for_signalSunil Khatri-12/+3
2026-04-03drm/amdgpu: replace PASID IDR with XArrayMikhail Gavrilov-20/+19
2026-04-03drm/amdgpu/userq: dont need check for return values in amdgpu_userq_evictSunil Khatri-12/+4
2026-04-03drm/amdgpu: replace use of system_wq with system_dfl_wqMarco Crivellari-2/+2
2026-04-03drm/amdgpu: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari-3/+3
2026-04-03drm/amdgpu: add CONFIG_GCOV_PROFILE_AMDGPU Kconfig optionVitaly Prosyak-0/+21
2026-04-03drm/amdgpu: add an option to allow gpu partition allocate all available memoryXiaogang Chen-1/+63
2026-04-03drm/amdgpu: Consolidate reserve region allocationsLijo Lazar-63/+26
2026-04-03drm/amdgpu: Move validation of reserve region infoLijo Lazar-16/+14
2026-04-03drm/amdgpu: Add function to fill training regionLijo Lazar-27/+35