Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
f3cc01f0948c1deb12cfb1da2959f391229c9d4b
/
drivers
/
gpu
/
drm
/
i915
/
intel_lrc.c
f3cc01f
drm/i915: Assign request ringbuf before pin
by Mika Kuoppala
· 10 years ago
05d9824
drm/i915: Convert execlists_update_context() for requests
by Mika Kuoppala
· 10 years ago
d8cb887
drm/i915: Convert execlist_submit_contexts() for requests
by Mika Kuoppala
· 10 years ago
9e00084
drm/i915: Update WaFlushCoherentL3CacheLinesAtContextSwitch
by Arun Siluvery
· 10 years ago
6922528
drm/i915: Enable resource streamer on Execlists
by Abdiel Janulgue
· 10 years ago
79bbcc2
drm/i915: Reserve space improvements
by John Harrison
· 10 years ago
7a01a0a
drm/i915/lrc: Update PDPx registers with lri commands
by Michel Thierry
· 10 years ago
d852c7b
drm/i915/gtt: Introduce i915_page_dir_dma_addr
by Mika Kuoppala
· 10 years ago
0160f05
drm/i915/gen8: Add WaClearSlmSpaceAtContextSwitch workaround
by Arun Siluvery
· 10 years ago
5e60d79
drm/i915: Bail out early if WA batch is not available for given Gen
by Arun Siluvery
· 10 years ago
4d78c8d
drm/i915: Fix warnings reported by 0-day
by Arun Siluvery
· 10 years ago
ae70797
drm/i915: Update a bunch of LRC functions to take requests
by John Harrison
· 10 years ago
9bb1af4
drm/i915: Remove 'faked' request from LRC submission
by John Harrison
· 10 years ago
bccca49
drm/i915: Remove the now obsolete 'outstanding_lazy_request'
by John Harrison
· 10 years ago
ccd98fe
drm/i915: Add *_ring_begin() to request allocation
by John Harrison
· 10 years ago
4d616a2
drm/i915: Update intel_logical_ring_begin() to take a request structure
by John Harrison
· 10 years ago
be795fc
drm/i915: Update ring->emit_bb_start() to take a request structure
by John Harrison
· 10 years ago
c4e7663
drm/i915: Update ring->emit_request() to take a request structure
by John Harrison
· 10 years ago
7deb4d3
drm/i915: Update ring->emit_flush() to take a request structure
by John Harrison
· 10 years ago
4866d72
drm/i915: Update flush_all_caches() to take request structures
by John Harrison
· 10 years ago
e2be4fa
drm/i915: Update workarounds_emit() to take request structures
by John Harrison
· 10 years ago
2f20055
drm/i915: Update a bunch of execbuffer helpers to take request structures
by John Harrison
· 10 years ago
b2af037
drm/i915: Update [vma|object]_move_to_active() to take request structures
by John Harrison
· 10 years ago
7528987
drm/i915: Update add_request() to take a request structure
by John Harrison
· 10 years ago
91af127
drm/i915: Update i915_gem_object_sync() to take a request structure
by John Harrison
· 10 years ago
be01363
drm/i915: Update render_state_init() to take a request structure
by John Harrison
· 10 years ago
8753181
drm/i915: Update init_context() to take a request structure
by John Harrison
· 10 years ago
76c3916
drm/i915: Update deferred context creation to do explicit request management
by John Harrison
· 10 years ago
dc4be6071
drm/i915: Add explicit request management to i915_gem_init_hw()
by John Harrison
· 10 years ago
a3fbe05
drm/i915: Don't tag kernel batches as user batches
by John Harrison
· 10 years ago
5b4a60c
drm/i915: Add flag to i915_add_request() to skip the cache flush
by John Harrison
· 10 years ago
8a8edb5
drm/i915: Update execbuffer_move_to_active() to take a request structure
by John Harrison
· 10 years ago
535fbe8
drm/i915: Update move_to_gpu() to take a request structure
by John Harrison
· 10 years ago
95c2416
drm/i915: Update the dispatch tracepoint to use params->request
by John Harrison
· 10 years ago
217e46b
drm/i915: Update alloc_request to return the allocated request
by John Harrison
· 10 years ago
adeca76
drm/i915: Simplify i915_gem_execbuffer_retire_commands() parameters
by John Harrison
· 10 years ago
5f19e2b
drm/i915: Merged the many do_execbuf() parameters into a structure
by John Harrison
· 10 years ago
40e895c
drm/i915: Set context in request from creation even in legacy mode
by John Harrison
· 10 years ago
bf7dc5b
drm/i915: i915_add_request must not fail
by John Harrison
· 10 years ago
29b1b41
drm/i915: Reserve ring buffer space for i915_add_request() commands
by John Harrison
· 10 years ago
c82435b
drm/i915/gen8: Add WaFlushCoherentL3CacheLinesAtContextSwitch workaround
by Arun Siluvery
· 10 years ago
7ad00d1
drm/i915/gen8: Add WaDisableCtxRestoreArbitration workaround
by Arun Siluvery
· 10 years ago
c4db759
drm/i915/gen8: Re-order init pipe_control in lrc mode
by Arun Siluvery
· 10 years ago
17ee950
drm/i915/gen8: Add infrastructure to initialize WA batch buffers
by Arun Siluvery
· 10 years ago
d63f820
drm/i915: Remove unnecessary null check in execlists_context_unqueue
by Michel Thierry
· 10 years ago
03ade51
drm/i915: Inline check required for object syncing prior to execbuf
by Chris Wilson
· 10 years ago
b471618
drm/i915: Implement inter-engine read-read optimisations
by Chris Wilson
· 10 years ago
779949f
drm/i915: Warn when execlists changes context without IRQs
by Peter Antoine
· 10 years ago
3126a66
drm/i915: checking IS_ERR() instead of NULL
by Dan Carpenter
· 10 years ago
e1dee19
Merge tag 'drm-intel-next-2015-04-23-fixed' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
53292cd
drm/i915: Workaround to avoid lite restore with HEAD==TAIL
by Michel Thierry
· 10 years ago
c5fe557
Merge branch 'topic/bxt-stage1' into drm-intel-next-queued
by Daniel Vetter
· 10 years ago
9647ff3
drm/i915/gen9: fix PIPE_CONTROL flush for VS_INVALIDATE
by Imre Deak
· 10 years ago
a6631bc
drm/i915: Remove unused variable from execlists_context_queue
by Michel Thierry
· 10 years ago
149c86e
drm/i915: Allocate context objects from stolen
by Chris Wilson
· 10 years ago
d7b9ca2
drm/i915: Remove request->uniq
by Chris Wilson
· 10 years ago
a6111f7
drm/i915: Reduce locking in execlist command submission
by Chris Wilson
· 10 years ago
19ee66a
drm/i915: Remove unused variable in intel_lrc.c
by Daniel Vetter
· 10 years ago
595e1ee
drm/i915: Remove vestigal DRI1 ring quiescing code
by Chris Wilson
· 10 years ago
4bb1bed
drm/i915: Use the global runtime-pm wakelock for a busy GPU for execlists
by Chris Wilson
· 10 years ago
b5eba37
drm/i915: Use simpler form of spin_lock_irq(execlist_lock)
by Chris Wilson
· 10 years ago
d7b2633
drm/i915/gen8: Dynamic page table allocations
by Michel Thierry
· 10 years ago
e5815a2
drm/i915/gen8: Split out mappings
by Michel Thierry
· 10 years ago
06fbca7
drm/i915: Split the batch pool by engine
by Chris Wilson
· 10 years ago
51847fb
drm/i915: Do not set L3-LLC Coherency bit in ctx descriptor
by Arun Siluvery
· 10 years ago
dbe4646
drm/i915: Fix for ringbuf space wait in LRC mode
by John Harrison
· 10 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
a8c6ecb
Merge tag 'v4.0-rc3' into drm-next
by Dave Airlie
· 10 years ago
8dd0eb3
Merge tag 'drm-intel-next-2015-02-27' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
7547af9
Merge tag 'drm-intel-next-2015-02-14' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
98e1bd4
drm/i915: Cache ringbuf pointer in request structure
by John Harrison
· 10 years ago
5e4be7b
drm/i915: Add missing trace point to LRC execbuff code path
by John Harrison
· 10 years ago
8e004ef
drm/i915: Rename 'flags' to 'dispatch_flags' for better code reading
by John Harrison
· 10 years ago
06fda60
drm/i915: Create page table allocators
by Ben Widawsky
· 10 years ago
7324cc0
drm/i915: Complete page table structures
by Ben Widawsky
· 10 years ago
b3a3899
drm/i915: Fix a use after free, and unbalanced refcounting
by Nick Hoath
· 10 years ago
3e5b6f0
drm/i915: Reset logical ring contexts' head and tail during GPU reset
by Thomas Daniel
· 10 years ago
0cea650
drm/i915: Request full SSEU enablement on Gen9
by Jeff McGee
· 10 years ago
82ef822
drm/i915/skl: Provide a gen9 specific init_render_ring()
by Damien Lespiau
· 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
203a571
drm/i915: gen 9 h/w w/a (WaEnableForceRestoreInCtxtDescForVCS)
by Nick Hoath
· 10 years ago
f0a1fb1
drm/i915: Insert a command barrier on BLT/BSD cache flushes
by Chris Wilson
· 10 years ago
f821079
drm/i915: Fix a use-after-free in intel_execlists_retire_requests
by Nick Hoath
· 10 years ago
a7cbede
drm/i915: Rename unpin_count to pin_count
by Mika Kuoppala
· 10 years ago
1197b4f
drm/i915: Balance context pinning on reset cleanup
by Mika Kuoppala
· 10 years ago
59bad94
drm/i915: Rename the forcewake get/put functions
by Mika Kuoppala
· 10 years ago
6daccb0
drm/i915: Assert that runtime pm is active on user fw access
by Chris Wilson
· 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
c0a03a2
drm/i915: Reset CSB read pointer in ring init
by Thomas Daniel
· 10 years ago
e6c1abb
drm/i915: Warn about missing context state workarounds only once
by Michel Thierry
· 10 years ago
27401d1
drm/i915/bdw: Enable execlists by default where supported
by Thomas Daniel
· 10 years ago
3f7531c
drm/i915: Name the lrc irq handler correctly
by Daniel Vetter
· 10 years ago
67e2937
drm/i915: Add unique id to the request structure for debugging
by John Harrison
· 10 years ago
aaeb1ba
drm/i915: Zero fill the request structure
by John Harrison
· 10 years ago
Next »