summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/v3d
AgeCommit message (Expand)Author
2026-06-17Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-06-04drm/v3d: Fix global performance monitor reference countingMaíra Canal
2026-06-03drm/v3d: Skip CSD when it has zeroed workgroupsMaíra Canal
2026-06-03drm/v3d: Fix vaddr leak when indirect CSD has zeroed workgroupsMaíra Canal
2026-06-01drm/v3d: Clean caches before runtime suspendMaíra Canal
2026-06-01drm/v3d: Flush MMU TLB and cache during runtime resumeMaíra Canal
2026-06-01drm/v3d: Wait for pending L2T flush before cleaning cachesMaíra Canal
2026-05-28Merge v7.1-rc5 into drm-nextSimona Vetter
2026-05-18drm/v3d: Release indirect CSD GEM reference on CPU job freeMaíra Canal
2026-05-18drm/v3d: Fix use-after-free of CPU job query arrays on error pathMaíra Canal
2026-05-06Merge tag 'drm-misc-next-2026-04-20' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
2026-04-24Merge tag 'drm-fixes-2026-04-24' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-04-19drm/v3d: Reject empty multisync extension to prevent infinite loopAshutosh Desai
2026-04-17drm/v3d: Remove drm_sched_init_args->num_rqs usageTvrtko Ursulin
2026-04-04drm/v3d: Introduce Runtime Power ManagementMaíra Canal
2026-04-04drm/v3d: Allocate all resources before enabling the clockMaíra Canal
2026-04-04drm/v3d: Use devm_reset_control_get_optional_exclusive()Maíra Canal
2026-03-13drm/v3d: Remove dedicated fence_lockMaíra Canal
2026-03-13drm/v3d: Attach per-fd reset counters to v3d_statsTvrtko Ursulin
2026-03-13drm/v3d: Hold v3d_stats references in each jobTvrtko Ursulin
2026-03-13drm/v3d: Refcount v3d_statsTvrtko Ursulin
2026-03-13drm/v3d: Use raw seqcount helpers instead of fighting with lockdepTvrtko Ursulin
2026-03-13drm/v3d: Handle error from drm_sched_entity_init()Maíra Canal
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-02drm/v3d: Replace IDR with XArray for perfmon trackingMaíra Canal
2026-01-19drm/v3d: Convert v3d logging to device-based DRM helpersMaíra Canal
2026-01-19drm/v3d: Consolidate CPU job validation in a functionMaíra Canal
2026-01-03drm/v3d: Set DMA segment size to avoid debug warningsXiaolei Wang
2025-12-08drm/gem: Get rid of *_with_mnt helpersLoïc Molinari
2025-12-08drm/v3d: Use huge tmpfs mountpoint helpersLoïc Molinari
2025-10-31drm: include drm_print.h where neededJani Nikula
2025-10-10Merge tag 'drm-next-2025-10-11-1' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-10-03Merge tag 'pull-fs_context' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-09-30drm/v3d: create a dedicated lock for dma fenceMelissa Wen
2025-09-04change the calling conventions for vfs_parse_fs_string()Al Viro
2025-08-29drm/v3d: Protect per-fd reset counter against fd releaseMaíra Canal
2025-08-29drm/v3d: Synchronous operations can't timeoutMaíra Canal
2025-08-29drm/v3d: Address race-condition between per-fd GPU stats and fd releaseMaíra Canal
2025-08-29drm/v3d: Replace a global spinlock with a per-queue spinlockMaíra Canal
2025-08-29drm/v3d: Store the active job inside the queue's stateMaíra Canal
2025-08-29drm/v3d: Store a pointer to `struct v3d_file_priv` inside each jobMaíra Canal
2025-08-11Merge drm/drm-next into drm-misc-nThomas Zimmermann
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-07-28Merge tag 'pull-mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds