summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_request.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson2018-02-211-730/+0Star
* drm/i915: Avoid waitboosting on the active requestChris Wilson2018-01-181-0/+13
* drm/i915: Assert all signalers we depended on did indeed signalChris Wilson2018-01-031-0/+8
* drm/i915: Delete defunct i915_gem_request_assign()Chris Wilson2018-01-031-12/+0Star
* drm/i915: Allow fence allocations to failChris Wilson2017-12-131-0/+2
* drm/i915/scheduler: Support user-defined prioritiesChris Wilson2017-10-041-4/+10
* drm/i915: Give the invalid priority a magic nameChris Wilson2017-09-291-0/+1
* drm/i915: Make i915_spin_request() staticChris Wilson2017-09-221-35/+0Star
* Merge tag 'drm-intel-next-2017-07-17' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-07-201-0/+2
|\
| * drm/i915: Avoid keeping waitboost active for signaling threadsChris Wilson2017-06-281-0/+2
* | Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-07-101-1/+13
|\|
| * Merge tag 'drm-intel-next-2017-05-29' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-05-301-1/+13
| |\
| | * drm/i915: Split execlist priority queue into rbtree + linked listChris Wilson2017-05-171-1/+1
| | * drm/i915: Use a define for the default priority [0]Chris Wilson2017-05-171-0/+1
| | * drm/i915: Copy user requested buffers into the error stateChris Wilson2017-04-151-0/+11
* | | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
|/ /
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-101-1/+1
|\ \ | |/ |/|
| * mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2017-04-181-1/+1
* | drm/i915: Remove superfluous i915_add_request_no_flush() helperChris Wilson2017-03-171-2/+0Star
* | drm/i915: Check for an invalid seqno before __i915_gem_request_startedChris Wilson2017-03-081-0/+3
* | drm/i915: Drop spinlocks around adding to the client request listChris Wilson2017-03-021-3/+1Star
* | drm/i915: Signal first fence from irq handler if completeChris Wilson2017-02-271-0/+2
* | drm/i915: Remove the preempted request from the execution queueChris Wilson2017-02-231-0/+3
* | drm/i915: Protect the request->global_seqno with the engine->timeline lockChris Wilson2017-02-231-14/+52
* | drm/i915: Deconstruct execute fenceChris Wilson2017-02-231-9/+1Star
* | drm/i915: Keep a global seqno per-engineChris Wilson2017-02-231-7/+1Star
|/
* drm/i915: Fix oopses in the overlay code due to i915_gem_active stuffVille Syrjälä2016-12-221-0/+19
* drm/i915: Unify active context tracking between legacy/execlists/gucChris Wilson2016-12-181-11/+0Star
* drm/i915/scheduler: Execute requests in order of prioritiesChris Wilson2016-11-141-3/+5
* drm/i915/scheduler: Record all dependencies upon request constructionChris Wilson2016-11-141-0/+33
* drm/i915: Defer transfer onto execution timeline to actual hw submissionChris Wilson2016-11-141-0/+3
* drm/i915: Split request submit/execute phase into twoChris Wilson2016-11-141-0/+15
* drm/i915: Split out i915_vma.cJoonas Lahtinen2016-11-111-0/+3
* drm/i915: Remove two sloppy inline functions from .hJoonas Lahtinen2016-11-081-12/+0Star
* drm/i915: Introduce a global_seqno for each requestChris Wilson2016-10-281-5/+27
* drm/i915: Combine seqno + tracking into a global timeline structChris Wilson2016-10-281-0/+1
* drm/i915: Move GEM activity tracking into a common struct reservation_objectChris Wilson2016-10-281-34/+1Star
* drm/i915: Remove unused i915_gem_active_wait() in favour of _unlocked()Chris Wilson2016-10-281-31/+3Star
* drm/i915: Rearrange i915_wait_request() accounting with callersChris Wilson2016-10-281-16/+16
* drm/i915: Support asynchronous waits on struct fence from i915_gem_requestChris Wilson2016-10-281-2/+4
* dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-251-9/+9
* drm/i915: Nonblocking request submissionChris Wilson2016-09-091-0/+1
* drm/i915: Prepare object synchronisation for asynchronicityChris Wilson2016-09-091-0/+5
* drm/i915: Drive request submission through fence callbacksChris Wilson2016-09-091-0/+3
* drm/i915: Mark up all locked waitersChris Wilson2016-09-091-3/+8
* drm/i915: Expand bool interruptible to pass flags to i915_wait_request()Chris Wilson2016-09-091-6/+7
* drm/i915: Simplify ELSP queue request trackingChris Wilson2016-09-091-20/+1Star
* drm/i915: Record the position of the workarounds in the tail of the requestChris Wilson2016-09-091-6/+9
* drm/i915: Ensure consistent control flow __i915_gem_active_get_rcuDaniel Vetter2016-08-221-0/+13
* drm/i915: Move debug only per-request pid tracking from request to ctxChris Wilson2016-08-151-3/+0Star