index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_lrc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-17
drm/i915: Support LRC context single submission
Zhi Wang
1
-0
/
+14
2016-06-17
drm/i915: Introduce execlist context status change notification
Zhi Wang
1
-0
/
+22
2016-06-17
drm/i915: Make addressing mode bits in context descriptor configurable
Zhi Wang
1
-13
/
+2
2016-06-17
drm/i915: Make ring buffer size of a LRC context configurable
Zhi Wang
1
-1
/
+1
2016-06-08
drm/i915/kbl: Add WaClearSlmSpaceAtContextSwitch
Mika Kuoppala
1
-0
/
+16
2016-06-08
drm/i915/kbl: Add WaForGAMHang
Mika Kuoppala
1
-2
/
+34
2016-06-08
drm/i915/kbl: Add WaDisableLSQCROPERFforOCL
Mika Kuoppala
1
-2
/
+3
2016-06-06
drm/i915: Fix a buch of kerneldoc warnings
Tvrtko Ursulin
1
-13
/
+7
2016-05-25
drm/i915: Revert async unpin and nonblocking atomic commit
Daniel Vetter
1
-1
/
+3
2016-05-24
drm/i915: Merge legacy+execlists context structs
Chris Wilson
1
-26
/
+0
2016-05-24
drm/i915: Name the inner most per-engine intel_context struct
Chris Wilson
1
-46
/
+44
2016-05-24
drm/i915: Rename struct intel_context
Chris Wilson
1
-11
/
+11
2016-05-23
drm/i915/guc: pass request (not client) to i915_guc_{wq_check_space, submit}()
Dave Gordon
1
-6
/
+3
2016-05-19
drm/i915: Remove use_mmio_flip kernel parameter.
Maarten Lankhorst
1
-3
/
+1
2016-05-09
drm/i915: Store a i915 backpointer from engine, and use it
Chris Wilson
1
-75
/
+64
2016-05-09
drm/i915/execlists: Refactor common engine setup
Chris Wilson
1
-83
/
+93
2016-04-29
drm/i915: Fix ordering of sanitize ppgtt and sanitize execlists
Chris Wilson
1
-2
/
+0
2016-04-29
drm/i915: Apply strongly ordered RCS breadcrumb to gen8/legacy
Chris Wilson
1
-7
/
+3
2016-04-29
drm/i915: Trim the flush for the execlists request emission
Chris Wilson
1
-2
/
+5
2016-04-28
drm/i915: Stop tracking execlists retired requests
Tvrtko Ursulin
1
-25
/
+14
2016-04-28
drm/i915: Store LRC hardware id in the request
Tvrtko Ursulin
1
-1
/
+2
2016-04-28
drm/i915: Track the previous pinned context inside the request
Chris Wilson
1
-6
/
+8
2016-04-28
drm/i915: Move the magical deferred context allocation into the request
Chris Wilson
1
-6
/
+13
2016-04-28
drm/i915: Refactor execlists default context pinning
Chris Wilson
1
-89
/
+61
2016-04-28
drm/i915: Replace the pinned context address with its unique ID
Chris Wilson
1
-30
/
+9
2016-04-28
drm/i915: Update execlists context descriptor format commentary
Chris Wilson
1
-5
/
+6
2016-04-28
drm/i915: Preallocate enough space for the average request
Chris Wilson
1
-0
/
+7
2016-04-28
drm/i915: Manually unwind after a failed request allocation
Chris Wilson
1
-2
/
+14
2016-04-28
drm/i915: Remove the identical implementations of request space reservation
Chris Wilson
1
-15
/
+0
2016-04-28
drm/i915: Unify intel_ring_begin()
Chris Wilson
1
-137
/
+9
2016-04-28
drm/i915: Propagate error from drm_gem_object_init()
Chris Wilson
1
-4
/
+6
2016-04-25
drm/i915: rename i915_gem_alloc_object() to i915_gem_object_create()
Dave Gordon
1
-2
/
+2
2016-04-20
drm/i915: Remove a couple pointless WARN_ONs
Tvrtko Ursulin
1
-2
/
+0
2016-04-14
drm/i915/mocs: Program MOCS for all engines on init
Peter Antoine
1
-1
/
+1
2016-04-14
drm/i915: Late request cancellations are harmful
Chris Wilson
1
-3
/
+1
2016-04-14
drm/i915: Prevent leaking of -EIO from i915_wait_request()
Chris Wilson
1
-1
/
+1
2016-04-14
drm/i915: Store the reset counter when constructing a request
Chris Wilson
1
-7
/
+0
2016-04-14
drm/i915: Hide the atomic_read(reset_counter) behind a helper
Chris Wilson
1
-1
/
+1
2016-04-13
drm/i915: Adjust size of PIPE_CONTROL used for gen8 render seqno write
MichaĆ Winiarski
1
-2
/
+8
2016-04-13
drm/i915: Use new i915_gem_object_pin_map for LRC
Tvrtko Ursulin
1
-36
/
+46
2016-04-13
drm/i915: Split execlists hardware status page initialisation from setup
Tvrtko Ursulin
1
-23
/
+27
2016-04-12
drm/i915: Only grab correct forcewake for the engine with execlists
Tvrtko Ursulin
1
-5
/
+22
2016-04-11
drm/i915: implement WaClearTdlStateAckDirtyBits
Tim Gore
1
-0
/
+19
2016-04-09
drm/i915: Separate out the seqno-barrier from engine->get_seqno
Chris Wilson
1
-13
/
+6
2016-04-09
drm/i915: Fixup the free space logic in ring_prepare
Akash Goel
1
-3
/
+3
2016-04-04
drm/i915: Move execlists irq handler to a bottom half
Tvrtko Ursulin
1
-14
/
+22
2016-03-24
drm/i915: replace for_each_engine()
Dave Gordon
1
-2
/
+1
2016-03-22
drm/i915/tdr: Initialize hangcheck struct for each engine
Tomas Elf
1
-1
/
+1
2016-03-18
drm/i915: Move CSB MMIO reads out of the execlists lock
Tvrtko Ursulin
1
-39
/
+40
2016-03-18
drm/i915: Use shorter route to dev_private where possible
Tvrtko Ursulin
1
-1
/
+1
[next]