summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/panthor/panthor_mmu.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-04drm/panthor: Always wait after sending a command to an ASBoris Brezillon1-15/+12
2026-02-27drm/panthor: Evict groups before VM terminationKetil Johnsen1-0/+4
2026-01-08drm/gpuvm: take GEM lock inside drm_gpuvm_bo_obtain_prealloc()Alice Ryhl1-10/+0
2025-12-02Merge tag 'drm-misc-next-2025-12-01-1' of https://gitlab.freedesktop.org/drm/...Dave Airlie1-5/+14
2025-11-26drm/panthor: Improve IOMMU map/unmap debugging logsLoïc Molinari1-5/+14
2025-11-21Merge tag 'v6.18-rc6' into drm-nextDave Airlie1-3/+7
2025-11-20Merge tag 'drm-rust-next-2025-11-18' of https://gitlab.freedesktop.org/drm/ru...Dave Airlie1-91/+19
2025-11-10drm/panthor: Fix potential memleak of vma structureAkash Goel1-1/+17
2025-10-31drm: include drm_print.h where neededJani Nikula1-0/+1
2025-10-20panthor: use drm_gpuva_unlink_defer()Alice Ryhl1-91/+19
2025-10-17drm/panthor: Fix kernel panic on partial unmap of a GPU VA regionAkash Goel1-3/+7
2025-09-03drm/panthor: check bo offset alignment in vm bindChia-I Wu1-2/+2
2025-08-28drm/panthor: Simplify mmu_hw_do_operation_lockedSteven Price1-31/+26
2025-08-28gpuvm: remove gem.gpuva.lock_dep_mapAlice Ryhl1-2/+3
2025-08-28panthor: use drm_gem_object.gpuva.lock instead of gpuva_list_lockAlice Ryhl1-8/+8
2025-08-20drm/gpuvm: Pass map arguments through a structBoris Brezillon1-3/+10
2025-08-15drm/panthor: Make MMU cache maintenance use FLUSH_CACHES commandKarunika Choo1-0/+33
2025-07-15drm/sched: Rename DRM_GPU_SCHED_STAT_NOMINAL to DRM_GPU_SCHED_STAT_RESETMaíra Canal1-1/+1
2025-07-14drm/panthor: Remove dead VM flushing codeAdrián Larumbe1-11/+0
2025-06-06drm/panthor: Clean up 64-bit register definitionsKarunika Choo1-8/+8
2025-06-06drm/panthor: Add 64-bit and poll register accessorsKarunika Choo1-23/+11
2025-05-28drm/sched: Store the drm client_id in drm_sched_fencePierre-Eric Pelloux-Prayer1-1/+1
2025-04-14drm/panthor: Test for imported buffers with drm_gem_is_imported()Thomas Zimmermann1-5/+5
2025-04-10drm/panthor: Don't update MMU_INT_MASK in panthor_mmu_irq_handler()Boris Brezillon1-1/+0
2025-04-10drm/panthor: Let IRQ handlers clear the interrupts themselvesBoris Brezillon1-0/+7
2025-04-10drm/panthor: Update panthor_mmu::irq::mask when neededBoris Brezillon1-0/+1
2025-03-05drm/panthor: Avoid sleep locking in the internal BO size pathAdrián Larumbe1-7/+1
2025-02-12drm/sched: Use struct for drm_sched_init() paramsPhilipp Stanner1-5/+11
2025-02-07drm/panthor: Expose size of driver internal BO's over fdinfoAdrián Larumbe1-0/+33
2025-01-13drm/panthor: fix all mmu kernel-doc commentsRandy Dunlap1-34/+37
2024-12-11drm/panthor: Be robust against runtime PM resume failures in the suspend pathBoris Brezillon1-1/+2
2024-12-02Merge drm/drm-next into drm-misc-nextMaxime Ripard1-0/+4
2024-11-22Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-3/+3
2024-11-19drm/panthor: Update memattr programing to align with GPU specAkash Goel1-8/+15
2024-11-13drm/panthor: Fix handling of partial GPU mapping of BOsAkash Goel1-0/+2
2024-11-07drm/panthor: Lock XArray when getting entries for the VMLiviu Dudau1-0/+2
2024-11-04Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds...Dave Airlie1-3/+13
2024-10-30drm/panthor: Fix firmware initialization on systems with a page size > 4kBoris Brezillon1-3/+13
2024-10-09Merge tag 'drm-misc-next-2024-09-20' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-3/+3
2024-10-01drm/panthor: Lock the VM resv before calling drm_gpuvm_bo_obtain_prealloc()Boris Brezillon1-0/+8
2024-09-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-3/+18
2024-09-11Merge v6.11-rc7 into drm-nextSimona Vetter1-3/+18
2024-09-06drm/sched: add optional errno to drm_sched_start()Christian König1-1/+1
2024-09-05drm/panthor: flush FW AS caches in slow reset pathAdrián Larumbe1-3/+18
2024-09-02drm/panthor: Use the BITS_PER_LONG macroJinjie Ruan1-2/+2
2024-07-25drm/scheduler: remove full_recover from drm_sched_startChristian König1-1/+1
2024-04-03drm/panthor: Don't return NULL from panthor_vm_get_heap_pool()Harshit Mogalapalli1-0/+2
2024-04-03drm/panthor: Fix a couple -ENOMEM error codesDan Carpenter1-2/+6
2024-03-01drm/panthor: Add the MMU/VM logical blockBoris Brezillon1-0/+2768