summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panfrost
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-8/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-14/+15
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2026-02-03drm/pan*: don't abuse current->group_leaderOleg Nesterov-1/+1
2026-01-09drm/panfrost: Fix a page leak in panfrost_mmu_map_fault_addr() when THP is onBoris Brezillon-15/+25
2025-12-21drm/panfrost: Add GPU_PM_RT support for RZ/G3E SoCBiju Das-2/+3
2025-12-09drm/panfrost: Bump the driver version to 1.6Faith Ekstrand-1/+4
2025-12-09drm/panfrost: Add flag to map GEM object Write-Back CacheableFaith Ekstrand-2/+45
2025-12-09drm/panfrost: Add an ioctl to query BO flagsBoris Brezillon-0/+33
2025-12-09drm/panfrost: Add a PANFROST_SYNC_BO ioctlFaith Ekstrand-0/+137
2025-12-09drm/panfrost: Expose the selected coherency protocol to the UMDBoris Brezillon-5/+33
2025-12-09drm/panfrost: Provide a custom dma_buf implementationBoris Brezillon-0/+127
2025-12-08drm/panfrost: Introduce huge tmpfs mountpoint optionLoïc Molinari-0/+38
2025-10-31drm: include drm_print.h where neededJani Nikula-0/+7
2025-10-20drm/panfrost: Rename panfrost_job functions to reflect real roleAdrián Larumbe-41/+41
2025-10-20drm/panfrost: Remove unused device propertyAdrián Larumbe-2/+0
2025-10-20drm/panfrost: Add forward declaration and types headerAdrián Larumbe-0/+1
2025-10-20drm/panfrost: Make re-enabling job interrupts at device reset optionalAdrián Larumbe-13/+16
2025-10-20drm/panfrost: Don't rework job IRQ enable mask in the enable pathAdrián Larumbe-15/+8
2025-10-20drm/panfrost: Handle page mapping failureAdrián Larumbe-5/+44
2025-10-20drm/panfrost: Check sgt to know whether pages are already mappedAdrián Larumbe-5/+6
2025-10-20drm/panfrost: Handle error when allocating AS numberAdrián Larumbe-6/+17
2025-10-20drm/panfrost: Handle job HW submit errorsAdrián Larumbe-6/+18
2025-10-20drm/panfrost: Handle inexistent GPU during probeAdrián Larumbe-2/+13
2025-10-20drm/panfrost: Replace DRM driver allocation method with newer oneAdrián Larumbe-157/+146
2025-10-09drm/panfrost: Name scheduler queues after their job slotsAdrián Larumbe-11/+15
2025-09-19drm/panfrost: Bump the minor version numberSteven Price-1/+1
2025-09-18drm/panfrost: Display list of device JM contexts over debugfsBoris Brezillon-0/+96
2025-09-18drm/panfrost: Expose JM context IOCTLs to UMBoris Brezillon-3/+33
2025-09-18drm/panfrost: Introduce JM contexts for manging job resourcesBoris Brezillon-40/+215
2025-08-20Merge drm/drm-next into drm-misc-nextMaxime Ripard-1/+1
2025-08-15drm/panfrost: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-2/+0
2025-08-14Merge tag 'drm-misc-next-fixes-2025-08-12' of https://gitlab.freedesktop.org/...Dave Airlie-1/+1
2025-08-12drm/panfrost: Print RSS for tiler heap BO's in debugfs GEMS fileAdrián Larumbe-1/+1
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-37/+393
2025-07-15drm/panfrost: Use DRM_GPU_SCHED_STAT_NO_HANG to skip the resetMaíra Canal-4/+4
2025-07-15drm/sched: Rename DRM_GPU_SCHED_STAT_NOMINAL to DRM_GPU_SCHED_STAT_RESETMaíra Canal-3/+3
2025-07-14drm/panfrost: Fix scheduler workqueue bugPhilipp Stanner-1/+1
2025-06-20drm/panfrost: Add support for Mali on the MT8370 SoCLouis-Alexis Eyraud-0/+10
2025-06-20drm/panfrost: Commonize Mediatek power domain array definitionsLouis-Alexis Eyraud-15/+12
2025-06-20drm/panfrost: Drop duplicated Mediatek supplies arraysLouis-Alexis Eyraud-13/+11
2025-06-02drm/panfrost: Fix panfrost device variable name in devfreqAdrián Larumbe-2/+2
2025-06-02drm/panfrost: show device-wide list of DRM GEM objects over DebugFSAdrián Larumbe-0/+236
2025-06-02drm/panfrost: Add driver IOCTL for setting BO labelsAdrián Larumbe-1/+45
2025-06-02drm/panfrost: Internally label some BOsAdrián Larumbe-0/+12
2025-06-02drm/panfrost: Add BO labelling to PanfrostAdrián Larumbe-0/+59
2025-05-28drm/sched: Store the drm client_id in drm_sched_fencePierre-Eric Pelloux-Prayer-1/+1
2025-04-28drm/panfrost: reorder pd/clk/rst sequencePhilippe Simons-19/+19
2025-04-28drm/panfrost: add h616 compatible stringPhilippe Simons-0/+8
2025-04-28drm/panfrost: Add PM runtime flagPhilippe Simons-0/+36