index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_request.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Remove the spin-request during execbuf await_request
Chris Wilson
2017-06-08
1
-12
/
+6
*
drm/i915: Check signaled state after enabling signaling
Chris Wilson
2017-06-08
1
-1
/
+1
*
drm/i915: Remove misleading comment in request_alloc
Michał Winiarski
2017-05-23
1
-3
/
+0
*
drm/i915: Split execlist priority queue into rbtree + linked list
Chris Wilson
2017-05-17
1
-2
/
+2
*
drm/i915: Use engine->context_pin() to report the intel_ring
Chris Wilson
2017-05-04
1
-3
/
+6
*
drm/i915: Switch the global i915.semaphores check to a local predicate
Chris Wilson
2017-05-03
1
-1
/
+3
*
drm/i915: Do not record a successful syncpoint for a dma-await
Chris Wilson
2017-05-03
1
-18
/
+19
*
drm/i915: Rename intel_timeline.sync_seqno[] to .global_sync[]
Chris Wilson
2017-05-03
1
-4
/
+4
*
drm/i915: Squash repeated awaits on the same fence
Chris Wilson
2017-05-03
1
-0
/
+9
*
drm/i915: Lift timeline ordering to await_dma_fence
Chris Wilson
2017-05-03
1
-3
/
+9
*
drm/i915: Unwrap top level fence-array
Chris Wilson
2017-05-03
1
-23
/
+18
*
drm/i915: Skip waking the signaler when enabling before request submission
Chris Wilson
2017-04-26
1
-2
/
+2
*
drm/i915: Differentiate between sw write location into ring and last hw read
Chris Wilson
2017-04-25
1
-4
/
+12
*
drm/i915: Confirm the request is still active before adding it to the await
Chris Wilson
2017-04-22
1
-0
/
+3
*
drm/i915: Copy user requested buffers into the error state
Chris Wilson
2017-04-15
1
-0
/
+16
*
drm/i915: Advance ring->head fully when idle
Chris Wilson
2017-04-07
1
-10
/
+22
*
drm/i915: Assert the engine is idle before overwiting the HWS
Chris Wilson
2017-04-07
1
-1
/
+1
*
drm/i915: Combine reset_all_global_seqno() loops into one
Chris Wilson
2017-03-31
1
-9
/
+5
*
drm/i915: Remove redudant wait for each engine to idle from seqno wrap
Chris Wilson
2017-03-31
1
-3
/
+0
*
drm/i915: Move retire-requests into i915_gem_wait_for_idle()
Chris Wilson
2017-03-31
1
-3
/
+0
*
drm/i915: Use a dummy timeline name for a signaled fence
Chris Wilson
2017-03-30
1
-0
/
+11
*
drm/i915: Remove intel_ring.last_retired_head
Chris Wilson
2017-03-21
1
-1
/
+1
*
drm/i915: Split I915_RESET_IN_PROGRESS into two flags
Chris Wilson
2017-03-16
1
-1
/
+1
*
Merge tag 'drm-intel-next-2017-03-06' of git://anongit.freedesktop.org/git/dr...
Dave Airlie
2017-03-08
1
-243
/
+256
|
\
|
*
drm/i915: Ensure the engine is idle before manually changing HWS
Chris Wilson
2017-03-03
1
-0
/
+3
|
*
drm/i915: Drop spinlocks around adding to the client request list
Chris Wilson
2017-03-02
1
-28
/
+6
|
*
drm/i915: s/assert_spin_locked/lockdep_assert_held/
Chris Wilson
2017-03-02
1
-2
/
+2
|
*
drm/i915: Assert that fence->lock is held in an irq-safe manner
Chris Wilson
2017-03-02
1
-1
/
+4
|
*
drm/i915: Signal first fence from irq handler if complete
Chris Wilson
2017-02-27
1
-1
/
+1
|
*
drm/i915: Remove one level of indention from wait-for-execute
Chris Wilson
2017-02-23
1
-21
/
+18
|
*
drm/i915: Immediately process a reset before starting waiting
Chris Wilson
2017-02-23
1
-0
/
+3
|
*
drm/i915: Refactor direct GPU reset from request waiters
Chris Wilson
2017-02-23
1
-8
/
+12
|
*
drm/i915: Replace reset_wait_queue with default_wake_function
Chris Wilson
2017-02-23
1
-23
/
+7
|
*
drm/i915: Remove the preempted request from the execution queue
Chris Wilson
2017-02-23
1
-0
/
+55
|
*
drm/i915: Protect the request->global_seqno with the engine->timeline lock
Chris Wilson
2017-02-23
1
-15
/
+30
|
*
drm/i915: Deconstruct execute fence
Chris Wilson
2017-02-23
1
-38
/
+12
|
*
drm/i915: Inline __i915_gem_request_wait_for_execute()
Chris Wilson
2017-02-23
1
-49
/
+29
|
*
drm/i915: Add ourselves to the gpu error waitqueue for the entire wait
Chris Wilson
2017-02-23
1
-5
/
+5
|
*
drm/i915: Use a local to shorten req->i915->gpu_error.wait_queue
Chris Wilson
2017-02-23
1
-4
/
+4
|
*
drm/i915: Move reserve_seqno() next to unreserve_seqno()
Chris Wilson
2017-02-23
1
-84
/
+77
|
*
drm/i915: Keep a global seqno per-engine
Chris Wilson
2017-02-23
1
-38
/
+45
|
*
drm/i915/tracepoints: Add request submit and execute tracepoints
Tvrtko Ursulin
2017-02-21
1
-0
/
+2
|
*
drm/i915/tracepoints: Tidy i915_gem_request_wait_begin
Tvrtko Ursulin
2017-02-21
1
-1
/
+1
|
*
drm/i915: Break i915_spin_request() if we see an interrupt
Chris Wilson
2017-02-17
1
-1
/
+11
|
*
drm/i915: Emit to ringbuffer directly
Tvrtko Ursulin
2017-02-14
1
-4
/
+4
|
*
drm/i915: Add selftests for i915_gem_request
Chris Wilson
2017-02-13
1
-0
/
+5
|
*
drm/i915: Check for timeout completion when waiting for the rq to submitted
Chris Wilson
2017-02-09
1
-1
/
+6
*
|
sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
|
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+2
*
|
drm/i915: Check for timeout completion when waiting for the rq to submitted
Chris Wilson
2017-02-16
1
-1
/
+6
|
/
[next]