index
:
~johnharr/scheduler
IGT
LibDRM
all
fence
scheduler
i915 GPU scheduler patches
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_scheduler.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-28
drm/i915: Add sync support to the scheduler statistics and status dump
John Harrison
1
-4
/
+16
2016-06-28
drm/i915: Connecting execbuff fences to scheduler
John Harrison
1
-0
/
+3
2016-06-28
drm/i915: Add sync wait support to scheduler
John Harrison
1
-5
/
+139
2016-06-28
drm/i915: Scheduler state dump via debugfs
John Harrison
1
-4
/
+5
2016-06-28
drm/i915: Added debug state dump facilities to scheduler
John Harrison
1
-2
/
+268
2016-06-28
drm/i915: Allow scheduler to manage inter-ring object synchronisation
John Harrison
1
-0
/
+19
2016-06-28
drm/i915: Add scheduler support functions for TDR
John Harrison
1
-0
/
+33
2016-06-28
drm/i915: Added scheduler statistic reporting to debugfs
John Harrison
1
-3
/
+84
2016-06-28
drm/i915: Added scheduler queue throttling by DRM file handle
John Harrison
1
-0
/
+118
2016-06-28
drm/i915: Added trace points to scheduler
John Harrison
1
-2
/
+22
2016-06-28
drm/i915: Added a module parameter to allow the scheduler to be disabled
John Harrison
1
-1
/
+4
2016-06-28
drm/i915: Add scheduler hook to GPU reset
John Harrison
1
-0
/
+11
2016-06-28
drm/i915: Added scheduler flush calls to ring throttle and idle functions
John Harrison
1
-0
/
+178
2016-06-28
drm/i915: Added scheduler support to __wait_request() calls
John Harrison
1
-0
/
+26
2016-06-28
drm/i915: Added tracking/locking of batch buffer objects
John Harrison
1
-0
/
+15
2016-06-28
drm/i915: Keep the reserved space mechanism happy
John Harrison
1
-0
/
+4
2016-06-28
drm/i915: Added deferred work handler for scheduler
John Harrison
1
-2
/
+27
2016-06-28
drm/i915: Added scheduler hook when closing DRM file handles
John Harrison
1
-0
/
+46
2016-06-28
drm/i915: Start of GPU scheduler
John Harrison
1
-0
/
+863