Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
2335986dd46f4fdfd11d613b68f4879c92726b47
/
drivers
/
gpu
/
drm
/
i915
/
intel_lrc.c
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
7c17d37
drm/i915: Use ordered seqno write interrupt generation on gen8+ execlists
by Chris Wilson
· 9 years ago
e28e404
drm/i915: tidy up a few leftovers
by Dave Gordon
· 9 years ago
ed54c1a
drm/i915: abolish separate per-ring default_context pointers
by Dave Gordon
· 9 years ago
2682708
drm/i915: simplify allocation of driver-internal requests
by Dave Gordon
· 9 years ago
82352e9
drm/i915: Cache LRC state page in the context
by Tvrtko Ursulin
· 9 years ago
0eb973d
drm/i915: Cache ringbuffer GTT VMA
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
965fd60
drm/i915: Make sure DC writes are coherent on flush.
by Francisco Jerez
· 9 years ago
ec8a977
drm/i915: Fix bsd2 ring name
by Tvrtko Ursulin
· 9 years ago
d9f3af9
drm/i915: Compact logical ring interrupt initialization
by Tvrtko Ursulin
· 9 years ago
c9cacf9
drm/i915: Extract vfunc setup from logical ring initializers
by Tvrtko Ursulin
· 9 years ago
7eb08a2
drm/i915/bdw+: Replace list_del+list_add_tail with list_move_tail
by Tvrtko Ursulin
· 9 years ago
cd7feaa
drm/i915: Don't warn if the workaround list is empty part 2.
by Boyer, Wayne
· 9 years ago
91a4103
drm/i915: Extract CSB status read
by Ben Widawsky
· 9 years ago
f764a8b
drm/i915: Change WARN to ERROR in CSB count
by Ben Widawsky
· 9 years ago
5590a5f
drm/i915: Cleanup some of the CSB handling
by Ben Widawsky
· 9 years ago
c5d46ee
drm/i915: add kerneldoc for intel_lr_context_size()
by Dave Gordon
· 9 years ago
95a66f7
drm/i915/guc: Expose (intel)_lr_context_size()
by Dave Gordon
· 9 years ago
a7e0219
drm/i915/guc: Move GuC wq_check_space to alloc_request_extras
by Alex Dai
· 9 years ago
eba5119
drm/i915: Fix whitespace (trivial)
by Ben Widawsky
· 9 years ago
1a5a9ce
drm/i915: Limit VF cache invalidate workaround usage to gen9
by Ben Widawsky
· 9 years ago
033908a
drm/i915: mark GEM object pages dirty when mapped & written by the CPU
by Dave Gordon
· 9 years ago
b0366a5
drm/i915: intel_ring_initialized() must be simple and inline
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
fb1a211
Revert "drm/i915: Initialize HWS page address after GPU reset"
by Arun Siluvery
· 9 years ago
f0f59a0
drm/i915: Type safe register read/write
by Ville Syrjälä
· 9 years ago
0d925ea
drm/i915: Wrap context LRI init in a macro
by Ville Syrjälä
· 9 years ago
35dc3f9
drm/i915: Give names to more ring registers
by Ville Syrjälä
· 9 years ago
9244a81
drm/i915: Wrap ASSIGN_CTX_{PDP,PM4L} in do {} while(0)
by Ville Syrjälä
· 9 years ago
8f40db7
drm/i915: Add wa_ctx_emit_reg()
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
3e82806
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 9 years ago
cbdc12a
drm/i915: make A0 wa's applied to A1
by Tim Gore
· 9 years ago
608c1a5
drm/i915: Recover all available ringbuffer space following reset
by Chris Wilson
· 9 years ago
e87a005
drm/i915: add helpers for platform specific revision id range checks
by Jani Nikula
· 9 years ago
fffda3f
drm/i915/bxt: add revision id for A1 stepping and use it
by Jani Nikula
· 9 years ago
2dd3a88
Merge tag 'drm-intel-next-2015-10-10' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 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
40a2448
drm/i915: Flush pipecontrol post-sync writes
by Chris Wilson
· 9 years ago
2f5945b
drm/i915: Kill DRI1 cliprects
by Chris Wilson
· 9 years ago
dfc53c5
drm/i915: Consider HW CSB write pointer before resetting the sw read pointer
by Michel Thierry
· 9 years ago
cd1736a
drm/i915: Remove extraneous request cancel.
by Nick Hoath
· 9 years ago
83843d8
drm/i915: Parametrize LRC registers
by Ville Syrjälä
· 9 years ago
604ef73
drm/i915: fix handling gen8_emit_flush_coherentl3_wa result
by Andrzej Hajda
· 9 years ago
Next »