summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/panthor
AgeCommit message (Expand)AuthorFilesLines
2026-03-04drm/panthor: fix for dma-fence safe access rulesChia-I Wu1-0/+4
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 Johnsen3-0/+19
2026-02-27drm/panthor: Fix panthor_gpu_coherency_set()Boris Brezillon1-1/+1
2026-02-27drm/panthor: Make sure we resume the tick when new jobs are submittedBoris Brezillon1-9/+34
2026-02-27drm/panthor: Fix the logic that decides when to stop tickingBoris Brezillon1-27/+17
2026-02-27drm/panthor: Fix immediate ticking on a disabled tickBoris Brezillon1-2/+7
2026-02-27drm/panthor: Fix the group priority rotation logicBoris Brezillon1-21/+31
2026-02-27drm/panthor: Fix the full_tick checkBoris Brezillon1-2/+5
2026-02-27drm/panthor: Recover from panthor_gpu_flush_caches() failuresBoris Brezillon1-7/+12
2025-12-18drm/panthor: Prevent potential UAF in group creationAkash Goel1-4/+15
2025-12-18drm/panthor: Avoid adding of kernel BOs to extobj listAkash Goel1-3/+3
2025-12-18drm/panthor: Fix potential memleak of vma structureAkash Goel1-1/+17
2025-12-18drm/panthor: Fix UAF on kernel BO VA nodesBoris Brezillon1-11/+3
2025-12-18drm/panthor: Fix race with suspend during unplugKetil Johnsen1-2/+2
2025-12-18drm/panthor: Fix UAF race between device unplug and FW event processingKetil Johnsen1-0/+1
2025-12-18drm/panthor: Fix group_free_queue() for partially initialized queuesBoris Brezillon1-1/+2
2025-12-18drm/panthor: Handle errors returned by drm_sched_entity_init()Boris Brezillon1-0/+2
2025-11-10drm/panthor: Flush shmem writes before mapping buffers CPU-uncachedBoris Brezillon1-0/+18
2025-10-17drm/panthor: Fix kernel panic on partial unmap of a GPU VA regionAkash Goel1-3/+7
2025-10-14Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann12-150/+259
2025-10-09drm/panthor: Ensure MCU is disabled on suspendKetil Johnsen1-0/+1
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds12-150/+259
2025-09-25drm/panthor: Defer scheduler entitiy destruction to queue releaseAdrián Larumbe1-7/+1
2025-09-15Merge tag 'v6.17-rc6' into drm-nextDave Airlie1-1/+1
2025-09-04drm/panthor: validate group queue countChia-I Wu1-1/+1
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 Ryhl2-3/+3
2025-08-28panthor: use drm_gem_object.gpuva.lock instead of gpuva_list_lockAlice Ryhl3-23/+9
2025-08-20drm/gpuvm: Pass map arguments through a structBoris Brezillon1-3/+10
2025-08-15drm/panthor: Add support for Mali-Gx20 and Mali-Gx25 GPUsKarunika Choo2-0/+20
2025-08-15drm/panthor: Make MMU cache maintenance use FLUSH_CACHES commandKarunika Choo1-0/+33
2025-08-15drm/panthor: Serialize GPU cache flush operationsKarunika Choo1-0/+7
2025-08-15drm/panthor: Add support for Mali-Gx15 family of GPUsKarunika Choo3-0/+19
2025-08-15drm/panthor: Add support for Mali-G710, Mali-G510 and Mali-G310Karunika Choo2-0/+8
2025-08-15drm/panthor: Simplify getting the GPU model nameKarunika Choo1-44/+17
2025-08-15drm/panthor: Add panthor_hw and move gpu_info initialization into itKarunika Choo5-95/+130
2025-07-24panthor: dump task pid and comm on gpu errorsChia-I Wu1-5/+19
2025-07-24panthor: save task pid and comm in panthor_groupChia-I Wu1-0/+19
2025-07-24panthor: set owner field for driver fopsChia-I Wu1-11/+3
2025-07-18drm/panthor: Fix memory leak in panthor_ioctl_group_create()Jann Horn1-5/+6
2025-07-15drm/sched: Rename DRM_GPU_SCHED_STAT_NOMINAL to DRM_GPU_SCHED_STAT_RESETMaíra Canal2-2/+2
2025-07-14drm/panthor: Remove dead VM flushing codeAdrián Larumbe2-12/+0
2025-07-10drm/panthor: Fix UAF in panthor_gem_create_with_handle() debugfs codeSimona Vetter2-19/+15
2025-06-30drm/panthor: Wait for _READY register when powering onSteven Price1-2/+3
2025-06-06drm/panthor: Clean up 64-bit register definitionsKarunika Choo5-80/+52
2025-06-06drm/panthor: Add 64-bit and poll register accessorsKarunika Choo7-161/+124
2025-06-06drm/panthor: Fix the user MMIO offset logic for emulatorsBoris Brezillon2-16/+58
2025-05-28drm/sched: Store the drm client_id in drm_sched_fencePierre-Eric Pelloux-Prayer4-5/+8