index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
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
2017-02-17
drm/i915: Make int __intel_ring_space static
Tvrtko Ursulin
1
-1
/
+0
2017-02-15
drm/i915: Remove duplicate intel_logical_ring_workarounds_emit
Tvrtko Ursulin
1
-0
/
+1
2017-02-14
drm/i915: Emit to ringbuffer directly
Tvrtko Ursulin
1
-19
/
+11
2017-02-13
drm/i915: Add unit tests for the breadcrumb rbtree, insert/remove
Chris Wilson
1
-0
/
+2
2017-02-11
drm/i915: Rename conditional GEM execution macros
Chris Wilson
1
-3
/
+3
2017-02-06
drm/i915: Avoid unguarded reads from the request pointer
Chris Wilson
1
-0
/
+1
2017-02-06
drm/i915: Mark the end of intel_ring_begin() and check in intel_ring_advance()
Chris Wilson
1
-0
/
+3
2017-01-30
drm/i915: Create context desc template when context is created
Mika Kuoppala
1
-1
/
+0
2017-01-24
drm/i915: Only run execlist context-switch handler after an interrupt
Chris Wilson
1
-0
/
+1
2017-01-24
drm/i915: Move breadcrumbs irq_posted up a level to engine
Chris Wilson
1
-1
/
+3
2017-01-24
drm/i915: Only disable execlist preemption for the duration of the request
Chris Wilson
1
-1
/
+0
2017-01-23
drm/i915: Remove disable_lite_restore_wa
Chris Wilson
1
-1
/
+0
2016-12-24
drm/i915: request ring to be pinned above GUC_WOPCM_TOP
Daniele Ceraolo Spurio
1
-1
/
+1
2016-12-18
drm/i915: Swap if(enable_execlists) in i915_gem_request_alloc for a vfunc
Chris Wilson
1
-2
/
+1
2016-12-18
drm/i915: Unify active context tracking between legacy/execlists/guc
Chris Wilson
1
-1
/
+22
2016-11-21
drm/i915: Decouple hang detection from hangcheck period
Mika Kuoppala
1
-9
/
+31
2016-11-21
drm/i915: Split up hangcheck phases
Mika Kuoppala
1
-1
/
+3
2016-11-15
drm/i915/scheduler: Execute requests in order of priorities
Chris Wilson
1
-1
/
+2
2016-11-15
drm/i915/scheduler: Signal the arrival of a new request
Chris Wilson
1
-0
/
+9
2016-11-15
drm/i915: Remove engine->execlist_lock
Chris Wilson
1
-1
/
+0
2016-11-09
drm/i915: Spin until breadcrumb threads are complete
Chris Wilson
1
-2
/
+1
2016-11-01
drm/i915: Avoid accessing request->timeline outside of its lifetime
Chris Wilson
1
-0
/
+12
2016-10-28
drm/i915: Enable multiple timelines
Chris Wilson
1
-5
/
+0
2016-10-28
drm/i915: Convert breadcrumbs spinlock to be irqsafe
Chris Wilson
1
-1
/
+1
2016-10-28
drm/i915: Move the global sync optimisation to the timeline
Chris Wilson
1
-23
/
+0
2016-10-28
drm/i915: Defer breadcrumb emission
Chris Wilson
1
-4
/
+6
2016-10-28
drm/i915: Record space required for breadcrumb emission
Chris Wilson
1
-0
/
+1
2016-10-28
drm/i915: Rename ->emit_request to ->emit_breadcrumb
Chris Wilson
1
-1
/
+1
2016-10-28
drm/i915: Combine seqno + tracking into a global timeline struct
Chris Wilson
1
-32
/
+4
2016-10-28
drm/i915: Reuse the active golden render state batch
Chris Wilson
1
-0
/
+3
2016-10-28
drm/i915: Remove unused i915_gem_active_wait() in favour of _unlocked()
Chris Wilson
1
-1
/
+1
2016-10-28
drm/i915: Rearrange i915_wait_request() accounting with callers
Chris Wilson
1
-2
/
+1
2016-10-14
drm/i915: Allocate intel_engine_cs structure only for the enabled engines
Akash Goel
1
-7
/
+1
2016-10-12
drm/i915: Move common code out of i915_gpu_error.c
Chris Wilson
1
-0
/
+3
2016-10-07
drm/i915: Reset the breadcrumbs IRQ more carefully
Chris Wilson
1
-1
/
+1
2016-10-07
drm/i915: Distinguish last emitted request from last submitted request
Chris Wilson
1
-0
/
+1
2016-10-05
drm/i915: Show RING registers through debugfs
Chris Wilson
1
-0
/
+2
2016-09-21
drm/i915: Try to print INSTDONE bits for all slice/subslice
Ben Widawsky
1
-2
/
+21
2016-09-21
drm/i915: Cleanup instdone collection
Ben Widawsky
1
-1
/
+9
2016-09-09
drm/i915: Drive request submission through fence callbacks
Chris Wilson
1
-0
/
+8
2016-09-09
drm/i915: Update reset path to fix incomplete requests
Chris Wilson
1
-2
/
+5
2016-09-09
drm/i915: Expand bool interruptible to pass flags to i915_wait_request()
Chris Wilson
1
-2
/
+2
2016-09-09
drm/i915: Simplify ELSP queue request tracking
Chris Wilson
1
-2
/
+5
2016-08-19
drm/i915: Allow ringbuffers to be bound anywhere
Chris Wilson
1
-1
/
+0
2016-08-17
drm/i915: Initialize legacy semaphores from engine hw id indexed array
Tvrtko Ursulin
1
-2
/
+5
2016-08-17
drm/i915: Add enum for hardware engine identifiers
Tvrtko Ursulin
1
-2
/
+8
2016-08-15
drm/i915: Use VMA for wa_ctx tracking
Chris Wilson
1
-2
/
+2
2016-08-15
drm/i915: Use VMA as the primary tracker for semaphore page
Chris Wilson
1
-2
/
+2
2016-08-15
drm/i915: Move common scratch allocation/destroy to intel_engine_cs.c
Chris Wilson
1
-3
/
+1
2016-08-15
drm/i915: Use VMA for scratch page tracking
Chris Wilson
1
-7
/
+3
[prev]
[next]