index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_ringbuffer.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915/execlists: Wrap tail pointer after reset tweaking
Chris Wilson
2017-03-29
1
-1
/
+7
*
drm/i915: make context status notifier head be per engine
Changbin Du
2017-03-21
1
-0
/
+3
*
drm/i915: request ring to be pinned above GUC_WOPCM_TOP
Daniele Ceraolo Spurio
2016-12-24
1
-1
/
+1
*
drm/i915: Swap if(enable_execlists) in i915_gem_request_alloc for a vfunc
Chris Wilson
2016-12-18
1
-2
/
+1
*
drm/i915: Unify active context tracking between legacy/execlists/guc
Chris Wilson
2016-12-18
1
-1
/
+22
*
drm/i915: Decouple hang detection from hangcheck period
Mika Kuoppala
2016-11-21
1
-9
/
+31
*
drm/i915: Split up hangcheck phases
Mika Kuoppala
2016-11-21
1
-1
/
+3
*
drm/i915/scheduler: Execute requests in order of priorities
Chris Wilson
2016-11-14
1
-1
/
+2
*
drm/i915/scheduler: Signal the arrival of a new request
Chris Wilson
2016-11-14
1
-0
/
+9
*
drm/i915: Remove engine->execlist_lock
Chris Wilson
2016-11-14
1
-1
/
+0
*
drm/i915: Spin until breadcrumb threads are complete
Chris Wilson
2016-11-09
1
-2
/
+1
*
drm/i915: Avoid accessing request->timeline outside of its lifetime
Chris Wilson
2016-11-01
1
-0
/
+12
*
drm/i915: Enable multiple timelines
Chris Wilson
2016-10-28
1
-5
/
+0
*
drm/i915: Convert breadcrumbs spinlock to be irqsafe
Chris Wilson
2016-10-28
1
-1
/
+1
*
drm/i915: Move the global sync optimisation to the timeline
Chris Wilson
2016-10-28
1
-23
/
+0
*
drm/i915: Defer breadcrumb emission
Chris Wilson
2016-10-28
1
-4
/
+6
*
drm/i915: Record space required for breadcrumb emission
Chris Wilson
2016-10-28
1
-0
/
+1
*
drm/i915: Rename ->emit_request to ->emit_breadcrumb
Chris Wilson
2016-10-28
1
-1
/
+1
*
drm/i915: Combine seqno + tracking into a global timeline struct
Chris Wilson
2016-10-28
1
-32
/
+4
*
drm/i915: Reuse the active golden render state batch
Chris Wilson
2016-10-28
1
-0
/
+3
*
drm/i915: Remove unused i915_gem_active_wait() in favour of _unlocked()
Chris Wilson
2016-10-28
1
-1
/
+1
*
drm/i915: Rearrange i915_wait_request() accounting with callers
Chris Wilson
2016-10-28
1
-2
/
+1
*
drm/i915: Allocate intel_engine_cs structure only for the enabled engines
Akash Goel
2016-10-14
1
-7
/
+1
*
drm/i915: Move common code out of i915_gpu_error.c
Chris Wilson
2016-10-12
1
-0
/
+3
*
drm/i915: Reset the breadcrumbs IRQ more carefully
Chris Wilson
2016-10-07
1
-1
/
+1
*
drm/i915: Distinguish last emitted request from last submitted request
Chris Wilson
2016-10-07
1
-0
/
+1
*
drm/i915: Show RING registers through debugfs
Chris Wilson
2016-10-05
1
-0
/
+2
*
drm/i915: Try to print INSTDONE bits for all slice/subslice
Ben Widawsky
2016-09-21
1
-2
/
+21
*
drm/i915: Cleanup instdone collection
Ben Widawsky
2016-09-21
1
-1
/
+9
*
drm/i915: Drive request submission through fence callbacks
Chris Wilson
2016-09-09
1
-0
/
+8
*
drm/i915: Update reset path to fix incomplete requests
Chris Wilson
2016-09-09
1
-2
/
+5
*
drm/i915: Expand bool interruptible to pass flags to i915_wait_request()
Chris Wilson
2016-09-09
1
-2
/
+2
*
drm/i915: Simplify ELSP queue request tracking
Chris Wilson
2016-09-09
1
-2
/
+5
*
drm/i915: Allow ringbuffers to be bound anywhere
Chris Wilson
2016-08-18
1
-1
/
+0
*
drm/i915: Initialize legacy semaphores from engine hw id indexed array
Tvrtko Ursulin
2016-08-17
1
-2
/
+5
*
drm/i915: Add enum for hardware engine identifiers
Tvrtko Ursulin
2016-08-17
1
-2
/
+8
*
drm/i915: Use VMA for wa_ctx tracking
Chris Wilson
2016-08-15
1
-2
/
+2
*
drm/i915: Use VMA as the primary tracker for semaphore page
Chris Wilson
2016-08-15
1
-2
/
+2
*
drm/i915: Move common scratch allocation/destroy to intel_engine_cs.c
Chris Wilson
2016-08-15
1
-3
/
+1
*
drm/i915: Use VMA for scratch page tracking
Chris Wilson
2016-08-15
1
-7
/
+3
*
drm/i915: Use VMA for ringbuffer tracking
Chris Wilson
2016-08-15
1
-7
/
+7
*
drm/i915: Use RCU to annotate and enforce protection for breadcrumb's bh
Chris Wilson
2016-08-10
1
-9
/
+16
*
drm/i915: Move missed interrupt detection from hangcheck to breadcrumbs
Chris Wilson
2016-08-10
1
-3
/
+3
*
drm/i915: Correct typo for __i915_gem_active_get_rcu in a comment
Chris Wilson
2016-08-09
1
-1
/
+1
*
drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutex
Chris Wilson
2016-08-05
1
-12
/
+21
*
drm/i915: Track requests inside each intel_ring
Chris Wilson
2016-08-04
1
-0
/
+2
*
drm/i915: Refactor activity tracking for requests
Chris Wilson
2016-08-04
1
-12
/
+0
*
drm/i915: Move the common engine cleanup to intel_engine_cs.c
Chris Wilson
2016-08-03
1
-0
/
+1
*
drm/i915: Rename engine->semaphore.sync_to, engine->sempahore.signal locals
Chris Wilson
2016-08-02
1
-3
/
+3
*
drm/i915: Simplify calling engine->sync_to
Chris Wilson
2016-08-02
1
-3
/
+2
[next]