index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
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: Unify intel_ring_begin()
Chris Wilson
2016-05-23
1
-137
/
+9
*
drm/i915: Remove a couple pointless WARN_ONs
Tvrtko Ursulin
2016-04-20
1
-2
/
+0
*
drm/i915/mocs: Program MOCS for all engines on init
Peter Antoine
2016-04-14
1
-1
/
+1
*
drm/i915: Late request cancellations are harmful
Chris Wilson
2016-04-14
1
-3
/
+1
*
drm/i915: Prevent leaking of -EIO from i915_wait_request()
Chris Wilson
2016-04-14
1
-1
/
+1
*
drm/i915: Store the reset counter when constructing a request
Chris Wilson
2016-04-14
1
-7
/
+0
*
drm/i915: Hide the atomic_read(reset_counter) behind a helper
Chris Wilson
2016-04-14
1
-1
/
+1
*
drm/i915: Adjust size of PIPE_CONTROL used for gen8 render seqno write
Michał Winiarski
2016-04-13
1
-2
/
+8
*
drm/i915: Use new i915_gem_object_pin_map for LRC
Tvrtko Ursulin
2016-04-13
1
-36
/
+46
*
drm/i915: Split execlists hardware status page initialisation from setup
Tvrtko Ursulin
2016-04-13
1
-23
/
+27
*
drm/i915: Only grab correct forcewake for the engine with execlists
Tvrtko Ursulin
2016-04-12
1
-5
/
+22
*
drm/i915: implement WaClearTdlStateAckDirtyBits
Tim Gore
2016-04-11
1
-0
/
+19
*
drm/i915: Separate out the seqno-barrier from engine->get_seqno
Chris Wilson
2016-04-09
1
-13
/
+6
*
drm/i915: Fixup the free space logic in ring_prepare
Akash Goel
2016-04-09
1
-3
/
+3
*
drm/i915: Move execlists irq handler to a bottom half
Tvrtko Ursulin
2016-04-04
1
-14
/
+22
*
drm/i915: replace for_each_engine()
Dave Gordon
2016-03-24
1
-2
/
+1
*
drm/i915/tdr: Initialize hangcheck struct for each engine
Tomas Elf
2016-03-22
1
-1
/
+1
*
drm/i915: Move CSB MMIO reads out of the execlists lock
Tvrtko Ursulin
2016-03-18
1
-39
/
+40
*
drm/i915: Use shorter route to dev_private where possible
Tvrtko Ursulin
2016-03-18
1
-1
/
+1
*
drm/i915: More renaming of rings to engines
Tvrtko Ursulin
2016-03-16
1
-4
/
+4
*
drm/i915: More intel_engine_cs renaming
Tvrtko Ursulin
2016-03-16
1
-6
/
+6
*
drm/i915: Rename intel_engine_cs struct members
Tvrtko Ursulin
2016-03-16
1
-38
/
+38
*
drm/i915: Rename intel_engine_cs function parameters
Tvrtko Ursulin
2016-03-16
1
-268
/
+298
*
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
[next]