index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_lrc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm
Chris Wilson
2016-07-05
1
-7
/
+7
*
drm/i915: Mass convert dev->dev_private to to_i915(dev)
Chris Wilson
2016-07-04
1
-2
/
+2
*
drm/i915: Remove stop-rings debugfs interface
Chris Wilson
2016-07-04
1
-3
/
+0
*
drm/i915: Move the get/put irq locking into the caller
Chris Wilson
2016-07-01
1
-26
/
+8
*
drm/i915: Refactor scratch object allocation for gen2 w/a buffer
Chris Wilson
2016-07-01
1
-1
/
+1
*
drm/i915: Use HWS for seqno tracking everywhere
Chris Wilson
2016-07-01
1
-24
/
+2
*
drm/i915: Slaughter the thundering i915_wait_request herd
Chris Wilson
2016-07-01
1
-1
/
+6
*
drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()
Chris Wilson
2016-06-30
1
-1
/
+4
*
drm/i915: Small compaction of the engine init code
Tvrtko Ursulin
2016-06-24
1
-139
/
+114
*
drm/i915: Support LRC context single submission
Zhi Wang
2016-06-17
1
-0
/
+14
*
drm/i915: Introduce execlist context status change notification
Zhi Wang
2016-06-17
1
-0
/
+22
*
drm/i915: Make addressing mode bits in context descriptor configurable
Zhi Wang
2016-06-17
1
-13
/
+2
*
drm/i915: Make ring buffer size of a LRC context configurable
Zhi Wang
2016-06-17
1
-1
/
+1
*
drm/i915/kbl: Add WaClearSlmSpaceAtContextSwitch
Mika Kuoppala
2016-06-08
1
-0
/
+16
*
drm/i915/kbl: Add WaForGAMHang
Mika Kuoppala
2016-06-08
1
-2
/
+34
*
drm/i915/kbl: Add WaDisableLSQCROPERFforOCL
Mika Kuoppala
2016-06-08
1
-2
/
+3
*
drm/i915: Fix a buch of kerneldoc warnings
Tvrtko Ursulin
2016-06-06
1
-13
/
+7
*
drm/i915: Revert async unpin and nonblocking atomic commit
Daniel Vetter
2016-05-25
1
-1
/
+3
*
drm/i915: Merge legacy+execlists context structs
Chris Wilson
2016-05-24
1
-26
/
+0
*
drm/i915: Name the inner most per-engine intel_context struct
Chris Wilson
2016-05-24
1
-46
/
+44
*
drm/i915: Rename struct intel_context
Chris Wilson
2016-05-24
1
-11
/
+11
*
drm/i915/guc: pass request (not client) to i915_guc_{wq_check_space, submit}()
Dave Gordon
2016-05-23
1
-6
/
+3
*
drm/i915: Remove use_mmio_flip kernel parameter.
Maarten Lankhorst
2016-05-19
1
-3
/
+1
*
drm/i915: Store a i915 backpointer from engine, and use it
Chris Wilson
2016-05-09
1
-75
/
+64
*
drm/i915/execlists: Refactor common engine setup
Chris Wilson
2016-05-09
1
-83
/
+93
*
drm/i915: Fix ordering of sanitize ppgtt and sanitize execlists
Chris Wilson
2016-04-29
1
-2
/
+0
*
drm/i915: Apply strongly ordered RCS breadcrumb to gen8/legacy
Chris Wilson
2016-04-29
1
-7
/
+3
*
drm/i915: Trim the flush for the execlists request emission
Chris Wilson
2016-04-29
1
-2
/
+5
*
drm/i915: Stop tracking execlists retired requests
Tvrtko Ursulin
2016-04-28
1
-25
/
+14
*
drm/i915: Store LRC hardware id in the request
Tvrtko Ursulin
2016-04-28
1
-1
/
+2
*
drm/i915: Track the previous pinned context inside the request
Chris Wilson
2016-04-28
1
-6
/
+8
*
drm/i915: Move the magical deferred context allocation into the request
Chris Wilson
2016-04-28
1
-6
/
+13
*
drm/i915: Refactor execlists default context pinning
Chris Wilson
2016-04-28
1
-89
/
+61
*
drm/i915: Replace the pinned context address with its unique ID
Chris Wilson
2016-04-28
1
-30
/
+9
*
drm/i915: Update execlists context descriptor format commentary
Chris Wilson
2016-04-28
1
-5
/
+6
*
drm/i915: Preallocate enough space for the average request
Chris Wilson
2016-04-28
1
-0
/
+7
*
drm/i915: Manually unwind after a failed request allocation
Chris Wilson
2016-04-28
1
-2
/
+14
*
drm/i915: Remove the identical implementations of request space reservation
Chris Wilson
2016-04-28
1
-15
/
+0
*
drm/i915: Unify intel_ring_begin()
Chris Wilson
2016-04-28
1
-137
/
+9
*
drm/i915: Propagate error from drm_gem_object_init()
Chris Wilson
2016-04-28
1
-4
/
+6
*
drm/i915: rename i915_gem_alloc_object() to i915_gem_object_create()
Dave Gordon
2016-04-25
1
-2
/
+2
*
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
[next]