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: Fix panthor_pwr_unplug()Boris 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 theoretical IOMEM access in suspended stateBoris Brezillon1-3/+7
2026-07-24drm/panthor: Store IRQ register base iomem pointer in panthor_irqKarunika Choo8-20/+42
2026-07-24drm/panthor: Split register definitions by componentsKarunika Choo15-301/+318
2026-07-24drm/panthor: Pass an iomem pointer to GPU register access helpersKarunika Choo9-143/+146
2026-07-24drm/panthor: Fix potential invalid pointer deref in group_process_tiler_oom()Boris Brezillon1-1/+4
2026-07-24drm/panthor: Keep the reset work disabled until everything is initializedBoris Brezillon1-0/+4
2026-07-24drm/panthor: Always use the IRQ-safe variant when acquiring the fence lockBoris Brezillon1-43/+38
2026-04-24Merge tag 'drm-fixes-2026-04-24' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-1/+20
2026-04-13drm/panthor: Fix outdated function documentationAdrián Larumbe1-1/+1
2026-04-13drm/panthor: Extend VM locked region for remap case to be a supersetAdrián Larumbe1-0/+19
2026-03-24drm/panthor: extend timestamp query with flagsMarcin Slusarz1-6/+128
2026-03-24drm/panthor: correct firmware related messagesChristian Hewitt1-2/+2
2026-03-12Merge drm/drm-next into drm-misc-nextMaxime Ripard1-4/+5
2026-03-11Merge v7.0-rc3 into drm-nextSimona Vetter1-4/+5
2026-03-11drm/panthor: Fix the "done_fence is initialized" detection logicBoris Brezillon1-1/+1
2026-03-05drm/panthor: Correct the order of arguments passed to gem_syncAkash Goel1-4/+5
2026-03-02drm/panthor: Test for imported buffers with drm_gem_is_imported()Thomas Zimmermann1-1/+1
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard5-25/+23
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-3/+2
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds5-16/+16
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook5-24/+23
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2026-02-05Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-10/+0
2026-02-03drm/pan*: don't abuse current->group_leaderOleg Nesterov1-1/+1
2026-01-28BackMerge tag 'v6.19-rc7' into drm-nextDave Airlie1-10/+0
2026-01-23drm/panthor: Add src path to includes of panthor_gpu.oNicolas Frattaroli1-0/+2
2026-01-22drm/panthor: Add gpu_job_irq tracepointNicolas Frattaroli2-0/+41
2026-01-22drm/panthor: Add tracepoint for hardware utilisation changesNicolas Frattaroli5-0/+158
2026-01-22drm/panthor: Extend IRQ helpers for mask modification/restorationNicolas Frattaroli5-41/+97
2026-01-22drm/panthor: Rework panthor_irq::suspended into panthor_irq::stateNicolas Frattaroli1-7/+28
2026-01-13drm/panthor: Implement reading shader_present from nvmemNicolas Frattaroli1-6/+30
2026-01-08drm/gpuvm: take GEM lock inside drm_gpuvm_bo_obtain_prealloc()Alice Ryhl1-10/+0
2025-12-19drm/panthor: Support partial unmaps of huge pagesAdrián Larumbe1-8/+92
2025-12-19drm/panthor: Evict groups before VM terminationKetil Johnsen3-0/+19
2025-12-18drm/panthor: unlock on error in panthor_ioctl_bo_create()Dan Carpenter1-2/+4
2025-12-17drm/panthor: fix for dma-fence safe access rulesChia-I Wu1-0/+4
2025-12-17drm/panthor: Fix NULL pointer dereference on panthor_fw_unplugKarunika Choo1-4/+0
2025-12-15Merge drm/drm-next into drm-misc-nextMaxime Ripard3-98/+59
2025-12-12Merge tag 'drm-misc-next-fixes-2025-12-10' of https://gitlab.freedesktop.org/...Dave Airlie1-4/+15
2025-12-09drm/panthor: Bump the driver version to 1.7Faith Ekstrand1-1/+5
2025-12-09drm/panthor: Add flag to map GEM object Write-Back CacheableLoïc Molinari3-5/+57