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