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
/
intel_ringbuffer.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-28
drm/i915/guc: implement submission via REQUEST_PREEMPTION action
Dave Gordon
1
-1
/
+5
2016-06-28
drm/i915/error: track, capture & print ringbuffer submission activity
Dave Gordon
1
-0
/
+14
2016-06-28
drm/i915: Updating assorted register and status page definitions
Dave Gordon
1
-4
/
+30
2016-06-28
drm/i915: Add early exit to execbuff_final() if insufficient ring space
John Harrison
1
-0
/
+1
2016-06-28
drm/i915: Support for 'unflushed' ring idle
John Harrison
1
-1
/
+3
2016-06-28
drm/i915: Cache last IRQ seqno to reduce IRQ overhead
John Harrison
1
-0
/
+1
2016-06-28
drm/i915: Interrupt driven fences
John Harrison
1
-0
/
+2
2016-06-28
drm/i915: Delay the freeing of requests until retire time
John Harrison
1
-0
/
+7
2016-06-28
drm/i915: Add per context timelines to fence object
John Harrison
1
-1
/
+0
2016-06-28
drm/i915: Convert requests to use struct fence
John Harrison
1
-0
/
+3
2016-03-21
drm/i915: Use an array of register tables in command parser
Jordan Justen
1
-10
/
+3
2016-03-16
drm/i915: More renaming of rings to engines
Tvrtko Ursulin
1
-5
/
+5
2016-03-16
drm/i915: More intel_engine_cs renaming
Tvrtko Ursulin
1
-10
/
+10
2016-03-16
drm/i915: Rename intel_engine_cs struct members
Tvrtko Ursulin
1
-1
/
+1
2016-03-16
drm/i915: Rename intel_engine_cs function parameters
Tvrtko Ursulin
1
-27
/
+27
2016-03-16
drm/i915: Rename local struct intel_engine_cs variables
Tvrtko Ursulin
1
-7
/
+7
2016-03-04
drm/i915/hangcheck: Prevent long walks across full-ppgtt
Mika Kuoppala
1
-2
/
+0
2016-03-01
drm/i915: Execlists small cleanups and micro-optimisations
Tvrtko Ursulin
1
-1
/
+2
2016-01-25
drm/i915/guc: Decouple GuC engine id from ring id
Alex Dai
1
-0
/
+1
2016-01-21
drm/i915: Seal busy-ioctl uABI and prevent leaking of internal ids
Chris Wilson
1
-0
/
+1
2016-01-21
drm/i915: Decouple execbuf uAPI from internal implementation
Tvrtko Ursulin
1
-5
/
+5
2016-01-21
drm/i915: Use ordered seqno write interrupt generation on gen8+ execlists
Chris Wilson
1
-0
/
+1
2016-01-21
drm/i915: abolish separate per-ring default_context pointers
Dave Gordon
1
-1
/
+0
2016-01-20
drm/i915: turn some bogus kernel-doc comments to normal comments
Jani Nikula
1
-1
/
+1
2016-01-18
drm/i915: Cache ringbuffer GTT VMA
Tvrtko Ursulin
1
-0
/
+1
2016-01-18
drm/i915: Do not call API requiring struct_mutex where it is not available
Tvrtko Ursulin
1
-0
/
+2
2016-01-08
drm/i915: Inspect subunit states on hangcheck
Mika Kuoppala
1
-0
/
+1
2015-12-10
drm/i915: intel_ring_initialized() must be simple and inline
Dave Gordon
1
-1
/
+5
2015-11-18
drm/i915: Type safe register read/write
Ville Syrjälä
1
-3
/
+3
2015-11-18
drm/i915: Add functions to emit register offsets to the ring
Ville Syrjälä
1
-0
/
+5
2015-10-28
drm/i915: Recover all available ringbuffer space following reset
Chris Wilson
1
-0
/
+2
2015-09-04
drm/i915: Refactor common ringbuffer allocation code
Chris Wilson
1
-4
/
+4
2015-08-26
drm/i915/bxt: work around HW coherency issue when accessing GPU seqno
Imre Deak
1
-0
/
+7
2015-07-15
Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queued
Daniel Vetter
1
-0
/
+7
2015-07-13
drm/i915: Snapshot seqno of most recently submitted request.
Tomas Elf
1
-0
/
+7
2015-07-06
drm/i915: Enable resource streamer bits on MI_BATCH_BUFFER_START
Abdiel Janulgue
1
-0
/
+1
2015-07-03
drm/i915: Reserve space improvements
John Harrison
1
-1
/
+3
2015-06-23
drm/i915: Remove the now obsolete 'outstanding_lazy_request'
John Harrison
1
-4
/
+0
2015-06-23
drm/i915: Remove the now obsolete intel_ring_get_request()
John Harrison
1
-7
/
+0
2015-06-23
drm/i915: Add *_ring_begin() to request allocation
John Harrison
1
-0
/
+1
2015-06-23
drm/i915: Update intel_ring_begin() to take a request structure
John Harrison
1
-1
/
+1
2015-06-23
drm/i915: Update cacheline_align() to take a request structure
John Harrison
1
-1
/
+1
2015-06-23
drm/i915: Update ring->signal() to take a request structure
John Harrison
1
-1
/
+1
2015-06-23
drm/i915: Update ring->sync_to() to take a request structure
John Harrison
1
-2
/
+2
2015-06-23
drm/i915: Update ring->emit_bb_start() to take a request structure
John Harrison
1
-2
/
+1
2015-06-23
drm/i915: Update ring->dispatch_execbuffer() to take a request structure
John Harrison
1
-1
/
+1
2015-06-23
drm/i915: Update ring->emit_request() to take a request structure
John Harrison
1
-2
/
+1
2015-06-23
drm/i915: Update ring->add_request() to take a request structure
John Harrison
1
-1
/
+1
2015-06-23
drm/i915: Update ring->emit_flush() to take a request structure
John Harrison
1
-2
/
+1
2015-06-23
drm/i915: Update ring->flush() to take a requests structure
John Harrison
1
-1
/
+1
[next]