summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/panthor/panthor_sched.c
AgeCommit message (Expand)Author
2025-12-19drm/panthor: Evict groups before VM terminationKetil Johnsen
2025-12-17drm/panthor: fix for dma-fence safe access rulesChia-I Wu
2025-12-15Merge drm/drm-next into drm-misc-nextMaxime Ripard
2025-12-12Merge tag 'drm-misc-next-fixes-2025-12-10' of https://gitlab.freedesktop.org/...Dave Airlie
2025-12-09drm/panthor: Add flag to map GEM object Write-Back CacheableLoïc Molinari
2025-12-03drm/panthor: fix queue_reset_timeout_lockedChia-I Wu
2025-12-03drm/panthor: Drop a WARN_ON() in group_free_queue()Boris Brezillon
2025-11-28drm/panthor: Kill panthor_sched_immediate_tick()Boris Brezillon
2025-11-28drm/panthor: Make sure we resume the tick when new jobs are submittedBoris Brezillon
2025-11-28drm/panthor: Fix the logic that decides when to stop tickingBoris Brezillon
2025-11-28drm/panthor: Fix immediate ticking on a disabled tickBoris Brezillon
2025-11-28drm/panthor: Fix the group priority rotation logicBoris Brezillon
2025-11-28drm/panthor: Fix the full_tick checkBoris Brezillon
2025-11-28drm/panthor: Don't try to enable extract eventsBoris Brezillon
2025-11-28drm/panthor: Simplify group idleness trackingBoris Brezillon
2025-11-28drm/panthor: Relax a check in panthor_sched_pre_reset()Boris Brezillon
2025-11-28drm/panthor: Prevent potential UAF in group creationAkash Goel
2025-11-26drm/panthor: Reset queue slots if termination failsAshley Smith
2025-11-26drm/panthor: Make the timeout per-queue instead of per-jobAshley Smith
2025-11-26drm/panthor: Support 64-bit endpoint_req register for Mali-G1Karunika Choo
2025-11-03drm/panthor: disable async work during unplugKetil Johnsen
2025-11-03drm/panthor: Fix UAF race between device unplug and FW event processingKetil Johnsen
2025-11-03drm/panthor: Fix group_free_queue() for partially initialized queuesBoris Brezillon
2025-11-03drm/panthor: Handle errors returned by drm_sched_entity_init()Boris Brezillon
2025-10-31drm: include drm_print.h where neededJani Nikula
2025-10-13Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-09-25drm/panthor: Defer scheduler entitiy destruction to queue releaseAdrián Larumbe
2025-09-18drm/panthor: always set fence errors on CS_FAULTChia-I Wu
2025-09-11drm/panthor: assign unique names to queuesChia-I Wu
2025-07-24panthor: dump task pid and comm on gpu errorsChia-I Wu
2025-07-24panthor: save task pid and comm in panthor_groupChia-I Wu
2025-07-15drm/sched: Rename DRM_GPU_SCHED_STAT_NOMINAL to DRM_GPU_SCHED_STAT_RESETMaíra Canal
2025-05-28drm/sched: Store the drm client_id in drm_sched_fencePierre-Eric Pelloux-Prayer
2025-04-23drm/panthor: Label all kernel BO'sAdrián Larumbe
2025-03-26drm/gem: Change locked/unlocked postfix of drm_gem_v/unmap() function namesDmitry Osipenko
2025-03-05drm/panthor: Replace sleep locks with spinlocks in fdinfo pathAdrián Larumbe
2025-02-12drm/sched: Use struct for drm_sched_init() paramsPhilipp Stanner
2025-02-07drm/panthor: Fix race condition when gathering fdinfo group samplesAdrián Larumbe
2025-02-07drm/panthor: Expose size of driver internal BO's over fdinfoAdrián Larumbe
2025-01-13drm/panthor: Remove dead codeFlorent Tomasin
2024-12-17drm/panthor: Report innocent group killBoris Brezillon
2024-12-11drm/panthor: Be robust against resume failuresBoris Brezillon
2024-11-04Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds...Dave Airlie
2024-10-30drm/panthor: Report group as timedout when we fail to properly suspendBoris Brezillon
2024-10-30drm/panthor: Fail job creation when the group is deadBoris Brezillon
2024-10-11Merge tag 'drm-misc-next-2024-10-09' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
2024-10-09Merge tag 'drm-misc-next-2024-09-26' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
2024-10-09Merge tag 'drm-misc-next-2024-09-20' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
2024-10-02drm/panthor: add DRM fdinfo supportAdrián Larumbe