summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/panfrost/panfrost_drv.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-10drm/panfrost: include panfrost_drv.h for panfrost_transparent_hugepageBen Dooks1-0/+1
2026-05-28Merge v7.1-rc5 into drm-nextSimona Vetter1-0/+2
2026-05-07drm/panfrost: Fix wait_bo ioctl leaking positive return from dma_resv_wait_ti...Gyeyoung Baek1-0/+2
2026-03-27drm/panfrost: Add GPU_PM_RT support for RZ/G3L SoCBiju Das1-0/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-6/+5
2025-12-21drm/panfrost: Add GPU_PM_RT support for RZ/G3E SoCBiju Das1-2/+3
2025-12-09drm/panfrost: Bump the driver version to 1.6Faith Ekstrand1-1/+4
2025-12-09drm/panfrost: Add flag to map GEM object Write-Back CacheableFaith Ekstrand1-2/+8
2025-12-09drm/panfrost: Add an ioctl to query BO flagsBoris Brezillon1-0/+33
2025-12-09drm/panfrost: Add a PANFROST_SYNC_BO ioctlFaith Ekstrand1-0/+51
2025-12-09drm/panfrost: Expose the selected coherency protocol to the UMDBoris Brezillon1-0/+1
2025-12-09drm/panfrost: Provide a custom dma_buf implementationBoris Brezillon1-0/+1
2025-12-08drm/panfrost: Introduce huge tmpfs mountpoint optionLoïc Molinari1-0/+6
2025-10-31drm: include drm_print.h where neededJani Nikula1-0/+1
2025-10-20drm/panfrost: Rename panfrost_job functions to reflect real roleAdrián Larumbe1-2/+2
2025-10-20drm/panfrost: Replace DRM driver allocation method with newer oneAdrián Larumbe1-45/+29
2025-10-09drm/panfrost: Name scheduler queues after their job slotsAdrián Larumbe1-10/+6
2025-09-19drm/panfrost: Bump the minor version numberSteven Price1-1/+1
2025-09-18drm/panfrost: Display list of device JM contexts over debugfsBoris Brezillon1-0/+96
2025-09-18drm/panfrost: Expose JM context IOCTLs to UMBoris Brezillon1-3/+33
2025-09-18drm/panfrost: Introduce JM contexts for manging job resourcesBoris Brezillon1-4/+20
2025-06-20drm/panfrost: Add support for Mali on the MT8370 SoCLouis-Alexis Eyraud1-0/+10
2025-06-20drm/panfrost: Commonize Mediatek power domain array definitionsLouis-Alexis Eyraud1-15/+12
2025-06-20drm/panfrost: Drop duplicated Mediatek supplies arraysLouis-Alexis Eyraud1-13/+11
2025-06-02drm/panfrost: show device-wide list of DRM GEM objects over DebugFSAdrián Larumbe1-0/+35
2025-06-02drm/panfrost: Add driver IOCTL for setting BO labelsAdrián Larumbe1-1/+43
2025-05-28drm/sched: Store the drm client_id in drm_sched_fencePierre-Eric Pelloux-Prayer1-1/+1
2025-04-28drm/panfrost: add h616 compatible stringPhilippe Simons1-0/+8
2025-03-31drm/panfrost: Force AARCH64_4K page table format on MediaTek MT8192Ariel D'Alessandro1-0/+1
2025-03-31drm/panfrost: Force AARCH64_4K page table format on MediaTek MT8188Ariel D'Alessandro1-0/+1
2025-03-26drm/shmem-helper: Refactor locked/unlocked functionsDmitry Osipenko1-1/+1
2024-12-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-1/+1
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula1-1/+0
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-09-02drm/panfrost: Add cycle counter job requirementMary Guillemard1-2/+6
2024-09-02drm/panfrost: Add SYSTEM_TIMESTAMP and SYSTEM_TIMESTAMP_FREQUENCY parametersMary Guillemard1-0/+37
2024-07-03drm/panfrost: Mark simple_ondemand governor as softdepDragan Simic1-0/+1
2024-06-19drm/panfrost: Add support for Mali on the MT8188 SoCAngeloGioacchino Del Regno1-0/+10
2024-03-25drm/panfrost: Only display fdinfo's engine and cycle tags when profiling is onAdrián Larumbe1-4/+6
2024-03-11drm/panfrost: Replace fdinfo's profiling debugfs knob with sysfsAdrián Larumbe1-5/+35
2023-11-15Merge drm/drm-next into drm-misc-nextMaxime Ripard1-1/+5
2023-11-10drm/panfrost: Set regulators on/off during system sleep on MediaTek SoCsAngeloGioacchino Del Regno1-3/+3
2023-11-10drm/panfrost: Set clocks on/off during system sleep on MediaTek SoCsAngeloGioacchino Del Regno1-0/+3
2023-11-10drm/sched: implement dynamic job-flow controlDanilo Krummrich1-1/+1
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+5
2023-10-04drm/panfrost: dynamically allocate the drm-panfrost shrinkerQi Zheng1-1/+5
2023-10-04drm/panfrost: Add fdinfo support for memory statsAdrián Larumbe1-0/+2
2023-10-04drm/panfrost: Add fdinfo support GPU load metricsAdrián Larumbe1-1/+57
2023-07-21drm: Explicitly include correct DT includesRob Herring1-1/+2