summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/panthor/panthor_sched.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-04drm/panthor: fix for dma-fence safe access rulesChia-I Wu1-0/+4
2026-02-27drm/panthor: Evict groups before VM terminationKetil Johnsen1-0/+14
2026-02-27drm/panthor: fix queue_reset_timeout_lockedChia-I Wu1-12/+12
2026-02-27drm/panthor: Make sure we resume the tick when new jobs are submittedBoris Brezillon1-9/+34
2026-02-27drm/panthor: Fix the logic that decides when to stop tickingBoris Brezillon1-27/+17
2026-02-27drm/panthor: Fix immediate ticking on a disabled tickBoris Brezillon1-2/+7
2026-02-27drm/panthor: Fix the group priority rotation logicBoris Brezillon1-21/+31
2026-02-27drm/panthor: Fix the full_tick checkBoris Brezillon1-2/+5
2025-12-12Merge tag 'drm-misc-next-fixes-2025-12-10' of https://gitlab.freedesktop.org/...Dave Airlie1-4/+15
2025-11-28drm/panthor: Prevent potential UAF in group creationAkash Goel1-4/+15
2025-11-26drm/panthor: Reset queue slots if termination failsAshley Smith1-2/+12
2025-11-26drm/panthor: Make the timeout per-queue instead of per-jobAshley Smith1-78/+199
2025-11-26drm/panthor: Support 64-bit endpoint_req register for Mali-G1Karunika Choo1-8/+13
2025-11-03drm/panthor: disable async work during unplugKetil Johnsen1-3/+2
2025-11-03drm/panthor: Fix UAF race between device unplug and FW event processingKetil Johnsen1-0/+1
2025-11-03drm/panthor: Fix group_free_queue() for partially initialized queuesBoris Brezillon1-1/+2
2025-11-03drm/panthor: Handle errors returned by drm_sched_entity_init()Boris Brezillon1-0/+2
2025-10-31drm: include drm_print.h where neededJani Nikula1-0/+1
2025-10-13Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-7/+1
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-5/+38
2025-09-25drm/panthor: Defer scheduler entitiy destruction to queue releaseAdrián Larumbe1-7/+1
2025-09-18drm/panthor: always set fence errors on CS_FAULTChia-I Wu1-1/+1
2025-09-11drm/panthor: assign unique names to queuesChia-I Wu1-10/+28
2025-07-24panthor: dump task pid and comm on gpu errorsChia-I Wu1-5/+19
2025-07-24panthor: save task pid and comm in panthor_groupChia-I Wu1-0/+19
2025-07-15drm/sched: Rename DRM_GPU_SCHED_STAT_NOMINAL to DRM_GPU_SCHED_STAT_RESETMaíra Canal1-1/+1
2025-05-28drm/sched: Store the drm client_id in drm_sched_fencePierre-Eric Pelloux-Prayer1-2/+3
2025-04-23drm/panthor: Label all kernel BO'sAdrián Larumbe1-3/+6
2025-03-26drm/gem: Change locked/unlocked postfix of drm_gem_v/unmap() function namesDmitry Osipenko1-2/+2
2025-03-05drm/panthor: Replace sleep locks with spinlocks in fdinfo pathAdrián Larumbe1-14/+12
2025-02-12drm/sched: Use struct for drm_sched_init() paramsPhilipp Stanner1-11/+17
2025-02-07drm/panthor: Fix race condition when gathering fdinfo group samplesAdrián Larumbe1-0/+2
2025-02-07drm/panthor: Expose size of driver internal BO's over fdinfoAdrián Larumbe1-1/+55
2025-01-13drm/panthor: Remove dead codeFlorent Tomasin1-3/+0
2024-12-17drm/panthor: Report innocent group killBoris Brezillon1-0/+18
2024-12-11drm/panthor: Be robust against resume failuresBoris Brezillon1-2/+2
2024-11-04Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds...Dave Airlie1-4/+16
2024-10-30drm/panthor: Report group as timedout when we fail to properly suspendBoris Brezillon1-4/+11
2024-10-30drm/panthor: Fail job creation when the group is deadBoris Brezillon1-0/+5
2024-10-10Merge tag 'drm-misc-next-2024-10-09' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-49/+337
2024-10-09Merge tag 'drm-misc-next-2024-09-26' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-2/+0
2024-10-09Merge tag 'drm-misc-next-2024-09-20' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-1/+1
2024-10-02drm/panthor: add DRM fdinfo supportAdrián Larumbe1-0/+53
2024-10-02drm/panthor: introduce job cycle and timestamp accountingAdrián Larumbe1-49/+284
2024-10-01drm/panthor: Don't add write fences to the shared BOsBoris Brezillon1-6/+1
2024-10-01drm/panthor: Don't declare a queue blocked if deferred operations are pendingBoris Brezillon1-1/+7
2024-10-01drm/panthor: Fix access to uninitialized variable in tick_ctx_cleanup()Boris Brezillon1-2/+3
2024-10-01Merge tag 'drm-misc-fixes-2024-09-26' of https://gitlab.freedesktop.org/drm/m...Dave Airlie1-2/+14
2024-09-25drm/panthor: Add PANTHOR_GROUP_PRIORITY_REALTIME group priorityMary Guillemard1-2/+0
2024-09-23drm/panthor: Fix race when converting group handle to group objectSteven Price1-2/+14