aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_job.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/agd5f/linux into drm-nextDave 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
2024-12-18drm/amdgpu: set the VM pointer to NULL in amdgpu_job_prepareChristian König1-0/+7
2024-12-18drm/amdgpu: remove useless init from amdgpu_job_allocPierre-Eric Pelloux-Prayer1-5/+0
2024-12-18drm/amdgpu: drop the amdgpu_device argument from amdgpu_ib_freePierre-Eric Pelloux-Prayer1-1/+1
2024-12-18drm/amdgpu: don't access invalid schedPierre-Eric Pelloux-Prayer1-2/+1
2024-11-08Merge tag 'amd-drm-next-6.13-2024-11-06' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-0/+2
2024-11-04drm/amdgpu: add ring reset messagesAlex Deucher1-0/+3
2024-10-29Merge tag 'amd-drm-next-6.13-2024-10-25' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-3/+3
2024-10-09Merge tag 'drm-misc-next-2024-09-20' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie1-1/+1
2024-10-08drm/amdgpu: Remove the while loop from amdgpu_job_prepare_jobTvrtko Ursulin1-1/+1
2024-10-08drm/amdgpu: Drop impossible condition from amdgpu_job_prepare_jobTvrtko Ursulin1-1/+1
2024-10-01drm/amdgpu: update the handle ptr in dump_ip_stateSunil Khatri1-1/+1
2024-09-25drm/amdgpu: skip coredump after job timeout in SRIOVZhenGuo Yin1-1/+4
2024-09-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-1/+66
2024-09-06drm/sched: add optional errno to drm_sched_start()Christian König1-1/+1
2024-08-29drm/amdgpu: Move the dumping log out of for loopSunil Khatri1-3/+2
2024-08-29drm/amdgpu: Do core dump immediately when job tmoTrigger Huang1-1/+67
2024-08-27Merge tag 'amd-drm-next-6.12-2024-08-26' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDaniel Vetter1-0/+20
2024-08-16drm/amdgpu: increase the reset counter for the queue resetPrike Liang1-0/+1
2024-08-16drm/amdgpu: add per ring reset support (v5)Alex Deucher1-0/+19
2024-08-07drm/amdgpu: Forward soft recovery errors to userspaceJoshua Ashton1-2/+1
2024-08-06drm/amdgpu: Forward soft recovery errors to userspaceJoshua Ashton1-2/+1
2024-07-10drm/amdgpu/job: Replace DRM_INFO/ERROR loggingAlex Deucher1-10/+11
2024-06-14drm/amdgpu: add reset source in various casesEric Huang1-0/+1
2024-04-09drm/amdgpu: Refine IB schedule error loggingLijo Lazar1-2/+5
2024-03-04drm/amdgpu: change vm->task_info handlingShashank Sharma1-7/+11
2023-11-24drm/sched: Reverse run-queue priority enumerationLuben Tuikov1-1/+1
2023-11-24drm/sched: Rename priority MIN to LOWLuben Tuikov1-1/+1
2023-11-10drm/sched: implement dynamic job-flow controlDanilo Krummrich1-1/+1
2023-10-26drm/sched: Convert the GPU scheduler to variable number of run-queuesLuben Tuikov1-2/+2
2023-06-15drm/amdgpu: add VM generation tokenChristian König1-2/+2
2023-06-15drm/amdgpu: abort submissions during prepare on errorChristian König1-1/+12
2023-06-09drm/amdgpu: set finished fence error if job timedoutZhenGuo Yin1-0/+2
2023-01-18drm/amdgpu: fix amdgpu_job_free_resources v2Christian König1-2/+8
2022-12-13Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-47/+33
2022-11-25Merge tag 'amd-drm-fixes-6.1-2022-11-23' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixesDave Airlie1-1/+5
2022-11-23drm/amdgpu: fix use-after-free during gpu recoveryStanley.Yang1-1/+6
2022-11-23drm/amdgpu: fix use-after-free during gpu recoveryStanley.Yang1-1/+5
2022-11-18drm/amdgpu: handle gang submit before VMIDChristian König1-3/+3
2022-11-05Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-1/+0
2022-11-03drm/scheduler: rename dependency callback into prepare_jobChristian König1-2/+2
2022-11-03drm/amdgpu: use scheduler dependencies for CSChristian König1-8/+1
2022-11-03drm/amdgpu: move explicit sync check into the CSChristian König1-9/+3