summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_job.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-20BackMerge tag 'v7.2' into drm-nextDave Airlie1-13/+14
2026-08-11Revert "drm/sched: Remove FIFO and RR and simplify to a single run queue"Tvrtko Ursulin1-10/+13
2026-08-11Revert "drm/sched: Embed run queue singleton into the scheduler"Tvrtko Ursulin1-4/+2
2026-07-16drm/amdgpu: use correct gfp_t for job allocationChristian König1-4/+5
2026-07-16drm/amdgpu: move job parameter to the end in amdgpu_job_alloc() and *_with_ib()Christian König1-5/+5
2026-07-01drm/amdgpu: Add IP block soft reset as a GPU recovery methodTimur Kristóf1-0/+11
2026-07-01drm/amdgpu: Clarify name of soft recovery to avoid confusionTimur Kristóf1-1/+1
2026-04-17drm/sched: Embed run queue singleton into the schedulerTvrtko Ursulin1-2/+4
2026-04-17drm/sched: Remove FIFO and RR and simplify to a single run queueTvrtko Ursulin1-13/+10
2026-03-09Merge tag 'amd-drm-next-7.1-2026-03-04' of https://gitlab.freedesktop.org/agd...Dave Airlie1-4/+2
2026-02-23drm/amdgpu: don't call drm_sched_stop/start() in asic resetAlex Deucher1-4/+2
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard1-4/+11
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-3/+3
2026-02-05drm/amdgpu: re-add the bad job to the pending list for ring resetsAlex Deucher1-1/+8
2026-02-05dma-buf: add dma_fence_was_initialized function v2Christian König1-6/+7
2026-01-20drm/amdgpu: free hw_vm_fence when fail in amdgpu_job_allocJiqian Chen1-2/+5
2026-01-05drm/amdgpu: avoid a warning in timedout job handlerAlex Deucher1-1/+2
2025-11-26drm/amdgpu: free job fences on failure in amdgpu_job_alloc_with_ibPierre-Eric Pelloux-Prayer1-0/+2
2025-11-26drm/amdgpu: clear job on failure in amdgpu_job_alloc(_with_ib)Pierre-Eric Pelloux-Prayer1-0/+2
2025-11-04drm/amdgpu: fix possible fence leaks from job structureAlex Deucher1-0/+18
2025-11-04drm/amdgpu: move reset debug disable handlingAlex Deucher1-5/+3
2025-10-13drm/amdgpu: clean up and unify hw fence handlingAlex Deucher1-13/+30
2025-09-01drm/amdgpu: give each kernel job a unique idPierre-Eric Pelloux-Prayer1-2/+3
2025-08-04drm/amdgpu: Retain job->vm in amdgpu_job_prepare_jobYuanShang1-7/+0
2025-07-21Merge tag 'amd-drm-next-6.17-2025-07-17' of https://gitlab.freedesktop.org/ag...Dave Airlie1-2/+5
2025-07-17drm/amdgpu: move reset support type checks into the callerAlex Deucher1-1/+4
2025-07-16drm/amdgpu: track ring state associated with a fenceAlex Deucher1-2/+2
2025-07-15drm/sched: Rename DRM_GPU_SCHED_STAT_NOMINAL to DRM_GPU_SCHED_STAT_RESETMaíra Canal1-1/+1
2025-07-10drm/amdgpu: Fix lifetime of struct amdgpu_task_info after ring resetAndré Almeida1-3/+2
2025-07-04Merge tag 'amd-drm-next-6.17-2025-07-01' of https://gitlab.freedesktop.org/ag...Dave Airlie1-41/+17
2025-06-30drm/amdgpu: move scheduler wqueue handling into callbacksAlex Deucher1-8/+0
2025-06-30drm/amdgpu: move guilty handling into ring resetsAlex Deucher1-21/+2
2025-06-30drm/amdgpu: move force completion into ring resetsAlex Deucher1-3/+1
2025-06-30drm/amdgpu: rework queue reset scheduler interactionChristian König1-15/+20
2025-06-30drm/amdgpu: update ring reset function signatureAlex Deucher1-1/+1
2025-06-18drm/amdgpu: switch job hw_fence to amdgpu_fenceAlex Deucher1-6/+6
2025-06-17drm/amdgpu: Make use of drm_wedge_task_infoAndré Almeida1-2/+5
2025-06-17drm: Create a task info option for wedge eventsAndré Almeida1-1/+1
2025-06-17drm: amdgpu: Create amdgpu_vm_print_task_info()André Almeida1-3/+1
2025-05-28drm/sched: Store the drm client_id in drm_sched_fencePierre-Eric Pelloux-Prayer1-3/+5
2025-03-21drm/amdgpu: rework how isolation is enforced v2Christian König1-4/+12
2025-03-10drm/amdgpu: Trigger a wedged event for ring resetAndré Almeida1-0/+1
2025-03-10Merge tag 'amd-drm-next-6.15-2025-03-07' of https://gitlab.freedesktop.org/ag...Dave Airlie1-6/+24
2025-02-27drm/amdgpu: Create a debug option to disable ring resetAndré Almeida1-2/+3
2025-02-25drm/amdgpu: Log after a successful ring resetAndré Almeida1-0/+1
2025-02-25drm/amdgpu: Update amdgpu_job_timedout to check if the ring is guiltyJesse.zhang@amd.com1-4/+20
2025-02-24drm/amdgpu: Pop jobs from the queue more robustlyTvrtko Ursulin1-3/+19
2024-12-18drm/amdgpu: partially revert "reduce reset time"Christian König1-3/+0