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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Reset the breadcrumbs IRQ more carefully
Chris Wilson
2016-10-10
1
-1
/
+1
*
drm/i915: Update reset path to fix incomplete requests
Chris Wilson
2016-09-09
1
-14
/
+33
*
drm/i915: Perform a direct reset of the GPU from the waiter
Chris Wilson
2016-09-09
1
-3
/
+0
*
drm/i915: Mark up all locked waiters
Chris Wilson
2016-09-09
1
-1
/
+2
*
drm/i915: Expand bool interruptible to pass flags to i915_wait_request()
Chris Wilson
2016-09-09
1
-1
/
+2
*
drm/i915: Make HWS_NEEDS_PHYSICAL the exception
Carlos Santa
2016-09-07
1
-10
/
+10
*
drm/i915: sseu: Use sseu_dev_info in device info
Imre Deak
2016-09-02
1
-2
/
+2
*
drm/i915: Allocate rings from stolen
Chris Wilson
2016-08-18
1
-4
/
+2
*
drm/i915: Allow ringbuffers to be bound anywhere
Chris Wilson
2016-08-18
1
-7
/
+8
*
drm/i915: Initialize legacy semaphores from engine hw id indexed array
Tvrtko Ursulin
2016-08-17
1
-26
/
+29
*
drm/i915: Record the RING_MODE register for post-mortem debugging
Chris Wilson
2016-08-15
1
-3
/
+4
*
drm/i915: Introduce i915_ggtt_offset()
Chris Wilson
2016-08-15
1
-14
/
+14
*
drm/i915: Consolidate i915_vma_unpin_and_release()
Chris Wilson
2016-08-15
1
-7
/
+1
*
drm/i915: Use VMA as the primary tracker for semaphore page
Chris Wilson
2016-08-15
1
-25
/
+35
*
drm/i915: Move common seqno reset to intel_engine_cs.c
Chris Wilson
2016-08-15
1
-42
/
+0
*
drm/i915: Move common scratch allocation/destroy to intel_engine_cs.c
Chris Wilson
2016-08-15
1
-50
/
+0
*
drm/i915: Use VMA for scratch page tracking
Chris Wilson
2016-08-15
1
-24
/
+31
*
drm/i915: Use VMA for ringbuffer tracking
Chris Wilson
2016-08-15
1
-129
/
+114
*
drm/i915: Move assertion for iomap access to i915_vma_pin_iomap
Chris Wilson
2016-08-15
1
-3
/
+0
*
drm/i915: Only change the context object's domain when binding
Chris Wilson
2016-08-15
1
-0
/
+4
*
drm/i915: Use VMA as the primary object for context state
Chris Wilson
2016-08-15
1
-3
/
+3
*
drm/i915: Support for creating write combined type vmaps
Chris Wilson
2016-08-12
1
-1
/
+1
*
drm/i915: Store number of active engines in device info
Tvrtko Ursulin
2016-08-11
1
-3
/
+3
*
drm/i915: Mark unmappable GGTT entries as PIN_HIGH
Chris Wilson
2016-08-10
1
-2
/
+3
*
drm/i915: Use RCU to annotate and enforce protection for breadcrumb's bh
Chris Wilson
2016-08-10
1
-2
/
+0
*
drm/i915: fix WaInsertDummyPushConstPs
Matthew Auld
2016-08-05
1
-4
/
+4
*
drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutex
Chris Wilson
2016-08-05
1
-18
/
+0
*
drm/i915: Remove forced stop ring on suspend/unload
Chris Wilson
2016-08-05
1
-16
/
+0
*
drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()
Chris Wilson
2016-08-04
1
-7
/
+8
*
drm/i915: s/__i915_wait_request/i915_wait_request/
Chris Wilson
2016-08-04
1
-4
/
+4
*
drm/i915: Disable waitboosting for a saturated engine
Chris Wilson
2016-08-04
1
-1
/
+1
*
drm/i915: Move the special case wait-request handling to its one caller
Chris Wilson
2016-08-04
1
-5
/
+13
*
drm/i915: Track requests inside each intel_ring
Chris Wilson
2016-08-04
1
-11
/
+4
*
drm/i915: Rename request->list to link for consistency
Chris Wilson
2016-08-04
1
-3
/
+3
*
drm/i915: Move the common engine cleanup to intel_engine_cs.c
Chris Wilson
2016-08-03
1
-3
/
+1
*
drm/i915: Rename engine->semaphore.sync_to, engine->sempahore.signal locals
Chris Wilson
2016-08-02
1
-67
/
+65
*
drm/i915: Simplify calling engine->sync_to
Chris Wilson
2016-08-02
1
-41
/
+23
*
drm/i915/ringbuffer: Specialise SNB+ request emission for semaphores
Chris Wilson
2016-08-02
1
-13
/
+11
*
drm/i915: Reuse legacy breadcrumbs + tail emission
Chris Wilson
2016-08-02
1
-47
/
+31
*
drm/i915: Stop passing caller's num_dwords to engine->semaphore.signal()
Chris Wilson
2016-08-02
1
-29
/
+22
*
drm/i915: Unify request submission
Chris Wilson
2016-08-02
1
-14
/
+9
*
drm/i915: Move the modulus for ring emission to the register write
Chris Wilson
2016-08-02
1
-2
/
+6
*
drm/i915: Convert engine->write_tail to operate on a request
Chris Wilson
2016-08-02
1
-26
/
+25
*
drm/i915: Unify legacy/execlists emission of MI_BATCHBUFFER_START
Chris Wilson
2016-08-02
1
-24
/
+24
*
drm/i915: Reduce engine->emit_flush() to a single mode parameter
Chris Wilson
2016-08-02
1
-37
/
+20
*
drm/i915: Remove obsolete engine->gpu_caches_dirty
Chris Wilson
2016-08-02
1
-55
/
+17
*
drm/i915: Rename intel_pin_and_map_ring()
Chris Wilson
2016-08-02
1
-19
/
+19
*
drm/i915: Rename residual ringbuf parameters
Chris Wilson
2016-08-02
1
-33
/
+33
*
drm/i915: Rename struct intel_ringbuffer to struct intel_ring
Chris Wilson
2016-08-02
1
-64
/
+64
*
drm/i915: Rename request->ringbuf to request->ring
Chris Wilson
2016-08-02
1
-46
/
+46
[next]