summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-7/+5
2026-02-05drm/amdgpu: clean up the amdgpu_cs_parser_bosSunil Khatri-2/+4
2025-12-08drm/amdgpu: Update vm start, end, hole to support 57bit addressPhilip Yang-0/+1
2025-10-13drm/amdgpu: update the functions to use amdgpu version of hmmSunil Khatri-3/+3
2025-10-13drm/amdgpu: clean up amdgpu hmm range functionsSunil Khatri-6/+5
2025-10-13drm/amdgpu: use user provided hmm_range buffer in amdgpu_ttm_tt_get_user_pagesSunil Khatri-1/+5
2025-10-13drm/amdgpu: Fix NULL pointer dereference in VRAM logic for APU devicesJesse.Zhang-1/+1
2025-10-13drm/amdgpu: block CE CS if not explicitely allowed by module optionChristian König-0/+6
2025-09-25drm/amdgpu: remove the redeclaration of variable iSunil Khatri-1/+0
2025-09-23drm/amdgpu: use hmm_pfns instead of array of pagesSunil Khatri-24/+6
2025-09-16drm/amdgpu: reject gang submissions under SRIOVChristian König-1/+1
2025-09-15drm/amdgpu: Use (v)memdup_array_user in amdgpu_cs_pass1Tvrtko Ursulin-23/+10
2025-09-15drm/amdgpu: Use memdup_array_user in amdgpu_cs_wait_fences_ioctlTvrtko Ursulin-14/+5
2025-08-12drm/amdgpu: fix task hang from failed job submission during process killLiu01 Tong-0/+3
2025-08-04drm/amd: Use drm_*() macros instead of DRM_*() for amdgpu_csMario Limonciello-10/+10
2025-06-03Merge drm-next-2025-05-28 into drm-misc-nextMaxime Ripard-1/+23
2025-05-28drm/sched: Store the drm client_id in drm_sched_fencePierre-Eric Pelloux-Prayer-1/+2
2025-05-05drm/amdgpu: Add Support for enforcing isolation without Cleaner ShaderSrinivasan Shanmugam-0/+4
2025-04-11drm/amdgpu: adjust enforce_isolation handlingAlex Deucher-1/+15
2025-04-08drm/amdgpu: add ring flag for no user submissionsAlex Deucher-0/+4
2025-03-21drm/amdgpu: stop reserving VMIDs to enforce isolationChristian König-1/+1
2025-03-21drm/amdgpu: use GFP_NOWAIT for memory allocationsChristian König-7/+11
2025-01-09Merge tag 'drm-misc-next-2025-01-06' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-2/+2
2024-12-19drm/amdgpu: remove unused function parameterYunxiang Li-2/+2
2024-12-05drm/amdgpu: fix UVD contiguous CS mapping problemChristian König-6/+11
2024-10-15drm/amdgpu: prevent BO_HANDLES error from being overwrittenMohammed Anees-1/+1
2024-10-15drm/amdgpu: prevent BO_HANDLES error from being overwrittenMohammed Anees-1/+1
2024-08-20drm/amdgpu: Enforce isolation as part of the jobSrinivasan Shanmugam-0/+1
2024-08-16drm/amdgpu: Make enforce_isolation setting per GPUSrinivasan Shanmugam-1/+1
2024-08-13drm/amd/amdgpu: command submission parser for JPEGDavid (Ming Qiang) Wu-0/+3
2024-07-27drm/amdgpu: fix contiguous handling for IB parsing v2Christian König-8/+8
2024-07-23drm/amdgpu: disallow multiple BO_HANDLES chunks in one submitPierre-Eric Pelloux-Prayer-0/+4
2024-07-08drm/amdgpu: reject gang submit on reserved VMIDsChristian König-0/+15
2024-04-17drm/amdgpu: fix visible VRAM handling during faultsChristian König-1/+1
2024-01-15drm/amdgpu: Auto-validate DMABuf imports in compute VMsFelix Kuehling-3/+3
2024-01-09Merge tag 'amd-drm-next-6.8-2024-01-05' of https://gitlab.freedesktop.org/agd...Dave Airlie-3/+3
2024-01-03drm/amdgpu: Use kvcalloc instead of kvmalloc_array in amdgpu_cs_parser_bos()Srinivasan Shanmugam-3/+3
2023-12-10drm/exec: Pass in initial # of objectsRob Clark-1/+1
2023-11-17drm/amdgpu: correct chunk_ptr to a pointer to chunk.YuanShang-1/+1
2023-11-10Merge tag 'amd-drm-next-6.7-2023-11-10' of https://gitlab.freedesktop.org/agd...Daniel Vetter-1/+1
2023-11-10Merge tag 'drm-misc-fixes-2023-11-08' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter-1/+2
2023-11-09drm/amdgpu: lower CS errors to debug severityChristian König-1/+1
2023-11-03drm/amdkfd: Improve amdgpu_vm_handle_movedFelix Kuehling-1/+6
2023-10-19drm/amdgpu: ignore duplicate BOs againChristian König-1/+2
2023-09-11drm/amdgpu: Merge debug module parametersAndré Almeida-1/+1
2023-08-31drm/amdgpu: fix amdgpu_cs_p1_user_fenceChristian König-14/+4
2023-08-31drm/amdgpu: fix amdgpu_cs_p1_user_fenceChristian König-14/+4
2023-08-30drm/amdgpu: Fix printk_ratelimit() with DRM_ERROR_RATELIMITED in 'amdgpu_cs_i...Srinivasan Shanmugam-2/+1