index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_request.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2016-12-13
1
-265
/
+499
|
\
|
*
drm/i915: Hold a reference on the request for its fence chain
Chris Wilson
2016-12-05
1
-7
/
+27
|
*
drm/i915: Check that each request phase is completed before retiring
Chris Wilson
2016-11-18
1
-0
/
+2
|
*
drm/i915: Be more careful to drop the GT wakeref
Chris Wilson
2016-11-18
1
-8
/
+9
|
*
drm/i915: Store the execution priority on the context
Chris Wilson
2016-11-14
1
-1
/
+1
|
*
drm/i915/scheduler: Execute requests in order of priorities
Chris Wilson
2016-11-14
1
-0
/
+5
|
*
drm/i915/scheduler: Record all dependencies upon request construction
Chris Wilson
2016-11-14
1
-1
/
+90
|
*
drm/i915/scheduler: Signal the arrival of a new request
Chris Wilson
2016-11-14
1
-0
/
+13
|
*
drm/i915: Defer transfer onto execution timeline to actual hw submission
Chris Wilson
2016-11-14
1
-13
/
+25
|
*
drm/i915: Split request submit/execute phase into two
Chris Wilson
2016-11-14
1
-9
/
+24
|
*
drm/i915: Create distinct lockclasses for execution vs user timelines
Chris Wilson
2016-11-14
1
-1
/
+1
|
*
drm/i915: Spin until breadcrumb threads are complete
Chris Wilson
2016-11-09
1
-3
/
+2
|
*
drm/i915: Avoid early GPU idling due to already pending idle work
Imre Deak
2016-11-07
1
-3
/
+3
|
*
drm/i915: Enable multiple timelines
Chris Wilson
2016-10-28
1
-28
/
+33
|
*
drm/i915: Defer setting of global seqno on request to submission
Chris Wilson
2016-10-28
1
-7
/
+23
|
*
drm/i915: Reserve space in the global seqno during request allocation
Chris Wilson
2016-10-28
1
-41
/
+45
|
*
drm/i915: Move the global sync optimisation to the timeline
Chris Wilson
2016-10-28
1
-12
/
+17
|
*
drm/i915: Defer breadcrumb emission
Chris Wilson
2016-10-28
1
-28
/
+13
|
*
drm/i915: Record space required for breadcrumb emission
Chris Wilson
2016-10-28
1
-0
/
+1
|
*
drm/i915: Rename ->emit_request to ->emit_breadcrumb
Chris Wilson
2016-10-28
1
-2
/
+2
|
*
drm/i915: Introduce a global_seqno for each request
Chris Wilson
2016-10-28
1
-5
/
+14
|
*
drm/i915: Wait first for submission, before waiting for request completion
Chris Wilson
2016-10-28
1
-0
/
+51
|
*
drm/i915: Combine seqno + tracking into a global timeline struct
Chris Wilson
2016-10-28
1
-32
/
+49
|
*
drm/i915: Move GEM activity tracking into a common struct reservation_object
Chris Wilson
2016-10-28
1
-19
/
+29
|
*
drm/i915: Markup GEM API with lockdep asserts
Chris Wilson
2016-10-28
1
-0
/
+6
|
*
drm/i915: Rearrange i915_wait_request() accounting with callers
Chris Wilson
2016-10-28
1
-113
/
+33
|
*
drm/i915: Support asynchronous waits on struct fence from i915_gem_request
Chris Wilson
2016-10-28
1
-0
/
+48
|
*
dma-buf: Rename struct fence to dma_fence
Chris Wilson
2016-10-25
1
-16
/
+16
|
*
drm/i915: Allocate intel_engine_cs structure only for the enabled engines
Akash Goel
2016-10-14
1
-2
/
+3
|
*
drm/i915: Distinguish last emitted request from last submitted request
Chris Wilson
2016-10-07
1
-2
/
+3
*
|
locking/core: Remove cpu_relax_lowlatency() users
Christian Borntraeger
2016-11-16
1
-1
/
+1
*
|
drm/i915: Distinguish last emitted request from last submitted request
Chris Wilson
2016-10-10
1
-2
/
+3
|
/
*
drm/i915: Nonblocking request submission
Chris Wilson
2016-09-09
1
-6
/
+15
*
drm/i915: Prepare object synchronisation for asynchronicity
Chris Wilson
2016-09-09
1
-0
/
+87
*
drm/i915: Reorder i915_add_request to separate the phases better
Chris Wilson
2016-09-09
1
-14
/
+14
*
drm/i915: Drive request submission through fence callbacks
Chris Wilson
2016-09-09
1
-1
/
+26
*
drm/i915: Perform a direct reset of the GPU from the waiter
Chris Wilson
2016-09-09
1
-0
/
+29
*
drm/i915: Mark up all locked waiters
Chris Wilson
2016-09-09
1
-3
/
+12
*
drm/i915: Expand bool interruptible to pass flags to i915_wait_request()
Chris Wilson
2016-09-09
1
-4
/
+5
*
drm/i915: Separate out reset flags from the reset counter
Chris Wilson
2016-09-09
1
-6
/
+7
*
drm/i915: Simplify ELSP queue request tracking
Chris Wilson
2016-09-09
1
-1
/
+0
*
drm/i915: Make for_each_engine_masked() more compact and quicker
Chris Wilson
2016-08-27
1
-1
/
+2
*
drm/i915: Tidy reporting busy status during i915_gem_retire_requests()
Chris Wilson
2016-08-27
1
-6
/
+6
*
drm/i915: Move debug only per-request pid tracking from request to ctx
Chris Wilson
2016-08-15
1
-6
/
+0
*
drm/i915: Track pinned VMA
Chris Wilson
2016-08-15
1
-1
/
+1
*
drm/i915: Remove redundant WARN_ON from __i915_add_request()
Chris Wilson
2016-08-15
1
-8
/
+2
*
drm/i915: Record the position of the start of the request
Chris Wilson
2016-08-15
1
-4
/
+9
*
drm/i915: Move setting of request->batch into its single callsite
Chris Wilson
2016-08-10
1
-11
/
+1
*
drm/i915: Correct typo for __i915_gem_active_get_rcu in a comment
Chris Wilson
2016-08-09
1
-1
/
+1
*
drm/i915: Do not overwrite the request with zero on reallocation
Chris Wilson
2016-08-09
1
-1
/
+36
[next]