summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/panthor
AgeCommit message (Expand)Author
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds
2024-11-21Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-11-13drm/panthor: Fix handling of partial GPU mapping of BOsAkash Goel
2024-11-07drm/panthor: Be stricter about IO mapping flagsJann Horn
2024-11-07drm/panthor: Lock XArray when getting entries for the VMLiviu Dudau
2024-11-06drm/panthor: Fix OPP refcnt leaks in devfreq initialisationAdrián Larumbe
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-30drm/panthor: Fix firmware initialization on systems with a page size > 4kBoris 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 sysfs knob for enabling job profilingAdrián Larumbe
2024-10-02drm/panthor: enable fdinfo for memory statsAdrián Larumbe
2024-10-02drm/panthor: add DRM fdinfo supportAdrián Larumbe
2024-10-02drm/panthor: record current and maximum device clock frequenciesAdrián Larumbe
2024-10-02drm/panthor: introduce job cycle and timestamp accountingAdrián Larumbe
2024-10-01drm/panthor: Don't add write fences to the shared BOsBoris Brezillon
2024-10-01drm/panthor: Don't declare a queue blocked if deferred operations are pendingBoris Brezillon
2024-10-01drm/panthor: Fix access to uninitialized variable in tick_ctx_cleanup()Boris Brezillon
2024-10-01drm/panthor: Lock the VM resv before calling drm_gpuvm_bo_obtain_prealloc()Boris Brezillon
2024-10-01drm/panthor: Add FOP_UNSIGNED_OFFSET to fop_flagsLiviu Dudau
2024-10-01Merge tag 'drm-misc-fixes-2024-09-26' of https://gitlab.freedesktop.org/drm/m...Dave Airlie
2024-09-25drm/panthor: Add DEV_QUERY_GROUP_PRIORITIES_INFO dev queryMary Guillemard
2024-09-25drm/panthor: Add PANTHOR_GROUP_PRIORITY_REALTIME group priorityMary Guillemard
2024-09-23drm/panthor: Fix race when converting group handle to group objectSteven Price
2024-09-12drm/panthor: Display FW version informationSteven Price
2024-09-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2024-09-11Merge v6.11-rc7 into drm-nextSimona Vetter
2024-09-06drm/sched: add optional errno to drm_sched_start()Christian König
2024-09-05drm/panthor: flush FW AS caches in slow reset pathAdrián Larumbe
2024-09-05drm/panthor: Add DEV_QUERY_TIMESTAMP_INFO dev queryMary Guillemard
2024-09-05drm/panthor: Restrict high priorities on group_createMary Guillemard
2024-09-02drm/panthor: Use the BITS_PER_LONG macroJinjie Ruan
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter
2024-07-25drm/scheduler: remove full_recover from drm_sched_startChristian König
2024-07-18Merge tag 'drm-next-2024-07-18' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-07-04drm/panthor: Record devfreq busy as soon as a job is startedSteven Price
2024-07-03drm/panthor: Fix sync-only jobsBoris Brezillon
2024-07-03drm/panthor: Don't check the array stride on empty uobj arraysBoris Brezillon
2024-05-13drm/panthor: Call panthor_sched_post_reset() even if the reset failedBoris Brezillon
2024-05-13drm/panthor: Reset the FW VM to NULL on unplugBoris Brezillon
2024-05-13drm/panthor: Keep a ref to the VM at the panthor_kernel_bo levelBoris Brezillon
2024-05-13drm/panthor: Force an immediate reset on unrecoverable faultsBoris Brezillon
2024-05-13drm/panthor: Fix an off-by-one in the heap context retrieval logicBoris Brezillon
2024-05-13drm/panthor: Relax the constraints on the tiler chunk sizeBoris Brezillon
2024-05-13drm/panthor: Make sure the tiler initial/max chunks are consistentBoris Brezillon
2024-05-13drm/panthor: Fix tiler OOM handling to allow incremental renderingAntonino Maniscalco
2024-05-02drm/panthor: Fix the FW reset logicBoris Brezillon