index
:
pub/scm/linux/kernel/git/shli/linux.git
master
Shaohua Li's fork of linux.git
Shaohua Li
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
v3d
/
v3d_sched.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-20
BackMerge tag 'v7.2' into drm-next
Dave Airlie
1
-1
/
+9
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
1
-1
/
+8
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: Refactor perfmon locking
Maíra Canal
1
-21
/
+5
2026-06-30
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-3
/
+14
2026-06-17
Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-1
/
+0
2026-06-09
drm/v3d: Ensure atomic submissions in v3d_submit_jobs()
Maíra Canal
1
-0
/
+6
2026-06-09
drm/v3d: Clear queue->active_job when v3d_fence_create() fails
Maíra Canal
1
-26
/
+34
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-05-28
Merge v7.1-rc5 into drm-next
Simona Vetter
1
-15
/
+1
2026-05-18
drm/v3d: Fix use-after-free of CPU job query arrays on error path
Maíra Canal
1
-15
/
+1
2026-04-17
drm/v3d: Remove drm_sched_init_args->num_rqs usage
Tvrtko Ursulin
1
-1
/
+0
2026-03-13
drm/v3d: Attach per-fd reset counters to v3d_stats
Tvrtko Ursulin
1
-7
/
+2
2026-03-13
drm/v3d: Hold v3d_stats references in each job
Tvrtko Ursulin
1
-35
/
+22
2026-03-13
drm/v3d: Refcount v3d_stats
Tvrtko Ursulin
1
-4
/
+25
2026-03-13
drm/v3d: Use raw seqcount helpers instead of fighting with lockdep
Tvrtko Ursulin
1
-44
/
+10
2026-01-19
drm/v3d: Convert v3d logging to device-based DRM helpers
Maíra Canal
1
-3
/
+3
2025-10-31
drm: include drm_print.h where needed
Jani Nikula
1
-0
/
+1
2025-08-29
drm/v3d: Protect per-fd reset counter against fd release
Maíra Canal
1
-13
/
+17
2025-08-29
drm/v3d: Synchronous operations can't timeout
Maíra Canal
1
-4
/
+4
2025-08-29
drm/v3d: Address race-condition between per-fd GPU stats and fd release
Maíra Canal
1
-7
/
+7
2025-08-29
drm/v3d: Replace a global spinlock with a per-queue spinlock
Maíra Canal
1
-6
/
+7
2025-08-29
drm/v3d: Store the active job inside the queue's state
Maíra Canal
1
-8
/
+8
2025-08-29
drm/v3d: Store a pointer to `struct v3d_file_priv` inside each job
Maíra Canal
1
-5
/
+5
2025-08-11
Merge drm/drm-next into drm-misc-n
Thomas Zimmermann
1
-2
/
+6
2025-07-30
Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-15
/
+3
2025-07-17
drm/v3d: Add parameter to retrieve the number of GPU resets per-fd
Maíra Canal
1
-0
/
+3
2025-07-17
drm/v3d: Add parameter to retrieve the global number of GPU resets
Maíra Canal
1
-0
/
+2
2025-07-15
drm/v3d: Use DRM_GPU_SCHED_STAT_NO_HANG to skip the reset
Maíra Canal
1
-14
/
+2
2025-07-15
drm/sched: Rename DRM_GPU_SCHED_STAT_NOMINAL to DRM_GPU_SCHED_STAT_RESET
Maíra Canal
1
-3
/
+3
2025-06-16
drm/v3d: Avoid NULL pointer dereference in `v3d_job_update_stats()`
Maíra Canal
1
-2
/
+6
2025-05-28
Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-3
/
+3
2025-05-06
BackMerge tag 'v6.15-rc5' into drm-next
Dave Airlie
1
-3
/
+13
2025-05-02
drm/v3d: Add job to pending list if the reset was skipped
Maíra Canal
1
-7
/
+21
2025-04-10
drm/v3d: Fix Indirect Dispatch configuration for V3D 7.1.6 and later
Maíra Canal
1
-3
/
+13
2025-04-07
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-3
/
+20
2025-03-28
Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-41
/
+26
2025-03-23
drm/v3d: Associate a V3D tech revision to all supported devices
Maíra Canal
1
-3
/
+3
2025-03-13
drm/v3d: Set job pointer to NULL when the job's fence has an error
Maíra Canal
1
-4
/
+14
2025-03-13
drm/v3d: Don't run jobs that have errors flagged in its fence
Maíra Canal
1
-1
/
+8
2025-02-12
drm/sched: Use struct for drm_sched_init() params
Philipp Stanner
1
-39
/
+26
2025-01-14
drm/v3d: Remove `v3d->cpu_job`
Maíra Canal
1
-2
/
+0
2024-12-11
drm/v3d: Fix miscellaneous documentation errors
Maíra Canal
1
-6
/
+6
2024-12-04
drm/v3d: Add DRM_IOCTL_V3D_PERFMON_SET_GLOBAL
Christian Gmeiner
1
-3
/
+11
2024-09-16
drm/v3d: Appease lockdep while updating GPU stats
Tvrtko Ursulin
1
-4
/
+40
2024-09-11
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-0
/
+6
2024-09-11
Merge v6.11-rc7 into drm-next
Simona Vetter
1
-0
/
+6
2024-09-06
drm/sched: add optional errno to drm_sched_start()
Christian König
1
-1
/
+1
[next]