summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/panthor
AgeCommit message (Expand)Author
3 daysMerge tag 'drm-misc-next-2026-07-02' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
3 daysMerge tag 'drm-misc-next-2026-06-19' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
9 daysdrm/panthor: Fix NPD issue on partial unmap of an evicted BOAkash Goel
9 daysdrm/panthor: Keep interrupts masked until they are neededBoris Brezillon
9 daysdrm/panthor: Interrupt group start/resumption if group_bind_locked() failsBoris Brezillon
9 daysdrm/panthor: Fix a leak when a group is evicted before the tiler OOM is servicedBoris Brezillon
9 daysdrm/panthor: Drop a needless check in panthor_fw_unplug()Boris Brezillon
9 daysdrm/panthor: Fix panthor_pwr_unplug()Boris Brezillon
9 daysdrm/panthor: Don't overrule pending immediate ticks in sched_resume_tick()Boris Brezillon
9 daysdrm/panthor: Fix theoretical IOMEM access in suspended stateBoris Brezillon
9 daysdrm/panthor: Fix potential invalid pointer deref in group_process_tiler_oom()Boris Brezillon
9 daysdrm/panthor: Keep the reset work disabled until everything is initializedBoris Brezillon
9 daysdrm/panthor: Always use the IRQ-safe variant when acquiring the fence lockBoris Brezillon
9 daysMerge drm/drm-next into drm-misc-nextThomas Zimmermann
2026-06-17Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-06-05drm/panthor: Bump the driver version to 1.9Adrián Larumbe
2026-06-05drm/panthor: Support sparse mappingsAdrián Larumbe
2026-06-05drm/panthor: Remove unused operation context fieldAdrián Larumbe
2026-06-05drm/panthor: Pass vm_bind_op to vm_prepare_map_op_ctxAdrián Larumbe
2026-06-05drm/panthor: Expose GPU page sizes to UMAdrián Larumbe
2026-06-03mm/slab: improve kmem_cache_alloc_bulkChristoph Hellwig
2026-05-29drm: Remove DRIVER_GEM_GPUVA feature flagLaura Nao
2026-05-28drm/panthor: Reduce padding in gems debugfs for refcountNicolas Frattaroli
2026-05-28drm/panthor: Implement evicted status for GEM objectsNicolas Frattaroli
2026-05-28Merge v7.1-rc5 into drm-nextSimona Vetter
2026-05-07drm/panthor: Avoid potential UAF due to memory reclaimAkash Goel
2026-05-07drm/panthor: Fix missing declaration for panthor_transparent_hugepagegyeyoung
2026-04-30drm/panthor: Use a local iomem base for MMU AS registersKarunika Choo
2026-04-30drm/panthor: Use a local iomem base for firmware control registersKarunika Choo
2026-04-30drm/panthor: Use a local iomem base for PWR registersKarunika Choo
2026-04-30drm/panthor: Use a local iomem base for GPU registersKarunika Choo
2026-04-30drm/panthor: Store IRQ register base iomem pointer in panthor_irqKarunika Choo
2026-04-30drm/panthor: Replace cross-component register accesses with helpersKarunika Choo
2026-04-30drm/panthor: Split register definitions by componentsKarunika Choo
2026-04-30drm/panthor: Pass an iomem pointer to GPU register access helpersKarunika Choo
2026-04-27Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2026-04-24Merge tag 'drm-fixes-2026-04-24' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-04-17drm/panthor: Remove drm_sched_init_args->num_rqs usageTvrtko Ursulin
2026-04-13drm/panthor: Fix outdated function documentationAdrián Larumbe
2026-04-13drm/panthor: Extend VM locked region for remap case to be a supersetAdrián Larumbe
2026-04-08drm/panthor: Fix kernel-doc in panthor_sched.c so it's visibleSteven Price
2026-04-08drm/panthor: Fix kernel-doc warning in panthor_sched.cYicong Hui
2026-04-03drm/panthor: Add a GEM shrinkerAkash Goel
2026-04-03drm/panthor: Track the number of mmap on a BOBoris Brezillon
2026-04-03drm/panthor: Split panthor_vm_prepare_map_op_ctx() to prepare for reclaimBoris Brezillon
2026-04-03drm/panthor: Lazily allocate pages on mmap()Boris Brezillon
2026-04-03drm/panthor: Part ways with drm_gem_shmem_objectBoris Brezillon
2026-04-03drm/panthor: Don't call drm_gpuvm_bo_extobj_add() if the object is privateBoris Brezillon
2026-04-03drm/panthor: Group panthor_kernel_bo_xxx() helpersBoris Brezillon
2026-04-03drm/panthor: Move panthor_gems_debugfs_init() to panthor_gem.cBoris Brezillon