index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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-10-10
drm/i915: Reset the breadcrumbs IRQ more carefully
Chris Wilson
1
-1
/
+1
2016-10-10
drm/i915: Distinguish last emitted request from last submitted request
Chris Wilson
1
-0
/
+1
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-18
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
2016-08-15
drm/i915: Use VMA for ringbuffer tracking
Chris Wilson
1
-7
/
+7
2016-08-10
drm/i915: Use RCU to annotate and enforce protection for breadcrumb's bh
Chris Wilson
1
-9
/
+16
2016-08-10
drm/i915: Move missed interrupt detection from hangcheck to breadcrumbs
Chris Wilson
1
-3
/
+3
2016-08-09
drm/i915: Correct typo for __i915_gem_active_get_rcu in a comment
Chris Wilson
1
-1
/
+1
2016-08-05
drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutex
Chris Wilson
1
-12
/
+21
2016-08-04
drm/i915: Track requests inside each intel_ring
Chris Wilson
1
-0
/
+2
2016-08-04
drm/i915: Refactor activity tracking for requests
Chris Wilson
1
-12
/
+0
2016-08-03
drm/i915: Move the common engine cleanup to intel_engine_cs.c
Chris Wilson
1
-0
/
+1
2016-08-02
drm/i915: Rename engine->semaphore.sync_to, engine->sempahore.signal locals
Chris Wilson
1
-3
/
+3
2016-08-02
drm/i915: Simplify calling engine->sync_to
Chris Wilson
1
-3
/
+2
2016-08-02
drm/i915: Stop passing caller's num_dwords to engine->semaphore.signal()
Chris Wilson
1
-3
/
+1
2016-08-02
drm/i915: Unify request submission
Chris Wilson
1
-14
/
+13
2016-08-02
drm/i915: Move the modulus for ring emission to the register write
Chris Wilson
1
-7
/
+13
2016-08-02
drm/i915: Convert engine->write_tail to operate on a request
Chris Wilson
1
-2
/
+8
2016-08-02
drm/i915: Remove intel_ring_get_tail()
Chris Wilson
1
-5
/
+0
2016-08-02
drm/i915: Unify legacy/execlists emission of MI_BATCHBUFFER_START
Chris Wilson
1
-7
/
+5
2016-08-02
drm/i915: Reduce engine->emit_flush() to a single mode parameter
Chris Wilson
1
-2
/
+4
2016-08-02
drm/i915: Remove obsolete engine->gpu_caches_dirty
Chris Wilson
1
-7
/
+0
2016-08-02
drm/i915: Rename intel_pin_and_map_ring()
Chris Wilson
1
-3
/
+2
2016-08-02
drm/i915: Rename residual ringbuf parameters
Chris Wilson
1
-3
/
+3
2016-08-02
drm/i915: Rename struct intel_ringbuffer to struct intel_ring
Chris Wilson
1
-26
/
+25
2016-08-02
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
[next]