index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
v3d
/
v3d_sched.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/v3d: Appease lockdep while updating GPU stats
Tvrtko Ursulin
2024-09-16
1
-5
/
+41
*
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
2024-09-11
1
-0
/
+6
|
\
|
*
Merge v6.11-rc7 into drm-next
Simona Vetter
2024-09-11
1
-0
/
+6
|
|
\
|
|
*
drm/v3d: Disable preemption while updating GPU stats
Tvrtko Ursulin
2024-08-28
1
-0
/
+6
*
|
|
drm/sched: add optional errno to drm_sched_start()
Christian König
2024-09-06
1
-1
/
+1
|
/
/
*
|
Merge v6.11-rc5 into drm-next
Daniel Vetter
2024-08-27
1
-3
/
+11
|
\
|
|
*
drm/v3d: Fix out-of-bounds read in `v3d_csd_job_run()`
Maíra Canal
2024-08-12
1
-3
/
+11
*
|
Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...
Daniel Vetter
2024-08-08
1
-36
/
+43
|
\
\
|
|
/
|
/
|
|
*
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
2024-07-29
1
-3
/
+13
|
|
\
|
*
|
drm/scheduler: remove full_recover from drm_sched_start
Christian König
2024-07-25
1
-1
/
+1
|
*
|
drm/v3d: Do not use intermediate storage when copying performance query results
Tvrtko Ursulin
2024-07-13
1
-21
/
+36
|
*
|
drm/v3d: Size the kperfmon_ids array at runtime
Tvrtko Ursulin
2024-07-13
1
-1
/
+3
|
*
|
drm/v3d: Fix potential memory leak in the performance extension
Tvrtko Ursulin
2024-07-13
1
-6
/
+16
|
*
|
drm/v3d: Fix potential memory leak in the timestamp extension
Tvrtko Ursulin
2024-07-13
1
-6
/
+16
*
|
|
Merge drm/drm-fixes into drm-misc-fixes
Maxime Ripard
2024-07-30
1
-4
/
+14
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
drm/v3d: Fix Indirect Dispatch configuration for V3D 7.1.6 and later
Maíra Canal
2024-07-15
1
-3
/
+13
|
|
/
|
*
drm/v3d: Use V3D_MAX_COUNTERS instead of V3D_PERFCNT_NUM
Maíra Canal
2024-05-20
1
-1
/
+1
*
|
drm/v3d: Fix potential memory leak in the performance extension
Tvrtko Ursulin
2024-07-18
1
-6
/
+16
*
|
drm/v3d: Fix potential memory leak in the timestamp extension
Tvrtko Ursulin
2024-07-18
1
-6
/
+16
|
/
*
drm/v3d: Fix race-condition between sysfs/fdinfo and interrupt handler
Maíra Canal
2024-04-24
1
-0
/
+7
*
drm/v3d: Create function to update a set of GPU stats
Maíra Canal
2024-04-24
1
-7
/
+10
*
drm/v3d: Create a struct to store the GPU stats
Maíra Canal
2024-04-24
1
-8
/
+12
*
drm/v3d: Create two functions to update all GPU stats variables
Maíra Canal
2024-04-24
1
-45
/
+35
*
drm/v3d: Create a CPU job extension for the copy performance query job
Maíra Canal
2023-12-01
1
-0
/
+65
*
drm/v3d: Create a CPU job extension for the reset performance query job
Maíra Canal
2023-12-01
1
-0
/
+36
*
drm/v3d: Create a CPU job extension to copy timestamp query to a buffer
Maíra Canal
2023-12-01
1
-0
/
+56
*
drm/v3d: Create a CPU job extension for the reset timestamp job
Maíra Canal
2023-12-01
1
-0
/
+21
*
drm/v3d: Create a CPU job extension for the timestamp query job
Maíra Canal
2023-12-01
1
-1
/
+39
*
drm/v3d: Create a CPU job extension for a indirect CSD job
Maíra Canal
2023-12-01
1
-1
/
+40
*
drm/v3d: Create tracepoints to track the CPU job
Maíra Canal
2023-12-01
1
-0
/
+4
*
drm/v3d: Add a CPU job submission
Melissa Wen
2023-12-01
1
-0
/
+57
*
drm/v3d: Expose the total GPU usage stats on sysfs
Maíra Canal
2023-11-06
1
-1
/
+14
*
drm/v3d: Implement show_fdinfo() callback for GPU usage stats
Maíra Canal
2023-11-06
1
-0
/
+20
*
drm/v3d: fix up register addresses for V3D 7.x
Iago Toral Quiroga
2023-11-02
1
-17
/
+21
*
drm/sched: Convert drm scheduler to use a work queue rather than kthread
Matthew Brost
2023-11-01
1
-5
/
+5
*
drm/sched: Convert the GPU scheduler to variable number of run-queues
Luben Tuikov
2023-10-26
1
-0
/
+5
*
drm/v3d: centralize error handling when init scheduler fails
Melissa Wen
2022-03-02
1
-27
/
+13
*
drm/sched: Add device pointer to drm_gpu_scheduler
Jiawei Gu
2022-02-23
1
-5
/
+5
*
drm/v3d: Use scheduler dependency handling
Daniel Vetter
2021-08-30
1
-28
/
+1
*
drm/v3d: Move drm_sched_job_init to v3d_job_init
Daniel Vetter
2021-08-30
1
-8
/
+7
*
drm/v3d: Expose performance counters to userspace
Juan A. Suarez Romero
2021-07-21
1
-0
/
+16
*
drm/sched: Allow using a dedicated workqueue for the timeout/fault tdr
Boris Brezillon
2021-07-01
1
-5
/
+5
*
drm/scheduler: provide scheduler score externally
Christian König
2021-02-05
1
-5
/
+5
*
drm/v3d/v3d_sched: fix scheduler callbacks return status
Christian König
2021-02-02
1
-6
/
+6
*
drm/scheduler: Job timeout handler returns status (v3)
Luben Tuikov
2021-01-29
1
-15
/
+17
*
drm/v3d/v3d_sched: Demote non-conformant kernel-doc header
Lee Jones
2020-11-18
1
-2
/
+2
*
drm: fix some kernel-doc markups
Mauro Carvalho Chehab
2020-11-16
1
-1
/
+1
*
drm/v3d: Delete v3d_dev->dev
Daniel Vetter
2020-04-28
1
-5
/
+5
*
drm/scheduler: rework job destruction
Christian König
2019-05-02
1
-1
/
+1
*
drm/v3d: Add missing implicit synchronization.
Eric Anholt
2019-04-18
1
-36
/
+4
[next]