index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_ringbuffer.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-03
drm/i915: Always try to reset the GPU on takeover
Chris Wilson
1
-1
/
+1
2019-01-02
drm/i915: start moving runtime device info to a separate struct
Jani Nikula
1
-2
/
+2
2018-12-31
drm/i915: Drop unused engine->irq_seqno_barrier w/a
Chris Wilson
1
-10
/
+0
2018-12-31
drm/i915: Remove redundant trailing request flush
Chris Wilson
1
-10
/
+0
2018-12-28
drm/i915/execlists: Pull the render flush into breadcrumb emission
Chris Wilson
1
-3
/
+2
2018-12-28
drm/i915: Remove HW semaphores for gen7 inter-engine synchronisation
Chris Wilson
1
-55
/
+1
2018-12-18
drm/i915: Apply missed interrupt after reset w/a to all ringbuffer gen
Chris Wilson
1
-0
/
+2
2018-12-12
drm/i915: replace IS_GEN<N> with IS_GEN(..., N)
Lucas De Marchi
1
-2
/
+2
2018-12-04
drm/i915: Allocate a common scratch page
Chris Wilson
1
-5
/
+0
2018-12-04
drm/i915: Fuse per-context workaround handling with the common framework
Tvrtko Ursulin
1
-0
/
+1
2018-12-04
drm/i915: Move register white-listing to the common workaround framework
Tvrtko Ursulin
1
-0
/
+1
2018-12-04
drm/i915: Introduce per-engine workarounds
Tvrtko Ursulin
1
-0
/
+2
2018-12-03
drm/i915/vgpu: Disallow loading on old vGPU hosts
Chris Wilson
1
-16
/
+0
2018-10-31
drm/i915/ringbuffer: change header SPDX identifier to MIT
Jonathan Gray
1
-1
/
+1
2018-10-29
drm/i915: Prefer IS_GEN<n> check with bitmask.
Rodrigo Vivi
1
-2
/
+2
2018-10-01
drm/i915: Pull scheduling under standalone lock
Chris Wilson
1
-3
/
+2
2018-10-01
drm/i915: Combine multiple internal plists into the same i915_priolist bucket
Chris Wilson
1
-1
/
+12
2018-09-14
Merge tag 'drm-misc-next-2018-09-13' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-0
/
+2
2018-09-09
drm: Add drm/drm_util.h header file
Daniel Vetter
1
-0
/
+2
2018-08-15
drm/i915: Clear stop-engine for a pardoned reset
Chris Wilson
1
-0
/
+1
2018-08-07
drm/i915: Pull seqno started checks together
Chris Wilson
1
-6
/
+27
2018-08-06
drm/i915: kill resource streamer support
Lucas De Marchi
1
-1
/
+0
2018-07-27
drm/i915: Drop unneed i915 parameter from intel_ring_pin()
Chris Wilson
1
-1
/
+1
2018-07-27
drm/i915: Remove unnecessary ggtt_offset_bias from i915_gem_context
Jakub BartmiĊski
1
-3
/
+1
2018-07-16
drm/i915/selftests: Force a preemption hang
Chris Wilson
1
-0
/
+27
2018-07-16
drm/i915/execlists: Always clear preempt status on cancelling all
Chris Wilson
1
-0
/
+6
2018-07-11
drm/i915/execlists: Switch to rb_root_cached
Chris Wilson
1
-6
/
+1
2018-06-28
drm/i915/execlists: Trust the CSB
Chris Wilson
1
-1
/
+0
2018-06-28
drm/i915/execlists: Reset CSB write pointer after reset
Chris Wilson
1
-0
/
+9
2018-06-28
drm/i915/execlists: Unify CSB access pointers
Chris Wilson
1
-6
/
+17
2018-06-28
drm/i915: Only signal from interrupt when requested
Chris Wilson
1
-3
/
+2
2018-06-28
drm/i915: Move the irq_counter inside the spinlock
Chris Wilson
1
-1
/
+1
2018-06-18
drm/i915: Fix fallout of fake reset along resume
Chris Wilson
1
-0
/
+2
2018-06-14
drm/i915: Declare the driver wedged if hangcheck makes no progress
Chris Wilson
1
-1
/
+2
2018-06-12
drm/i915/ringbuffer: Serialize load of PD_DIR
Chris Wilson
1
-1
/
+4
2018-06-11
drm/i915: Wrap around the tail offset before setting ring->tail
Chris Wilson
1
-6
/
+14
2018-06-11
drm/i915/ringbuffer: Fix context restore upon reset
Chris Wilson
1
-9
/
+0
2018-05-19
drm/i915/execlists: Handle copying default context state for atomic reset
Chris Wilson
1
-0
/
+1
2018-05-18
drm/i915: Store a pointer to intel_context in i915_request
Chris Wilson
1
-5
/
+4
2018-05-18
drm/i915: Move fiddling with engine->last_retired_context
Chris Wilson
1
-0
/
+1
2018-05-16
drm/i915: Stop parking the signaler around reset
Chris Wilson
1
-0
/
+2
2018-05-16
drm/i915: Move engine reset prepare/finish to backends
Chris Wilson
1
-2
/
+7
2018-05-02
drm/i915: Split i915_gem_timeline into individual timelines
Chris Wilson
1
-5
/
+6
2018-05-02
drm/i915: Move timeline from GTT to ring
Chris Wilson
1
-1
/
+4
2018-04-30
drm/i915: Only track live rings for retiring
Chris Wilson
1
-1
/
+1
2018-04-30
drm/i915: Retire requests along rings
Chris Wilson
1
-0
/
+1
2018-04-26
drm/i915: Use seqlock in engine stats
Tvrtko Ursulin
1
-5
/
+6
2018-04-18
drm/i915: Pack params to engine->schedule() into a struct
Chris Wilson
1
-1
/
+3
2018-04-11
drm/i915: Move a bunch of workaround-related code to its own file
Oscar Mateo
1
-3
/
+0
2018-04-04
drm/i915: Store preemption capability in engine->flags
Chris Wilson
1
-2
/
+16
[next]