summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/panthor/panthor_sched.c
AgeCommit message (Expand)AuthorFilesLines
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