aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/panthor/panthor_sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/linux into drm-nextDave 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-11Merge tag 'drm-misc-next-2024-10-09' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie1-49/+337
2024-10-09Merge tag 'drm-misc-next-2024-09-26' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie1-2/+0
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-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/misc/kernel into drm-fixesDave 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
2024-09-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-1/+1
2024-09-11Merge v6.11-rc7 into drm-nextSimona Vetter1-1/+1
2024-09-06drm/sched: add optional errno to drm_sched_start()Christian König1-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/misc/kernel into drm-nextDaniel 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