summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-20BackMerge tag 'v7.2' into drm-nextDave Airlie1-4/+2
2026-08-14Merge tag 'drm-misc-fixes-2026-08-13' of https://gitlab.freedesktop.org/drm/m...Dave Airlie1-4/+2
2026-08-12drm/amdgpu: disallow multiple FENCE chunks in one submitJunrui Luo1-0/+4
2026-08-12drm/amdgpu: disallow multiple FENCE chunks in one submitJunrui Luo1-0/+4
2026-08-11Revert "drm/sched: Embed run queue singleton into the scheduler"Tvrtko Ursulin1-4/+2
2026-08-06drm/amdgpu: reject oversized IBs with per-ring packet limitsCandice Li1-1/+26
2026-08-06drm/amdgpu: reject oversized IBs with per-ring packet limitsCandice Li1-1/+26
2026-07-28drm/amdgpu: move debug_vm handling to amdgpu_cs_parser_finiPierre-Eric Pelloux-Prayer1-14/+16
2026-07-28drm/amdgpu: move debug_vm handling to amdgpu_cs_parser_finiPierre-Eric Pelloux-Prayer1-14/+16
2026-07-16drm/amdgpu: use correct gfp_t for job allocationChristian König1-1/+1
2026-07-16drm/amdgpu: move job parameter to the end in amdgpu_job_alloc() and *_with_ib()Christian König1-2/+2
2026-07-08drm/amdgpu: return an error instead of BUG() for CSA bo_vaAlex Deucher1-1/+2
2026-07-01drm/amdgpu: Rename moved state to needs_updateNatalie Vock1-1/+1
2026-07-01drm/amdgpu: Rename moved state to needs_updateNatalie Vock1-1/+1
2026-07-01drm/amdgpu: Remove output parameter in bo list handlingTvrtko Ursulin1-29/+25
2026-07-01drm/amdgpu: Remove the bo list mutexTvrtko Ursulin1-11/+4
2026-06-17drm/amdgpu: validate CP_GFX_SHADOW chunk size in CS pass1Mario Limonciello1-1/+5
2026-06-17drm/amdgpu: validate CP_GFX_SHADOW chunk size in CS pass1Mario Limonciello1-1/+5
2026-06-08Merge tag 'amd-drm-next-7.2-2026-06-04' of https://gitlab.freedesktop.org/agd...Dave Airlie1-6/+3
2026-06-04drm/amdgpu: restart the CS if some parts of the VM are still invalidatedChristian König1-1/+3
2026-06-04drm/amdgpu: deprecate guilty handlingChristian König1-5/+0
2026-05-25drm/exec, drm/xe, drm/amdgpu: Add an accessor for struct drm_exec::ticketThomas Hellström1-3/+3
2026-05-25drm/exec: Remove the index parameter from drm_exec_for_each_locked_obj[_reverse]Thomas Hellström1-6/+3
2026-04-17drm/sched: Embed run queue singleton into the schedulerTvrtko Ursulin1-2/+4
2026-03-30drm/amdgpu: use TTM_NUM_MOVE_FENCES when reserving fencesPierre-Eric Pelloux-Prayer1-3/+2
2026-03-17drm/amdgpu: validate fence_count in wait_fences ioctlJesse.Zhang1-0/+7
2026-03-04drm/amdgpu: Remove redundant missing hw ip handlingTvrtko Ursulin1-7/+0
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-7/+5
2026-02-05drm/amdgpu: clean up the amdgpu_cs_parser_bosSunil Khatri1-2/+4
2025-12-08drm/amdgpu: Update vm start, end, hole to support 57bit addressPhilip Yang1-0/+1
2025-10-13drm/amdgpu: update the functions to use amdgpu version of hmmSunil Khatri1-3/+3
2025-10-13drm/amdgpu: clean up amdgpu hmm range functionsSunil Khatri1-6/+5
2025-10-13drm/amdgpu: use user provided hmm_range buffer in amdgpu_ttm_tt_get_user_pagesSunil Khatri1-1/+5
2025-10-13drm/amdgpu: Fix NULL pointer dereference in VRAM logic for APU devicesJesse.Zhang1-1/+1
2025-10-13drm/amdgpu: block CE CS if not explicitely allowed by module optionChristian König1-0/+6
2025-09-25drm/amdgpu: remove the redeclaration of variable iSunil Khatri1-1/+0
2025-09-23drm/amdgpu: use hmm_pfns instead of array of pagesSunil Khatri1-24/+6
2025-09-16drm/amdgpu: reject gang submissions under SRIOVChristian König1-1/+1
2025-09-15drm/amdgpu: Use (v)memdup_array_user in amdgpu_cs_pass1Tvrtko Ursulin1-23/+10
2025-09-15drm/amdgpu: Use memdup_array_user in amdgpu_cs_wait_fences_ioctlTvrtko Ursulin1-14/+5
2025-08-12drm/amdgpu: fix task hang from failed job submission during process killLiu01 Tong1-0/+3
2025-08-04drm/amd: Use drm_*() macros instead of DRM_*() for amdgpu_csMario Limonciello1-10/+10
2025-06-03Merge drm-next-2025-05-28 into drm-misc-nextMaxime Ripard1-1/+23
2025-05-28drm/sched: Store the drm client_id in drm_sched_fencePierre-Eric Pelloux-Prayer1-1/+2
2025-05-05drm/amdgpu: Add Support for enforcing isolation without Cleaner ShaderSrinivasan Shanmugam1-0/+4
2025-04-11drm/amdgpu: adjust enforce_isolation handlingAlex Deucher1-1/+15
2025-04-08drm/amdgpu: add ring flag for no user submissionsAlex Deucher1-0/+4
2025-03-21drm/amdgpu: stop reserving VMIDs to enforce isolationChristian König1-1/+1