Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
0f2f61d4a8d4611155e7d1633db271ead9057981
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_request.c
0f2f61d
drm/i915: Remove one level of indention from wait-for-execute
by Chris Wilson
· 8 years ago
24f417e
drm/i915: Immediately process a reset before starting waiting
by Chris Wilson
· 8 years ago
e070511
drm/i915: Refactor direct GPU reset from request waiters
by Chris Wilson
· 8 years ago
a49625f
drm/i915: Replace reset_wait_queue with default_wake_function
by Chris Wilson
· 8 years ago
d6a2289
drm/i915: Remove the preempted request from the execution queue
by Chris Wilson
· 8 years ago
754c9fd
drm/i915: Protect the request->global_seqno with the engine->timeline lock
by Chris Wilson
· 8 years ago
fe49789
drm/i915: Deconstruct execute fence
by Chris Wilson
· 8 years ago
541ca6e
drm/i915: Inline __i915_gem_request_wait_for_execute()
by Chris Wilson
· 8 years ago
7de53bf
drm/i915: Add ourselves to the gpu error waitqueue for the entire wait
by Chris Wilson
· 8 years ago
4b36b2e
drm/i915: Use a local to shorten req->i915->gpu_error.wait_queue
by Chris Wilson
· 8 years ago
12d3173
drm/i915: Move reserve_seqno() next to unreserve_seqno()
by Chris Wilson
· 8 years ago
9b6586a
drm/i915: Keep a global seqno per-engine
by Chris Wilson
· 8 years ago
354d036
drm/i915/tracepoints: Add request submit and execute tracepoints
by Tvrtko Ursulin
· 8 years ago
9369250
drm/i915/tracepoints: Tidy i915_gem_request_wait_begin
by Tvrtko Ursulin
· 8 years ago
c33ed06
drm/i915: Break i915_spin_request() if we see an interrupt
by Chris Wilson
· 8 years ago
73dec95
drm/i915: Emit to ringbuffer directly
by Tvrtko Ursulin
· 8 years ago
c835c55
drm/i915: Add selftests for i915_gem_request
by Chris Wilson
· 8 years ago
969bb72
drm/i915: Check for timeout completion when waiting for the rq to submitted
by Chris Wilson
· 9 years ago
6ffb7d0
drm/i915: Construct a request even if the GPU is currently hung
by Chris Wilson
· 9 years ago
c781c97
drm/i915: Add a sanity check that no request is submitted in the middle
by Chris Wilson
· 9 years ago
a402eae
Merge tag 'v4.10-rc2' into drm-intel-next-queued
by Daniel Vetter
· 9 years ago
f73e739
drm/i915: Swap if(enable_execlists) in i915_gem_request_alloc for a vfunc
by Chris Wilson
· 9 years ago
e8a9c58
drm/i915: Unify active context tracking between legacy/execlists/guc
by Chris Wilson
· 9 years ago
9439b37
Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 9 years ago
0e932c0
drm/i915: Hold a reference on the request for its fence chain
by Chris Wilson
· 9 years ago
fc15840
drm/i915: Integrate i915_sw_fence with debugobjects
by Chris Wilson
· 9 years ago
48bc2a4
drm/i915: Hold a reference on the request for its fence chain
by Chris Wilson
· 9 years ago
1618bdb
drm/i915: Assert no external observers when unwind a failed request alloc
by Chris Wilson
· 9 years ago
4ffd6e0
drm/i915: Add is-completed assert to request retire entrypoint
by Chris Wilson
· 9 years ago
4c266ed
drm/i915: Rename i915_gem_timeline.next_seqno to .seqno
by Joonas Lahtinen
· 9 years ago
bc1d53c
drm/i915: Wipe hang stats as an embedded struct
by Mika Kuoppala
· 9 years ago
e5e1fc4
drm/i915: Use request retirement as context progress
by Mika Kuoppala
· 9 years ago
786d290
drm/i915: Check that each request phase is completed before retiring
by Chris Wilson
· 9 years ago
4302055
drm/i915: Be more careful to drop the GT wakeref
by Chris Wilson
· 9 years ago
f2f09a4
locking/core: Remove cpu_relax_lowlatency() users
by Christian Borntraeger
· 9 years ago
9f792eb
drm/i915: Store the execution priority on the context
by Chris Wilson
· 9 years ago
20311bd
drm/i915/scheduler: Execute requests in order of priorities
by Chris Wilson
· 9 years ago
52e5420
drm/i915/scheduler: Record all dependencies upon request construction
by Chris Wilson
· 9 years ago
0de9136
drm/i915/scheduler: Signal the arrival of a new request
by Chris Wilson
· 9 years ago
d55ac5b
drm/i915: Defer transfer onto execution timeline to actual hw submission
by Chris Wilson
· 9 years ago
23902e4
drm/i915: Split request submit/execute phase into two
by Chris Wilson
· 9 years ago
bb89485
drm/i915: Create distinct lockclasses for execution vs user timelines
by Chris Wilson
· 9 years ago
6a5d1db
drm/i915: Spin until breadcrumb threads are complete
by Chris Wilson
· 9 years ago
5bd11a3
drm/i915: Avoid early GPU idling due to already pending idle work
by Imre Deak
· 9 years ago
80b204b
drm/i915: Enable multiple timelines
by Chris Wilson
· 9 years ago
f2d1329
drm/i915: Defer setting of global seqno on request to submission
by Chris Wilson
· 9 years ago
28176ef
drm/i915: Reserve space in the global seqno during request allocation
by Chris Wilson
· 9 years ago
85e17f5
drm/i915: Move the global sync optimisation to the timeline
by Chris Wilson
· 9 years ago
caddfe7
drm/i915: Defer breadcrumb emission
by Chris Wilson
· 9 years ago
98f29e8
drm/i915: Record space required for breadcrumb emission
by Chris Wilson
· 9 years ago
9b81d55
drm/i915: Rename ->emit_request to ->emit_breadcrumb
by Chris Wilson
· 9 years ago
65e4760
drm/i915: Introduce a global_seqno for each request
by Chris Wilson
· 9 years ago
4680816b
drm/i915: Wait first for submission, before waiting for request completion
by Chris Wilson
· 9 years ago
73cb970
drm/i915: Combine seqno + tracking into a global timeline struct
by Chris Wilson
· 9 years ago
d07f0e5
drm/i915: Move GEM activity tracking into a common struct reservation_object
by Chris Wilson
· 9 years ago
4c7d62c
drm/i915: Markup GEM API with lockdep asserts
by Chris Wilson
· 9 years ago
e95433c
drm/i915: Rearrange i915_wait_request() accounting with callers
by Chris Wilson
· 9 years ago
b52992c
drm/i915: Support asynchronous waits on struct fence from i915_gem_request
by Chris Wilson
· 9 years ago
f54d186
dma-buf: Rename struct fence to dma_fence
by Chris Wilson
· 9 years ago
3b3f165
drm/i915: Allocate intel_engine_cs structure only for the enabled engines
by Akash Goel
· 9 years ago
9b05a60
drm/i915: Distinguish last emitted request from last submitted request
by Chris Wilson
· 9 years ago
8687b3e
drm/i915: Distinguish last emitted request from last submitted request
by Chris Wilson
· 9 years ago
0a046a0
drm/i915: Nonblocking request submission
by Chris Wilson
· 9 years ago
a2bc469
drm/i915: Prepare object synchronisation for asynchronicity
by Chris Wilson
· 9 years ago
0f25dff
drm/i915: Reorder i915_add_request to separate the phases better
by Chris Wilson
· 9 years ago
5590af3
drm/i915: Drive request submission through fence callbacks
by Chris Wilson
· 9 years ago
221fe79
drm/i915: Perform a direct reset of the GPU from the waiter
by Chris Wilson
· 9 years ago
22dd3bb
drm/i915: Mark up all locked waiters
by Chris Wilson
· 9 years ago
ea746f3
drm/i915: Expand bool interruptible to pass flags to i915_wait_request()
by Chris Wilson
· 9 years ago
8af29b0
drm/i915: Separate out reset flags from the reset counter
by Chris Wilson
· 9 years ago
70c2a24
drm/i915: Simplify ELSP queue request tracking
by Chris Wilson
· 9 years ago
bafb0fc
drm/i915: Make for_each_engine_masked() more compact and quicker
by Chris Wilson
· 9 years ago
f640719
drm/i915: Tidy reporting busy status during i915_gem_retire_requests()
by Chris Wilson
· 9 years ago
c84455b
drm/i915: Move debug only per-request pid tracking from request to ctx
by Chris Wilson
· 9 years ago
058d88c
drm/i915: Track pinned VMA
by Chris Wilson
· 9 years ago
95b2ab5
drm/i915: Remove redundant WARN_ON from __i915_add_request()
by Chris Wilson
· 9 years ago
d045446
drm/i915: Record the position of the start of the request
by Chris Wilson
· 9 years ago
17f298cf
drm/i915: Move setting of request->batch into its single callsite
by Chris Wilson
· 9 years ago
1426f71
drm/i915: Correct typo for __i915_gem_active_get_rcu in a comment
by Chris Wilson
· 9 years ago
5a198b8
drm/i915: Do not overwrite the request with zero on reallocation
by Chris Wilson
· 9 years ago
437c308
drm/i915: Update comment before i915_spin_request
by Daniel Vetter
· 9 years ago
209b3f7
drm/i915: Assert that the request hasn't been retired
by Chris Wilson
· 9 years ago
dcff85c
drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutex
by Chris Wilson
· 9 years ago
0eafec6
drm/i915: Enable lockless lookup of request tracking via RCU
by Chris Wilson
· 9 years ago
0340d9f
drm/i915: Remove request retirement before each batch
by Chris Wilson
· 9 years ago
4b8de8e
drm/i915: Move request list retirement to i915_gem_request.c
by Chris Wilson
· 9 years ago
776f323
drm/i915: s/__i915_wait_request/i915_wait_request/
by Chris Wilson
· 9 years ago
7da844c
drm/i915: Move the special case wait-request handling to its one caller
by Chris Wilson
· 9 years ago
675d9ad
drm/i915: Track requests inside each intel_ring
by Chris Wilson
· 9 years ago
fa545cb
drm/i915: Refactor activity tracking for requests
by Chris Wilson
· 9 years ago
efdf7c0
drm/i915: Rename request->list to link for consistency
by Chris Wilson
· 9 years ago
ddf07be
drm/i915: Simplify calling engine->sync_to
by Chris Wilson
· 9 years ago
ddd66c5
drm/i915: Unify request submission
by Chris Wilson
· 9 years ago
c5efa1a
drm/i915: Convert engine->write_tail to operate on a request
by Chris Wilson
· 9 years ago
ba76d91
drm/i915: Remove intel_ring_get_tail()
by Chris Wilson
· 9 years ago
8e63717
drm/i915: Simplify request_alloc by returning the allocated request
by Chris Wilson
· 9 years ago
7c9cf4e
drm/i915: Reduce engine->emit_flush() to a single mode parameter
by Chris Wilson
· 9 years ago
c7fe7d2
drm/i915: Remove obsolete engine->gpu_caches_dirty
by Chris Wilson
· 9 years ago
7e37f88
drm/i915: Rename struct intel_ringbuffer to struct intel_ring
by Chris Wilson
· 9 years ago
1dae2df
drm/i915: Rename request->ringbuf to request->ring
by Chris Wilson
· 9 years ago
Next »