Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
de895082f797882b541141ceac9e407eeeb3ceca
/
drivers
/
gpu
/
drm
/
i915
/
intel_lrc.h
5b043f4
drm/i915: Unify legacy/execlists submit_execbuf callbacks
by Chris Wilson
· 8 years ago
ddd66c5
drm/i915: Unify request submission
by Chris Wilson
· 8 years ago
c7fe7d2
drm/i915: Remove obsolete engine->gpu_caches_dirty
by Chris Wilson
· 8 years ago
b5321f3
drm/i915: Unify intel_logical_ring_emit and intel_ring_emit
by Chris Wilson
· 8 years ago
bbdc070a
drm/i915: rename macro parameter(ring) to (engine)
by Dave Gordon
· 8 years ago
406ea8d
drm/i915: Treat ringbuffer writes as write to normal memory
by Chris Wilson
· 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
3c7ba63
drm/i915: Introduce execlist context status change notification
by Zhi Wang
· 8 years ago
bca44d8
drm/i915: Merge legacy+execlists context structs
by Chris Wilson
· 9 years ago
e2efd13
drm/i915: Rename struct intel_context
by Chris Wilson
· 9 years ago
c033666
drm/i915: Store a i915 backpointer from engine, and use it
by Chris Wilson
· 9 years ago
e39d42f
drm/i915: Stop tracking execlists retired requests
by Tvrtko Ursulin
· 9 years ago
978f1e0
drm/i915: Move the magical deferred context allocation into the request
by Chris Wilson
· 9 years ago
7069b14
drm/i915: Replace the pinned context address with its unique ID
by Chris Wilson
· 9 years ago
987046a
drm/i915: Unify intel_ring_begin()
by Chris Wilson
· 9 years ago
e73bdd2
drm/i915: Disentangle i915_drv.h includes
by Chris Wilson
· 9 years ago
7d774ca
drm/i915: Use new i915_gem_object_pin_map for LRC
by Tvrtko Ursulin
· 9 years ago
3756685
drm/i915: Only grab correct forcewake for the engine with execlists
by Tvrtko Ursulin
· 9 years ago
27af5ee
drm/i915: Move execlists irq handler to a bottom half
by Tvrtko Ursulin
· 9 years ago
0bc40be
drm/i915: Rename intel_engine_cs function parameters
by Tvrtko Ursulin
· 9 years ago
e5292823
drm/i915: Make LRC (un)pinning work on context and engine
by Tvrtko Ursulin
· 9 years ago
ca82580
drm/i915: Do not call API requiring struct_mutex where it is not available
by Tvrtko Ursulin
· 9 years ago
5590a5f
drm/i915: Cleanup some of the CSB handling
by Ben Widawsky
· 9 years ago
95a66f7
drm/i915/guc: Expose (intel)_lr_context_size()
by Dave Gordon
· 9 years ago
af3302b
Revert "drm/i915: Extend LRC pinning to cover GPU context writeback"
by Daniel Vetter
· 9 years ago
6d65ba9
drm/i915: Extend LRC pinning to cover GPU context writeback
by Nick Hoath
· 9 years ago
92907cb
Merge tag 'v4.4-rc2' into drm-intel-next-queued
by Daniel Vetter
· 9 years ago
f0f59a0
drm/i915: Type safe register read/write
by Ville Syrjälä
· 9 years ago
f92a916
drm/i915: Add functions to emit register offsets to the ring
by Ville Syrjälä
· 9 years ago
48f87dd
Merge commit '06d1ee32a4d25356a710b49d5e95dbdd68bdf505' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next
by Dave Airlie
· 9 years ago
dfc53c5
drm/i915: Consider HW CSB write pointer before resetting the sw read pointer
by Michel Thierry
· 9 years ago
83843d8
drm/i915: Parametrize LRC registers
by Ville Syrjälä
· 9 years ago
e84fe80
drm/i915: Split alloc from init for lrc
by Nick Hoath
· 9 years ago
d167519
drm/i915: Integrate GuC-based command submission
by Alex Dai
· 9 years ago
919f1f5
drm/i915: Expose one LRC function for GuC submission mode
by Dave Gordon
· 9 years ago
3bbaba0
drm/i915: Added Programming of the MOCS
by Peter Antoine
· 9 years ago
8ba319d
drm/i915: Convert intel_lr_context_pin() for requests
by Mika Kuoppala
· 9 years ago
6922528
drm/i915: Enable resource streamer on Execlists
by Abdiel Janulgue
· 9 years ago
ccd98fe
drm/i915: Add *_ring_begin() to request allocation
by John Harrison
· 9 years ago
4866d72
drm/i915: Update flush_all_caches() to take request structures
by John Harrison
· 9 years ago
5f19e2b
drm/i915: Merged the many do_execbuf() parameters into a structure
by John Harrison
· 9 years ago
40e895c
drm/i915: Set context in request from creation even in legacy mode
by John Harrison
· 9 years ago
6689cb2
drm/i915: Move common request allocation code into a common function
by John Harrison
· 10 years ago
bc0dce3
drm/i915: Make intel_logical_ring_begin() static
by John Harrison
· 10 years ago
8e004ef
drm/i915: Rename 'flags' to 'dispatch_flags' for better code reading
by John Harrison
· 10 years ago
3e5b6f0
drm/i915: Reset logical ring contexts' head and tail during GPU reset
by Thomas Daniel
· 10 years ago
183c990
drm/i915: Make intel_logical_ring_advance_and_submit() static
by Damien Lespiau
· 10 years ago
cef437a
drm/i915: Make intel_lr_context_render_state_init() static
by Damien Lespiau
· 10 years ago
5baa22c5
drm/i915: Introduce bit definitions of CTXT_SR_CTRL register.
by Zhi Wang
· 10 years ago
6d3d827
drm/i915: Subsume intel_ctx_submit_request in to drm_i915_gem_request
by Nick Hoath
· 10 years ago
2107637
drm/i915: Remove FIXME_lrc_ctx backpointer
by Nick Hoath
· 10 years ago
72f95af
drm/i915: Removed duplicate members from submit_request
by Nick Hoath
· 10 years ago
2d12955
drm/i915: execlist request keeps ptr/ref to gem_request
by Nick Hoath
· 10 years ago
3f7531c
drm/i915: Name the lrc irq handler correctly
by Daniel Vetter
· 10 years ago
dcb4c12
drm/i915/bdw: Pin the context backing objects to GGTT on-demand
by Oscar Mateo
· 10 years ago
c86ee3a9
drm/i915/bdw: Clean up execlist queue items in retire_work
by Thomas Daniel
· 10 years ago
564ddb2
drm/i915/bdw: Render state init for Execlists
by Oscar Mateo
· 10 years ago
73e4d07
drm/i915/bdw: Document Logical Rings, LR contexts and Execlists
by Oscar Mateo
· 10 years ago
4ba70e4
drm/i915/bdw: Display execlists info in debugfs
by Oscar Mateo
· 10 years ago
e1fee72
drm/i915/bdw: Avoid non-lite-restore preemptions
by Oscar Mateo
· 10 years ago
e981e7b
drm/i915/bdw: Handle context switch events
by Thomas Daniel
· 10 years ago
acdd884
drm/i915/bdw: Two-stage execlist submit process
by Michel Thierry
· 10 years ago
84b790f
drm/i915/bdw: Implement context switching (somewhat)
by Ben Widawsky
· 10 years ago
48e29f5
drm/i915/bdw: Emission of requests with logical rings
by Oscar Mateo
· 10 years ago
82e104c
drm/i915/bdw: New logical ring submission mechanism
by Oscar Mateo
· 10 years ago
454afeb
drm/i915/bdw: Skeleton for the new logical rings submission path
by Oscar Mateo
· 10 years ago
ede7d42
drm/i915/bdw: Initialization for Logical Ring Contexts
by Oscar Mateo
· 10 years ago
127f100
drm/i915/bdw: Macro for LRCs and module option for Execlists
by Oscar Mateo
· 10 years ago
b20385f
drm/i915/bdw: New source and header file for LRs, LRCs and Execlists
by Oscar Mateo
· 10 years ago