index
:
~johnharr/scheduler
IGT
LibDRM
all
fence
scheduler
i915 GPU scheduler patches
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-28
SetEnd
all
John Harrison
1
-2
/
+0
2016-06-28
drm/i915: Various attempts to fix mid-thread preemption
Dave Gordon
1
-4
/
+11
2016-06-28
Mush: fix broken count
John Harrison
1
-0
/
+2
2016-06-28
Mush: query stats
John Harrison
1
-6
/
+10
2016-06-28
drm/i915: Replace bool 'enable_preemption' with 'preemption_level'
Dave Gordon
5
-6
/
+157
2016-06-28
drm/i915: Tweaking PIPE_CONTROL instructions
Dave Gordon
2
-9
/
+50
2016-06-28
drmi915: add workarounds for PIPE_CONTROL instruction
Dave Gordon
1
-10
/
+27
2016-06-28
drm/i915: refactor & correct GEN6 PIPE_CONTROL code
Dave Gordon
1
-41
/
+42
2016-06-28
drm/i915: rationalise PIPE_CONTROL flag naming & add commentary
Dave Gordon
4
-20
/
+36
2016-06-28
drm/i915/gen9: add WaEnableSamplerGPGPUPreemptionSupport
Tim Gore
2
-3
/
+6
2016-06-28
Mush: engine[] array should not be indexed by guc_id
Dave Gordon
1
-10
/
+13
2016-06-28
drm/i915: Added preemption info to various trace points
John Harrison
3
-14
/
+24
2016-06-28
drm/i915/preempt: update module parameter to enable preemption
Dave Gordon
2
-3
/
+3
2016-06-28
drm/i915/preempt: update (LRC) ringbuffer-filling code to create preemptive r...
Dave Gordon
2
-107
/
+312
2016-06-28
drm/i915/preempt: Implement mid-batch preemption support
Dave Gordon
5
-6
/
+106
2016-06-28
drm/i915/preempt: scheduler logic for postprocessing preemptive requests
Dave Gordon
3
-1
/
+202
2016-06-28
drm/i915/preempt: Refactor intel_lr_context_reset()
Dave Gordon
3
-30
/
+59
2016-06-28
drm/i915/preempt: add hook to catch 'unexpected' ring submissions
Dave Gordon
4
-0
/
+35
2016-06-28
drm/i915/preempt: scheduler logic for landing preemptive requests
Dave Gordon
4
-22
/
+123
2016-06-28
drm/i915/preempt: don't allow nonbatch ctx init when the scheduler is busy
Dave Gordon
3
-0
/
+22
2016-06-28
drm/i915/preempt: scheduler logic for preventing recursive preemption
Dave Gordon
2
-2
/
+62
2016-06-28
drm/i915/preempt: scheduler logic for selecting preemptive requests
Dave Gordon
1
-2
/
+60
2016-06-28
drm/i915/preempt: scheduler logic for queueing preemptive requests
Dave Gordon
4
-3
/
+46
2016-06-28
drm/i915/preempt: preemption-related definitions and statistics
Dave Gordon
3
-2
/
+58
2016-06-28
drm/i915/sched: include scheduler state in error capture
Dave Gordon
2
-0
/
+7
2016-06-28
drm/i915/sched: set request 'head' on at start of ring submission
Dave Gordon
2
-0
/
+6
2016-06-28
drm/i915: set request 'head' on allocation not in add_request()
Dave Gordon
1
-4
/
+1
2016-06-28
drm/i915: track relative-constants-mode per-context not per-device
Dave Gordon
5
-10
/
+11
2016-06-28
drm/i915/error: add GuC state error capture & decode
Dave Gordon
2
-0
/
+115
2016-06-28
drm/i915/error: enhanced error capture of requests
Dave Gordon
2
-6
/
+21
2016-06-28
drm/i915/error: capture errored context based on request context-id
Dave Gordon
1
-4
/
+3
2016-06-28
drm/i915: add i915_wait_request() call after i915_add_request_no_flush()
Dave Gordon
2
-0
/
+20
2016-06-28
drm/i915/guc: Expose GuC-maintained statistics
Dave Gordon
2
-2
/
+25
2016-06-28
drm/i915/guc: Improve action error reporting, add preemption debug
Dave Gordon
3
-24
/
+51
2016-06-28
drm/i915/guc: implement submission via REQUEST_PREEMPTION action
Dave Gordon
4
-28
/
+140
2016-06-28
drm/i915/guc: Add a second client, to be used for preemption
Dave Gordon
3
-1
/
+20
2016-06-28
drm/i915/guc: Tidy up GuC proc/ctx descriptor setup
Dave Gordon
3
-25
/
+23
2016-06-28
drm/i915/error: track, capture & print ringbuffer submission activity
Dave Gordon
4
-3
/
+40
2016-06-28
drm/i915/error: report size in pages for each object dumped
Dave Gordon
1
-9
/
+14
2016-06-28
drm/i915/error: improve CSB reporting
Dave Gordon
2
-29
/
+67
2016-06-28
drm/i915/error: report ctx id & desc for each request in the queue
Dave Gordon
2
-8
/
+32
2016-06-28
drm/i915/error: capture ringbuffer pointed to by START
Dave Gordon
2
-11
/
+28
2016-06-28
drm/i915/error: capture execlist state on error
Dave Gordon
2
-2
/
+46
2016-06-28
drm/i915: hangcheck=idle should wake_up_all every time, not just once
Dave Gordon
1
-11
/
+12
2016-06-28
drm/i915: recalculate ring space after reset
Dave Gordon
1
-0
/
+2
2016-06-28
drm/i915: update ring space correctly
Dave Gordon
2
-2
/
+2
2016-06-28
drm/i915: Updating assorted register and status page definitions
Dave Gordon
2
-5
/
+58
2016-06-28
SetStart: Added support for pre-emptive scheduling
John Harrison
1
-0
/
+2
2016-06-28
SetEnd
John Harrison
1
-2
/
+0
2016-06-28
drm/i915: Add sync support to the scheduler statistics and status dump
John Harrison
4
-5
/
+32
[next]