index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
v3d
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-20
BackMerge tag 'v7.2' into drm-next
Dave Airlie
5
-3
/
+40
2026-08-11
Revert "drm/v3d: Remove drm_sched_init_args->num_rqs usage"
Tvrtko Ursulin
1
-0
/
+1
2026-08-02
drm/v3d: Serialize the scheduler timeout handlers
Maíra Canal
2
-1
/
+14
2026-07-22
drm/v3d: Idle AXI transactions before disabling the clock on suspend
Maíra Canal
3
-2
/
+11
2026-07-22
drm/v3d: Reach the GMP through the hub registers on V3D 7.x
Maíra Canal
1
-0
/
+12
2026-07-18
drm/v3d: Associate BOs with every job that accesses them
Maíra Canal
2
-25
/
+72
2026-07-08
drm/v3d: bound CPU-job query writes to their destination BO
Michael Bommarito
1
-0
/
+125
2026-07-07
drm/v3d: Reject invalid indirect BO handle in indirect CSD setup
Maíra Canal
1
-0
/
+2
2026-07-07
drm/v3d: Use write_to_buffer() helper in performance query copy
Maíra Canal
1
-9
/
+2
2026-07-07
drm/v3d: Serialize jobs across queues when a perfmon is attached
Maíra Canal
4
-6
/
+110
2026-07-07
drm/v3d: Refactor perfmon locking
Maíra Canal
7
-82
/
+165
2026-06-30
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
5
-17
/
+65
2026-06-17
Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
11
-116
/
+266
2026-06-09
drm/v3d: Deprecate V3D 3.3 and 4.1 support
Maíra Canal
1
-1
/
+17
2026-06-09
drm/v3d: Ensure atomic submissions in v3d_submit_jobs()
Maíra Canal
2
-32
/
+39
2026-06-09
drm/v3d: Reject invalid out_sync handles in submit ioctls
Maíra Canal
1
-14
/
+42
2026-06-09
drm/v3d: Split BO fence attach from syncobj output handling
Maíra Canal
1
-6
/
+13
2026-06-09
drm/v3d: Refactor CPU ioctl into unified submission chain
Maíra Canal
2
-71
/
+21
2026-06-09
drm/v3d: Convert submit helpers to operate on struct v3d_submit
Maíra Canal
1
-211
/
+127
2026-06-09
drm/v3d: Make v3d_get_cpu_indirect_csd_params() a pure parser
Maíra Canal
2
-3
/
+18
2026-06-09
drm/v3d: Introduce struct v3d_submit and convert CL/TFU/CSD ioctls
Maíra Canal
2
-164
/
+239
2026-06-09
drm/v3d: Migrate BO reservation locking to DRM exec
Maíra Canal
3
-40
/
+33
2026-06-09
drm/v3d: Reject invalid syncobj handles in submit ioctls
Maíra Canal
1
-11
/
+12
2026-06-09
drm/v3d: Extract v3d_job_add_syncobjs() helper
Maíra Canal
2
-28
/
+47
2026-06-09
drm/v3d: Clear queue->active_job when v3d_fence_create() fails
Maíra Canal
1
-26
/
+34
2026-06-09
drm/v3d: Drop unused drm_encoder.h include from v3d_drv.h
Maíra Canal
1
-1
/
+1
2026-06-04
drm/v3d: Fix global performance monitor reference counting
Maíra Canal
1
-5
/
+19
2026-06-03
drm/v3d: Skip CSD when it has zeroed workgroups
Maíra Canal
1
-3
/
+13
2026-06-03
drm/v3d: Fix vaddr leak when indirect CSD has zeroed workgroups
Maíra Canal
1
-1
/
+2
2026-06-01
drm/v3d: Reduce PM runtime autosuspend delay
Maíra Canal
1
-1
/
+1
2026-06-01
drm/v3d: Clean caches before runtime suspend
Maíra Canal
1
-0
/
+2
2026-06-01
drm/v3d: Flush MMU TLB and cache during runtime resume
Maíra Canal
1
-9
/
+22
2026-06-01
drm/v3d: Wait for pending L2T flush before cleaning caches
Maíra Canal
1
-0
/
+8
2026-05-28
Merge v7.1-rc5 into drm-next
Simona Vetter
2
-18
/
+20
2026-05-18
drm/v3d: Release indirect CSD GEM reference on CPU job free
Maíra Canal
1
-0
/
+3
2026-05-18
drm/v3d: Fix use-after-free of CPU job query arrays on error path
Maíra Canal
2
-18
/
+17
2026-05-06
Merge tag 'drm-misc-next-2026-04-20' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
11
-116
/
+251
2026-04-24
Merge tag 'drm-fixes-2026-04-24' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-0
/
+5
2026-04-19
drm/v3d: Reject empty multisync extension to prevent infinite loop
Ashutosh Desai
1
-0
/
+5
2026-04-17
drm/v3d: Remove drm_sched_init_args->num_rqs usage
Tvrtko Ursulin
1
-1
/
+0
2026-04-04
drm/v3d: Introduce Runtime Power Management
Maíra Canal
8
-59
/
+200
2026-04-04
drm/v3d: Allocate all resources before enabling the clock
Maíra Canal
4
-65
/
+61
2026-04-04
drm/v3d: Use devm_reset_control_get_optional_exclusive()
Maíra Canal
1
-8
/
+7
2026-03-13
drm/v3d: Remove dedicated fence_lock
Maíra Canal
3
-4
/
+1
2026-03-13
drm/v3d: Attach per-fd reset counters to v3d_stats
Tvrtko Ursulin
3
-35
/
+10
2026-03-13
drm/v3d: Hold v3d_stats references in each job
Tvrtko Ursulin
4
-37
/
+34
2026-03-13
drm/v3d: Refcount v3d_stats
Tvrtko Ursulin
5
-27
/
+84
2026-03-13
drm/v3d: Use raw seqcount helpers instead of fighting with lockdep
Tvrtko Ursulin
3
-45
/
+16
2026-03-13
drm/v3d: Handle error from drm_sched_entity_init()
Maíra Canal
1
-4
/
+12
2026-02-23
Merge drm/drm-next into drm-misc-next
Maxime Ripard
5
-25
/
+14
[next]