summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/panthor
AgeCommit message (Expand)Author
2025-10-17drm/panthor: Fix kernel panic on partial unmap of a GPU VA regionAkash Goel
2025-10-14Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann
2025-10-09drm/panthor: Ensure MCU is disabled on suspendKetil Johnsen
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-15Merge tag 'v6.17-rc6' into drm-nextDave Airlie
2025-09-04drm/panthor: validate group queue countChia-I Wu
2025-09-03drm/panthor: check bo offset alignment in vm bindChia-I Wu
2025-08-28drm/panthor: Simplify mmu_hw_do_operation_lockedSteven Price
2025-08-28gpuvm: remove gem.gpuva.lock_dep_mapAlice Ryhl
2025-08-28panthor: use drm_gem_object.gpuva.lock instead of gpuva_list_lockAlice Ryhl
2025-08-19drm/gpuvm: Pass map arguments through a structBoris Brezillon
2025-08-15drm/panthor: Add support for Mali-Gx20 and Mali-Gx25 GPUsKarunika Choo
2025-08-15drm/panthor: Make MMU cache maintenance use FLUSH_CACHES commandKarunika Choo
2025-08-15drm/panthor: Serialize GPU cache flush operationsKarunika Choo
2025-08-15drm/panthor: Add support for Mali-Gx15 family of GPUsKarunika Choo
2025-08-15drm/panthor: Add support for Mali-G710, Mali-G510 and Mali-G310Karunika Choo
2025-08-15drm/panthor: Simplify getting the GPU model nameKarunika Choo
2025-08-15drm/panthor: Add panthor_hw and move gpu_info initialization into itKarunika Choo
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-24panthor: set owner field for driver fopsChia-I Wu
2025-07-18drm/panthor: Fix memory leak in panthor_ioctl_group_create()Jann Horn
2025-07-15drm/sched: Rename DRM_GPU_SCHED_STAT_NOMINAL to DRM_GPU_SCHED_STAT_RESETMaíra Canal
2025-07-14drm/panthor: Remove dead VM flushing codeAdrián Larumbe
2025-07-10drm/panthor: Fix UAF in panthor_gem_create_with_handle() debugfs codeSimona Vetter
2025-06-30drm/panthor: Wait for _READY register when powering onSteven Price
2025-06-06drm/panthor: Clean up 64-bit register definitionsKarunika Choo
2025-06-06drm/panthor: Add 64-bit and poll register accessorsKarunika Choo
2025-06-06drm/panthor: Fix the user MMIO offset logic for emulatorsBoris Brezillon
2025-05-28drm/sched: Store the drm client_id in drm_sched_fencePierre-Eric Pelloux-Prayer
2025-04-29drm/panthor: Fix build warning when DEBUG_FS is disabledAdrián Larumbe
2025-04-23drm/panthor: show device-wide list of DRM GEM objects over DebugFSAdrián Larumbe
2025-04-23drm/panthor: Label all kernel BO'sAdrián Larumbe
2025-04-23drm/panthor: Add driver IOCTL for setting BO labelsAdrián Larumbe
2025-04-23drm/panthor: Introduce BO labelingAdrián Larumbe
2025-04-22drm/panthor: Don't create a file offset for NO_MMAP BOsBoris Brezillon
2025-04-17drm/panthor: Fix the panthor_gpu_coherency_init() error pathBoris Brezillon
2025-04-14drm/panthor: Test for imported buffers with drm_gem_is_imported()Thomas Zimmermann
2025-04-10drm/panthor: Don't update MMU_INT_MASK in panthor_mmu_irq_handler()Boris Brezillon
2025-04-10drm/panthor: Let IRQ handlers clear the interrupts themselvesBoris Brezillon
2025-04-10drm/panthor: Update panthor_mmu::irq::mask when neededBoris Brezillon
2025-04-10drm/panthor: Call panthor_gpu_coherency_init() after PM resume()Boris Brezillon
2025-04-10drm/panthor: Fix GPU_COHERENCY_ACE[_LITE] definitionsBoris Brezillon
2025-03-26drm/gem: Change locked/unlocked postfix of drm_gem_v/unmap() function namesDmitry Osipenko
2025-03-05drm/panthor: Clean up FW version information displaySteven Price
2025-03-05drm/panthor: Avoid sleep locking in the internal BO size pathAdrián Larumbe
2025-03-05drm/panthor: Replace sleep locks with spinlocks in fdinfo pathAdrián Larumbe
2025-03-05drm/panthor: Update CS_STATUS_ defines to correct valuesAshley Smith
2025-02-25Merge tag 'v6.14-rc4' into drm-nextDave Airlie