aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/v3d
AgeCommit message (Expand)AuthorFilesLines
13 daysBackMerge tag 'v7.2' into drm-nextDave Airlie5-3/+40
2026-08-11Revert "drm/v3d: Remove drm_sched_init_args->num_rqs usage"Tvrtko Ursulin1-0/+1
2026-08-02drm/v3d: Serialize the scheduler timeout handlersMaíra Canal2-1/+14
2026-07-22drm/v3d: Idle AXI transactions before disabling the clock on suspendMaíra Canal3-2/+11
2026-07-22drm/v3d: Reach the GMP through the hub registers on V3D 7.xMaíra Canal1-0/+12
2026-07-18drm/v3d: Associate BOs with every job that accesses themMaíra Canal2-25/+72
2026-07-08drm/v3d: bound CPU-job query writes to their destination BOMichael Bommarito1-0/+125
2026-07-07drm/v3d: Reject invalid indirect BO handle in indirect CSD setupMaíra Canal1-0/+2
2026-07-07drm/v3d: Use write_to_buffer() helper in performance query copyMaíra Canal1-9/+2
2026-07-07drm/v3d: Serialize jobs across queues when a perfmon is attachedMaíra Canal4-6/+110
2026-07-07drm/v3d: Refactor perfmon lockingMaíra Canal7-82/+165
2026-06-30Merge drm/drm-next into drm-misc-nextThomas Zimmermann5-17/+65
2026-06-17Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds11-116/+266
2026-06-09drm/v3d: Deprecate V3D 3.3 and 4.1 supportMaíra Canal1-1/+17
2026-06-09drm/v3d: Ensure atomic submissions in v3d_submit_jobs()Maíra Canal2-32/+39
2026-06-09drm/v3d: Reject invalid out_sync handles in submit ioctlsMaíra Canal1-14/+42
2026-06-09drm/v3d: Split BO fence attach from syncobj output handlingMaíra Canal1-6/+13
2026-06-09drm/v3d: Refactor CPU ioctl into unified submission chainMaíra Canal2-71/+21
2026-06-09drm/v3d: Convert submit helpers to operate on struct v3d_submitMaíra Canal1-211/+127
2026-06-09drm/v3d: Make v3d_get_cpu_indirect_csd_params() a pure parserMaíra Canal2-3/+18
2026-06-09drm/v3d: Introduce struct v3d_submit and convert CL/TFU/CSD ioctlsMaíra Canal2-164/+239
2026-06-09drm/v3d: Migrate BO reservation locking to DRM execMaíra Canal3-40/+33
2026-06-09drm/v3d: Reject invalid syncobj handles in submit ioctlsMaíra Canal1-11/+12
2026-06-09drm/v3d: Extract v3d_job_add_syncobjs() helperMaíra Canal2-28/+47
2026-06-09drm/v3d: Clear queue->active_job when v3d_fence_create() failsMaíra Canal1-26/+34
2026-06-09drm/v3d: Drop unused drm_encoder.h include from v3d_drv.hMaíra Canal1-1/+1
2026-06-04drm/v3d: Fix global performance monitor reference countingMaíra Canal1-5/+19
2026-06-03drm/v3d: Skip CSD when it has zeroed workgroupsMaíra Canal1-3/+13
2026-06-03drm/v3d: Fix vaddr leak when indirect CSD has zeroed workgroupsMaíra Canal1-1/+2
2026-06-01drm/v3d: Reduce PM runtime autosuspend delayMaíra Canal1-1/+1
2026-06-01drm/v3d: Clean caches before runtime suspendMaíra Canal1-0/+2
2026-06-01drm/v3d: Flush MMU TLB and cache during runtime resumeMaíra Canal1-9/+22
2026-06-01drm/v3d: Wait for pending L2T flush before cleaning cachesMaíra Canal1-0/+8
2026-05-28Merge v7.1-rc5 into drm-nextSimona Vetter2-18/+20
2026-05-18drm/v3d: Release indirect CSD GEM reference on CPU job freeMaíra Canal1-0/+3
2026-05-18drm/v3d: Fix use-after-free of CPU job query arrays on error pathMaíra Canal2-18/+17
2026-05-06Merge tag 'drm-misc-next-2026-04-20' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie11-116/+251
2026-04-24Merge tag 'drm-fixes-2026-04-24' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+5
2026-04-19drm/v3d: Reject empty multisync extension to prevent infinite loopAshutosh Desai1-0/+5
2026-04-17drm/v3d: Remove drm_sched_init_args->num_rqs usageTvrtko Ursulin1-1/+0
2026-04-04drm/v3d: Introduce Runtime Power ManagementMaíra Canal8-59/+200
2026-04-04drm/v3d: Allocate all resources before enabling the clockMaíra Canal4-65/+61
2026-04-04drm/v3d: Use devm_reset_control_get_optional_exclusive()Maíra Canal1-8/+7
2026-03-13drm/v3d: Remove dedicated fence_lockMaíra Canal3-4/+1
2026-03-13drm/v3d: Attach per-fd reset counters to v3d_statsTvrtko Ursulin3-35/+10
2026-03-13drm/v3d: Hold v3d_stats references in each jobTvrtko Ursulin4-37/+34
2026-03-13drm/v3d: Refcount v3d_statsTvrtko Ursulin5-27/+84
2026-03-13drm/v3d: Use raw seqcount helpers instead of fighting with lockdepTvrtko Ursulin3-45/+16
2026-03-13drm/v3d: Handle error from drm_sched_entity_init()Maíra Canal1-4/+12
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard5-25/+14