summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/panthor/panthor_sched.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-04drm/panthor: Evict groups before VM terminationKetil Johnsen1-0/+14
2026-03-04drm/panthor: Make sure we resume the tick when new jobs are submittedBoris Brezillon1-9/+34
2026-03-04drm/panthor: Fix the logic that decides when to stop tickingBoris Brezillon1-27/+17
2026-03-04drm/panthor: Fix immediate ticking on a disabled tickBoris Brezillon1-2/+7
2026-03-04drm/panthor: Fix the group priority rotation logicBoris Brezillon1-21/+31
2026-03-04drm/panthor: Fix the full_tick checkBoris Brezillon1-2/+5
2025-12-18drm/panthor: Fix UAF race between device unplug and FW event processingKetil Johnsen1-0/+1
2025-12-18drm/panthor: Fix group_free_queue() for partially initialized queuesBoris Brezillon1-1/+2
2025-12-18drm/panthor: Handle errors returned by drm_sched_entity_init()Boris Brezillon1-0/+2
2025-10-02drm/panthor: Defer scheduler entitiy destruction to queue releaseAdrián Larumbe1-7/+1
2024-12-05drm/panthor: introduce job cycle and timestamp accountingAdrián Larumbe1-49/+284
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-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-23drm/panthor: Fix race when converting group handle to group objectSteven Price1-2/+14
2024-09-11Merge v6.11-rc7 into drm-nextSimona Vetter1-1/+1
2024-09-05drm/panthor: Restrict high priorities on group_createMary Guillemard1-1/+1
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter1-1/+1
2024-07-25drm/scheduler: remove full_recover from drm_sched_startChristian König1-1/+1
2024-07-18Merge tag 'drm-next-2024-07-18' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+1
2024-07-04drm/panthor: Record devfreq busy as soon as a job is startedSteven Price1-0/+1
2024-07-03drm/panthor: Fix sync-only jobsBoris Brezillon1-11/+33
2024-05-13drm/panthor: Call panthor_sched_post_reset() even if the reset failedBoris Brezillon1-5/+14
2024-05-13drm/panthor: Keep a ref to the VM at the panthor_kernel_bo levelBoris Brezillon1-6/+5
2024-05-13drm/panthor: Force an immediate reset on unrecoverable faultsBoris Brezillon1-1/+10
2024-05-13drm/panthor: Fix tiler OOM handling to allow incremental renderingAntonino Maniscalco1-1/+6
2024-05-02drm/panthor: Make sure we handle 'unknown group state' case properlyBoris Brezillon1-2/+35
2024-05-02drm/panthor: Kill the faulty_slots variable in panthor_sched_suspend()Boris Brezillon1-7/+3
2024-04-22drm/panthor: clean up some types in panthor_sched_suspend()Dan Carpenter1-1/+1
2024-04-03drm/panthor: Don't return NULL from panthor_vm_get_heap_pool()Harshit Mogalapalli1-1/+1
2024-04-03drm/panthor: Fix some kerneldoc warningsLiviu Dudau1-5/+3
2024-04-02drm/panthor: Fix clang -Wunused-but-set-variable in tick_ctx_apply()Nathan Chancellor1-2/+1
2024-03-01drm/panthor: Add the scheduler logical blockBoris Brezillon1-0/+3502