index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
v3d
/
v3d_sched.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
-5
/
+41
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
2024-08-28
drm/v3d: Disable preemption while updating GPU stats
Tvrtko Ursulin
1
-0
/
+6
2024-08-27
Merge v6.11-rc5 into drm-next
Daniel Vetter
1
-3
/
+11
2024-08-12
drm/v3d: Fix out-of-bounds read in `v3d_csd_job_run()`
Maíra Canal
1
-3
/
+11
2024-08-08
Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next
Daniel Vetter
1
-36
/
+43
2024-07-30
Merge drm/drm-fixes into drm-misc-fixes
Maxime Ripard
1
-4
/
+14
2024-07-29
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-3
/
+13
2024-07-25
drm/scheduler: remove full_recover from drm_sched_start
Christian König
1
-1
/
+1
2024-07-18
drm/v3d: Fix potential memory leak in the performance extension
Tvrtko Ursulin
1
-6
/
+16
2024-07-18
drm/v3d: Fix potential memory leak in the timestamp extension
Tvrtko Ursulin
1
-6
/
+16
2024-07-15
drm/v3d: Fix Indirect Dispatch configuration for V3D 7.1.6 and later
Maíra Canal
1
-3
/
+13
2024-07-13
drm/v3d: Do not use intermediate storage when copying performance query results
Tvrtko Ursulin
1
-21
/
+36
2024-07-13
drm/v3d: Size the kperfmon_ids array at runtime
Tvrtko Ursulin
1
-1
/
+3
2024-07-13
drm/v3d: Fix potential memory leak in the performance extension
Tvrtko Ursulin
1
-6
/
+16
2024-07-13
drm/v3d: Fix potential memory leak in the timestamp extension
Tvrtko Ursulin
1
-6
/
+16
2024-05-20
drm/v3d: Use V3D_MAX_COUNTERS instead of V3D_PERFCNT_NUM
Maíra Canal
1
-1
/
+1
2024-04-23
drm/v3d: Fix race-condition between sysfs/fdinfo and interrupt handler
Maíra Canal
1
-0
/
+7
2024-04-23
drm/v3d: Create function to update a set of GPU stats
Maíra Canal
1
-7
/
+10
2024-04-23
drm/v3d: Create a struct to store the GPU stats
Maíra Canal
1
-8
/
+12
2024-04-23
drm/v3d: Create two functions to update all GPU stats variables
Maíra Canal
1
-45
/
+35
2023-12-01
drm/v3d: Create a CPU job extension for the copy performance query job
Maíra Canal
1
-0
/
+65
2023-12-01
drm/v3d: Create a CPU job extension for the reset performance query job
Maíra Canal
1
-0
/
+36
2023-12-01
drm/v3d: Create a CPU job extension to copy timestamp query to a buffer
Maíra Canal
1
-0
/
+56
2023-12-01
drm/v3d: Create a CPU job extension for the reset timestamp job
Maíra Canal
1
-0
/
+21
2023-12-01
drm/v3d: Create a CPU job extension for the timestamp query job
Maíra Canal
1
-1
/
+39
2023-12-01
drm/v3d: Create a CPU job extension for a indirect CSD job
Maíra Canal
1
-1
/
+40
2023-12-01
drm/v3d: Create tracepoints to track the CPU job
Maíra Canal
1
-0
/
+4
2023-12-01
drm/v3d: Add a CPU job submission
Melissa Wen
1
-0
/
+57
2023-11-06
drm/v3d: Expose the total GPU usage stats on sysfs
Maíra Canal
1
-1
/
+14
2023-11-06
drm/v3d: Implement show_fdinfo() callback for GPU usage stats
Maíra Canal
1
-0
/
+20
2023-11-02
drm/v3d: fix up register addresses for V3D 7.x
Iago Toral Quiroga
1
-17
/
+21
2023-11-01
drm/sched: Convert drm scheduler to use a work queue rather than kthread
Matthew Brost
1
-5
/
+5
2023-10-26
drm/sched: Convert the GPU scheduler to variable number of run-queues
Luben Tuikov
1
-0
/
+5
2022-03-01
drm/v3d: centralize error handling when init scheduler fails
Melissa Wen
1
-27
/
+13
[next]