summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/panthor
AgeCommit message (Expand)AuthorFilesLines
10 daysdrm/panthor: skip zero-sized firmware sectionsOsama Abdelkader1-0/+3
2026-08-09drm/panthor: validate firmware interface structure sizesOsama Abdelkader1-12/+24
2026-08-09drm/panthor: reject firmware sections with oversized dataOsama Abdelkader1-2/+9
2026-08-03drm/panthor: return error on truncated firmwareOsama Abdelkader1-0/+1
2026-08-03drm/panthor: Check debugfs GEM lock initializationLinmao Li1-1/+4
2026-07-24drm/panthor: Interrupt group start/resumption if group_bind_locked() failsBoris Brezillon1-1/+7
2026-07-24drm/panthor: Fix a leak when a group is evicted before the tiler OOM is servicedBoris Brezillon1-1/+2
2026-07-24drm/panthor: Don't overrule pending immediate ticks in sched_resume_tick()Boris Brezillon1-1/+8
2026-07-24drm/panthor: Fix potential invalid pointer deref in group_process_tiler_oom()Boris Brezillon1-1/+4
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