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_lrc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Rename local struct intel_engine_cs variables
Tvrtko Ursulin
2016-03-16
1
-107
/
+109
*
drm/i915/lrc: Do not wait atomically when stopping engines
Tvrtko Ursulin
2016-03-03
1
-1
/
+1
*
drm/i915: Execlists small cleanups and micro-optimisations
Tvrtko Ursulin
2016-03-01
1
-102
/
+112
*
drm/i915: Execlists cannot pin a context without the object
Chris Wilson
2016-02-26
1
-4
/
+0
*
drm/i915/lrc: Only set RS ctx enable in ctx control reg if there is a RS
Michel Thierry
2016-02-26
1
-1
/
+2
*
drm/i915/gen9: Set value of Indirect Context Offset based on gen version
Michel Thierry
2016-02-26
1
-2
/
+24
*
drm/i915: Fix premature LRC unpin in GuC mode
Tvrtko Ursulin
2016-01-28
1
-2
/
+14
*
drm/i915: Make LRC pinning own a reference to the context
Tvrtko Ursulin
2016-01-28
1
-0
/
+4
*
drm/i915: Make LRC (un)pinning work on context and engine
Tvrtko Ursulin
2016-01-28
1
-24
/
+25
*
drm/i915/guc: Decouple GuC engine id from ring id
Alex Dai
2016-01-25
1
-0
/
+5
*
drm/i915: More use of the cached LRC state
Tvrtko Ursulin
2016-01-25
1
-2
/
+4
*
drm/i915: Seal busy-ioctl uABI and prevent leaking of internal ids
Chris Wilson
2016-01-21
1
-0
/
+5
*
drm/i915: Use ordered seqno write interrupt generation on gen8+ execlists
Chris Wilson
2016-01-21
1
-28
/
+61
*
drm/i915: tidy up a few leftovers
Dave Gordon
2016-01-21
1
-21
/
+17
*
drm/i915: abolish separate per-ring default_context pointers
Dave Gordon
2016-01-21
1
-8
/
+9
*
drm/i915: simplify allocation of driver-internal requests
Dave Gordon
2016-01-21
1
-5
/
+4
*
drm/i915: Cache LRC state page in the context
Tvrtko Ursulin
2016-01-18
1
-18
/
+21
*
drm/i915: Cache ringbuffer GTT VMA
Tvrtko Ursulin
2016-01-18
1
-2
/
+1
*
drm/i915: Do not call API requiring struct_mutex where it is not available
Tvrtko Ursulin
2016-01-18
1
-61
/
+90
*
drm/i915: Make sure DC writes are coherent on flush.
Francisco Jerez
2016-01-15
1
-0
/
+1
*
drm/i915: Fix bsd2 ring name
Tvrtko Ursulin
2016-01-13
1
-1
/
+1
*
drm/i915: Compact logical ring interrupt initialization
Tvrtko Ursulin
2016-01-13
1
-20
/
+13
*
drm/i915: Extract vfunc setup from logical ring initializers
Tvrtko Ursulin
2016-01-13
1
-59
/
+29
*
drm/i915/bdw+: Replace list_del+list_add_tail with list_move_tail
Tvrtko Ursulin
2016-01-12
1
-9
/
+6
*
drm/i915: Don't warn if the workaround list is empty part 2.
Boyer, Wayne
2016-01-08
1
-1
/
+1
*
drm/i915: Extract CSB status read
Ben Widawsky
2016-01-07
1
-3
/
+16
*
drm/i915: Change WARN to ERROR in CSB count
Ben Widawsky
2016-01-07
1
-1
/
+3
*
drm/i915: Cleanup some of the CSB handling
Ben Widawsky
2016-01-07
1
-6
/
+9
*
drm/i915: add kerneldoc for intel_lr_context_size()
Dave Gordon
2016-01-05
1
-0
/
+14
*
drm/i915/guc: Expose (intel)_lr_context_size()
Dave Gordon
2016-01-05
1
-2
/
+2
*
drm/i915/guc: Move GuC wq_check_space to alloc_request_extras
Alex Dai
2016-01-05
1
-0
/
+13
*
drm/i915: Fix whitespace (trivial)
Ben Widawsky
2015-12-30
1
-2
/
+2
*
drm/i915: Limit VF cache invalidate workaround usage to gen9
Ben Widawsky
2015-12-21
1
-8
/
+8
*
drm/i915: mark GEM object pages dirty when mapped & written by the CPU
Dave Gordon
2015-12-11
1
-7
/
+4
*
drm/i915: intel_ring_initialized() must be simple and inline
Dave Gordon
2015-12-10
1
-5
/
+12
*
Revert "drm/i915: Extend LRC pinning to cover GPU context writeback"
Daniel Vetter
2015-12-04
1
-113
/
+23
*
drm/i915: Extend LRC pinning to cover GPU context writeback
Nick Hoath
2015-12-03
1
-23
/
+113
*
Merge tag 'v4.4-rc2' into drm-intel-next-queued
Daniel Vetter
2015-11-23
1
-7
/
+33
|
\
|
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2015-11-10
1
-181
/
+246
|
|
\
|
|
*
Merge tag 'drm-intel-next-2015-10-10' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2015-10-20
1
-15
/
+0
|
|
|
\
|
|
*
\
Merge commit '06d1ee32a4d25356a710b49d5e95dbdd68bdf505' of git://git.kernel.o...
Dave Airlie
2015-10-16
1
-7
/
+32
|
|
|
\
\
|
*
|
|
|
drm/i915: Flush pipecontrol post-sync writes
Chris Wilson
2015-10-13
1
-0
/
+1
|
|
|
/
/
|
|
/
|
|
|
*
|
|
drm/i915: Consider HW CSB write pointer before resetting the sw read pointer
Michel Thierry
2015-09-28
1
-7
/
+32
*
|
|
|
Revert "drm/i915: Initialize HWS page address after GPU reset"
Arun Siluvery
2015-11-19
1
-6
/
+0
*
|
|
|
drm/i915: Type safe register read/write
Ville Syrjälä
2015-11-18
1
-2
/
+2
*
|
|
|
drm/i915: Wrap context LRI init in a macro
Ville Syrjälä
2015-11-18
1
-51
/
+40
*
|
|
|
drm/i915: Give names to more ring registers
Ville Syrjälä
2015-11-18
1
-11
/
+11
*
|
|
|
drm/i915: Wrap ASSIGN_CTX_{PDP,PM4L} in do {} while(0)
Ville Syrjälä
2015-11-18
1
-4
/
+4
*
|
|
|
drm/i915: Add wa_ctx_emit_reg()
Ville Syrjälä
2015-11-18
1
-4
/
+6
*
|
|
|
drm/i915: Add functions to emit register offsets to the ring
Ville Syrjälä
2015-11-18
1
-4
/
+4
[next]