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
2016-08-03
drm/i915: Unify request submission
Chris Wilson
1
-14
/
+13
2016-08-03
drm/i915: Move the modulus for ring emission to the register write
Chris Wilson
1
-7
/
+13
2016-08-03
drm/i915: Convert engine->write_tail to operate on a request
Chris Wilson
1
-2
/
+8
2016-08-03
drm/i915: Remove intel_ring_get_tail()
Chris Wilson
1
-5
/
+0
2016-08-03
drm/i915: Unify legacy/execlists emission of MI_BATCHBUFFER_START
Chris Wilson
1
-7
/
+5
2016-08-03
drm/i915: Reduce engine->emit_flush() to a single mode parameter
Chris Wilson
1
-2
/
+4
2016-08-03
drm/i915: Remove obsolete engine->gpu_caches_dirty
Chris Wilson
1
-7
/
+0
2016-08-03
drm/i915: Rename intel_pin_and_map_ring()
Chris Wilson
1
-3
/
+2
2016-08-03
drm/i915: Rename residual ringbuf parameters
Chris Wilson
1
-3
/
+3
2016-08-03
drm/i915: Rename struct intel_ringbuffer to struct intel_ring
Chris Wilson
1
-26
/
+25
2016-08-03
drm/i915: Unify intel_logical_ring_emit and intel_ring_emit
Chris Wilson
1
-18
/
+7
2016-07-27
drm/i915/cmdparser: Remove stray intel_engine_cs *ring
Chris Wilson
1
-5
/
+5
2016-07-21
drm/i915: rename 'ring' where it refers to an engine or engine_id
Dave Gordon
1
-6
/
+6
2016-07-21
drm/i915: rename macro parameter(ring) to (engine)
Dave Gordon
1
-12
/
+12
2016-07-20
drm/i915: Rename ring->virtual_start as ring->vaddr
Chris Wilson
1
-2
/
+2
2016-07-20
drm/i915: Treat ringbuffer writes as write to normal memory
Chris Wilson
1
-8
/
+20
2016-07-20
drm/i915: Derive GEM requests from dma-fence
Chris Wilson
1
-0
/
+1
2016-07-14
drm/i915: Pull out some more common engine init code
Tvrtko Ursulin
1
-0
/
+3
2016-07-14
drm/i915: Move common engine setup into intel_engine_cs.c
Tvrtko Ursulin
1
-4
/
+0
2016-07-14
drm/i915: Unify engine init loop
Tvrtko Ursulin
1
-5
/
+5
2016-07-14
drm/i915: unify first-stage engine struct setup
Dave Gordon
1
-0
/
+5
2016-07-06
drm/i915: Group the irq breadcrumb variables into the same cacheline
Chris Wilson
1
-8
/
+10
2016-07-04
drm/i915: Remove stop-rings debugfs interface
Chris Wilson
1
-1
/
+0
2016-07-04
drm/i915: Only start retire worker when idle
Chris Wilson
1
-2
/
+2
2016-07-01
drm/i915: Simplify enabling user-interrupts with L3-remapping
Chris Wilson
1
-2
/
+2
2016-07-01
drm/i915: Move the get/put irq locking into the caller
Chris Wilson
1
-3
/
+2
2016-07-01
drm/i915: Embed signaling node into the GEM request
Chris Wilson
1
-2
/
+7
2016-07-01
drm/i915: Convert trace-irq to the breadcrumb waiter
Chris Wilson
1
-1
/
+7
2016-07-01
drm/i915: Only apply one barrier after a breadcrumb interrupt is posted
Chris Wilson
1
-0
/
+1
2016-07-01
drm/i915: Refactor scratch object allocation for gen2 w/a buffer
Chris Wilson
1
-1
/
+1
2016-07-01
drm/i915: Stop mapping the scratch page into CPU space
Chris Wilson
1
-1
/
+0
2016-07-01
drm/i915: Use HWS for seqno tracking everywhere
Chris Wilson
1
-3
/
+4
2016-07-01
drm/i915: Slaughter the thundering i915_wait_request herd
Chris Wilson
1
-2
/
+77
2016-06-30
drm/i915: Compact Gen8 semaphore initialization
Tvrtko Ursulin
1
-12
/
+0
2016-05-24
drm/i915: Rename struct intel_context
Chris Wilson
1
-2
/
+2
2016-05-09
drm/i915: Store a i915 backpointer from engine, and use it
Chris Wilson
1
-4
/
+4
2016-04-29
drm/i915: Fix gen8 semaphores id for legacy mode
Chris Wilson
1
-1
/
+2
2016-04-29
drm/i915: Apply strongly ordered RCS breadcrumb to gen8/legacy
Chris Wilson
1
-0
/
+5
2016-04-29
drm/i915: Bump reserved size for legacy gen8 semaphore emission
Chris Wilson
1
-4
/
+4
2016-04-28
drm/i915: Stop tracking execlists retired requests
Tvrtko Ursulin
1
-1
/
+0
2016-04-28
drm/i915: Remove the identical implementations of request space reservation
Chris Wilson
1
-17
/
+0
2016-04-28
drm/i915: Unify intel_ring_begin()
Chris Wilson
1
-3
/
+0
2016-04-12
drm/i915: Only grab correct forcewake for the engine with execlists
Tvrtko Ursulin
1
-0
/
+1
2016-04-09
drm/i915: Replace manual barrier() with READ_ONCE() in HWS accessor
Chris Wilson
1
-4
/
+2
2016-04-09
drm/i915: Use simplest form for flushing the single cacheline in the HWS
Chris Wilson
1
-2
/
+3
2016-04-09
drm/i915: Harden detection of missed interrupts
Chris Wilson
1
-0
/
+2
2016-04-09
drm/i915: Separate out the seqno-barrier from engine->get_seqno
Chris Wilson
1
-2
/
+2
2016-04-08
drm/i915: Refactor gen8 semaphore offset calculation
Chris Wilson
1
-6
/
+5
2016-04-04
drm/i915: Move execlists irq handler to a bottom half
Tvrtko Ursulin
1
-1
/
+2
2016-03-21
drm/i915: Use an array of register tables in command parser
Jordan Justen
1
-10
/
+3
[prev]
[next]