Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
f4ea6bddb9988e7aa6f50732c75739e8cd7c2582
/
drivers
/
gpu
/
drm
/
i915
/
intel_lrc.c
f4ea6bd
drm/i915/lrc: Update function names to match request flow
by Chris Wilson
· 8 years ago
ddd66c5
drm/i915: Unify request submission
by Chris Wilson
· 8 years ago
8f94201
drm/i915: Move the modulus for ring emission to the register write
by Chris Wilson
· 8 years ago
803688b
drm/i915: Unify legacy/execlists emission of MI_BATCHBUFFER_START
by Chris Wilson
· 8 years ago
8e63717
drm/i915: Simplify request_alloc by returning the allocated request
by Chris Wilson
· 8 years ago
7c9cf4e
drm/i915: Reduce engine->emit_flush() to a single mode parameter
by Chris Wilson
· 8 years ago
c7fe7d2
drm/i915: Remove obsolete engine->gpu_caches_dirty
by Chris Wilson
· 8 years ago
aad29fb
drm/i915: Rename intel_pin_and_map_ring()
by Chris Wilson
· 8 years ago
7e37f88
drm/i915: Rename struct intel_ringbuffer to struct intel_ring
by Chris Wilson
· 8 years ago
dca33ec
drm/i915: Rename intel_context[engine].ringbuf
by Chris Wilson
· 8 years ago
1dae2df
drm/i915: Rename request->ringbuf to request->ring
by Chris Wilson
· 8 years ago
b5321f3
drm/i915: Unify intel_logical_ring_emit and intel_ring_emit
by Chris Wilson
· 8 years ago
33a051a
drm/i915/cmdparser: Remove stray intel_engine_cs *ring
by Chris Wilson
· 8 years ago
873e817
drm/i915/gen9: Add WaDisableGatherAtSetShaderCommonSlice
by Mika Kuoppala
· 8 years ago
f8c417c
drm/i915: Rename drm_gem_object_unreference in preparation for lockless free
by Chris Wilson
· 8 years ago
9a6feaf
drm/i915: Rename i915_gem_context_reference/unreference()
by Chris Wilson
· 8 years ago
e8a261e
drm/i915: Rename request reference/unreference to get/put
by Chris Wilson
· 8 years ago
0476965
drm/i915: Derive GEM requests from dma-fence
by Chris Wilson
· 8 years ago
6e5248b
drm/i915: Clean up kerneldoc for intel_lrc.c
by Daniel Vetter
· 8 years ago
019bf27
drm/i915: Pull out some more common engine init code
by Tvrtko Ursulin
· 8 years ago
88d2ba2
drm/i915: Move common engine setup into intel_engine_cs.c
by Tvrtko Ursulin
· 8 years ago
8b3e2d3
drm/i915: Unify engine init loop
by Tvrtko Ursulin
· 8 years ago
bb45438
drm/i915: Prepare for engine init unification
by Tvrtko Ursulin
· 8 years ago
c2c7f24
drm/i915: unify first-stage engine struct setup
by Dave Gordon
· 8 years ago
3485d99
drm/i915:gen9: implement WaMediaPoolStateCmdInWABB
by Tim Gore
· 8 years ago
91c8a32
drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm
by Chris Wilson
· 8 years ago
fac5e23
drm/i915: Mass convert dev->dev_private to to_i915(dev)
by Chris Wilson
· 8 years ago
7b4d3a1
drm/i915: Remove stop-rings debugfs interface
by Chris Wilson
· 8 years ago
31bb59c
drm/i915: Move the get/put irq locking into the caller
by Chris Wilson
· 8 years ago
7d5ea80
drm/i915: Refactor scratch object allocation for gen2 w/a buffer
by Chris Wilson
· 8 years ago
1b7744e
drm/i915: Use HWS for seqno tracking everywhere
by Chris Wilson
· 8 years ago
688e6c7
drm/i915: Slaughter the thundering i915_wait_request herd
by Chris Wilson
· 8 years ago
3e7941a
drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()
by Chris Wilson
· 8 years ago
a19d6ff
drm/i915: Small compaction of the engine init code
by Tvrtko Ursulin
· 8 years ago
80a9a8d
drm/i915: Support LRC context single submission
by Zhi Wang
· 8 years ago
3c7ba63
drm/i915: Introduce execlist context status change notification
by Zhi Wang
· 8 years ago
c01fc53
drm/i915: Make addressing mode bits in context descriptor configurable
by Zhi Wang
· 8 years ago
bcd794c
drm/i915: Make ring buffer size of a LRC context configurable
by Zhi Wang
· 8 years ago
066d462
drm/i915/kbl: Add WaClearSlmSpaceAtContextSwitch
by Mika Kuoppala
· 8 years ago
0b2d093
drm/i915/kbl: Add WaForGAMHang
by Mika Kuoppala
· 8 years ago
fe90581
drm/i915/kbl: Add WaDisableLSQCROPERFforOCL
by Mika Kuoppala
· 8 years ago
14bb2c1
drm/i915: Fix a buch of kerneldoc warnings
by Tvrtko Ursulin
· 8 years ago
5a21b66
drm/i915: Revert async unpin and nonblocking atomic commit
by Daniel Vetter
· 9 years ago
bca44d8
drm/i915: Merge legacy+execlists context structs
by Chris Wilson
· 9 years ago
9021ad0
drm/i915: Name the inner most per-engine intel_context struct
by Chris Wilson
· 9 years ago
e2efd13
drm/i915: Rename struct intel_context
by Chris Wilson
· 9 years ago
7c2c270
drm/i915/guc: pass request (not client) to i915_guc_{wq_check_space, submit}()
by Dave Gordon
· 9 years ago
b8d2afa
drm/i915: Remove use_mmio_flip kernel parameter.
by Maarten Lankhorst
· 9 years ago
c033666
drm/i915: Store a i915 backpointer from engine, and use it
by Chris Wilson
· 9 years ago
e1382ef
drm/i915/execlists: Refactor common engine setup
by Chris Wilson
· 9 years ago
0e4ca10
drm/i915: Fix ordering of sanitize ppgtt and sanitize execlists
by Chris Wilson
· 9 years ago
a58c01a
drm/i915: Apply strongly ordered RCS breadcrumb to gen8/legacy
by Chris Wilson
· 9 years ago
0e93cdd
drm/i915: Trim the flush for the execlists request emission
by Chris Wilson
· 9 years ago
e39d42f
drm/i915: Stop tracking execlists retired requests
by Tvrtko Ursulin
· 9 years ago
a3d1276
drm/i915: Store LRC hardware id in the request
by Tvrtko Ursulin
· 9 years ago
a16a405
drm/i915: Track the previous pinned context inside the request
by Chris Wilson
· 9 years ago
978f1e0
drm/i915: Move the magical deferred context allocation into the request
by Chris Wilson
· 9 years ago
24f1d3c
drm/i915: Refactor execlists default context pinning
by Chris Wilson
· 9 years ago
7069b14
drm/i915: Replace the pinned context address with its unique ID
by Chris Wilson
· 9 years ago
ef87bba
drm/i915: Update execlists context descriptor format commentary
by Chris Wilson
· 9 years ago
6310346
drm/i915: Preallocate enough space for the average request
by Chris Wilson
· 9 years ago
bfa0120
drm/i915: Manually unwind after a failed request allocation
by Chris Wilson
· 9 years ago
0251a96
drm/i915: Remove the identical implementations of request space reservation
by Chris Wilson
· 9 years ago
987046a
drm/i915: Unify intel_ring_begin()
by Chris Wilson
· 9 years ago
fe3db79
drm/i915: Propagate error from drm_gem_object_init()
by Chris Wilson
· 9 years ago
d37cd8a
drm/i915: rename i915_gem_alloc_object() to i915_gem_object_create()
by Dave Gordon
· 9 years ago
791bee1
drm/i915: Remove a couple pointless WARN_ONs
by Tvrtko Ursulin
· 9 years ago
0ccdacf
drm/i915/mocs: Program MOCS for all engines on init
by Peter Antoine
· 9 years ago
aa9b781
drm/i915: Late request cancellations are harmful
by Chris Wilson
· 9 years ago
f4457ae
drm/i915: Prevent leaking of -EIO from i915_wait_request()
by Chris Wilson
· 9 years ago
299259a
drm/i915: Store the reset counter when constructing a request
by Chris Wilson
· 9 years ago
c19ae98
drm/i915: Hide the atomic_read(reset_counter) behind a helper
by Chris Wilson
· 9 years ago
ce81a65
drm/i915: Adjust size of PIPE_CONTROL used for gen8 render seqno write
by Michał Winiarski
· 9 years ago
7d774ca
drm/i915: Use new i915_gem_object_pin_map for LRC
by Tvrtko Ursulin
· 9 years ago
04794ad
drm/i915: Split execlists hardware status page initialisation from setup
by Tvrtko Ursulin
· 9 years ago
3756685
drm/i915: Only grab correct forcewake for the engine with execlists
by Tvrtko Ursulin
· 9 years ago
b1e429f
drm/i915: implement WaClearTdlStateAckDirtyBits
by Tim Gore
· 9 years ago
c04e0f3
drm/i915: Separate out the seqno-barrier from engine->get_seqno
by Chris Wilson
· 9 years ago
782f6bc
drm/i915: Fixup the free space logic in ring_prepare
by Akash Goel
· 9 years ago
27af5ee
drm/i915: Move execlists irq handler to a bottom half
by Tvrtko Ursulin
· 9 years ago
b4ac5af
drm/i915: replace for_each_engine()
by Dave Gordon
· 9 years ago
fc0768c
drm/i915/tdr: Initialize hangcheck struct for each engine
by Tomas Elf
· 9 years ago
26720ab
drm/i915: Move CSB MMIO reads out of the execlists lock
by Tvrtko Ursulin
· 9 years ago
39dabec
drm/i915: Use shorter route to dev_private where possible
by Tvrtko Ursulin
· 9 years ago
117897f
drm/i915: More renaming of rings to engines
by Tvrtko Ursulin
· 9 years ago
666796d
drm/i915: More intel_engine_cs renaming
by Tvrtko Ursulin
· 9 years ago
4a570db
drm/i915: Rename intel_engine_cs struct members
by Tvrtko Ursulin
· 9 years ago
0bc40be
drm/i915: Rename intel_engine_cs function parameters
by Tvrtko Ursulin
· 9 years ago
e2f8039
drm/i915: Rename local struct intel_engine_cs variables
by Tvrtko Ursulin
· 9 years ago
8de1b23
drm/i915/lrc: Do not wait atomically when stopping engines
by Tvrtko Ursulin
· 9 years ago
c6a2ac7
drm/i915: Execlists small cleanups and micro-optimisations
by Tvrtko Ursulin
· 9 years ago
2743179
drm/i915: Execlists cannot pin a context without the object
by Chris Wilson
· 9 years ago
99cf8ea
drm/i915/lrc: Only set RS ctx enable in ctx control reg if there is a RS
by Michel Thierry
· 9 years ago
7156291
drm/i915/gen9: Set value of Indirect Context Offset based on gen version
by Michel Thierry
· 9 years ago
f4e2dec
drm/i915: Fix premature LRC unpin in GuC mode
by Tvrtko Ursulin
· 9 years ago
321fe30
drm/i915: Make LRC pinning own a reference to the context
by Tvrtko Ursulin
· 9 years ago
e5292823
drm/i915: Make LRC (un)pinning work on context and engine
by Tvrtko Ursulin
· 9 years ago
397097b
drm/i915/guc: Decouple GuC engine id from ring id
by Alex Dai
· 9 years ago
77b04a0
drm/i915: More use of the cached LRC state
by Tvrtko Ursulin
· 9 years ago
426960b
drm/i915: Seal busy-ioctl uABI and prevent leaking of internal ids
by Chris Wilson
· 9 years ago
Next »