index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_request.h
Age
Commit message (
Expand
)
Author
2017-10-04
drm/i915/scheduler: Support user-defined priorities
Chris Wilson
2017-09-29
drm/i915: Give the invalid priority a magic name
Chris Wilson
2017-09-22
drm/i915: Make i915_spin_request() static
Chris Wilson
2017-07-20
Merge tag 'drm-intel-next-2017-07-17' of git://anongit.freedesktop.org/git/dr...
Dave Airlie
2017-07-09
Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2017-06-28
drm/i915: Avoid keeping waitboost active for signaling threads
Chris Wilson
2017-06-20
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
2017-05-30
Merge tag 'drm-intel-next-2017-05-29' of git://anongit.freedesktop.org/git/dr...
Dave Airlie
2017-05-17
drm/i915: Split execlist priority queue into rbtree + linked list
Chris Wilson
2017-05-17
drm/i915: Use a define for the default priority [0]
Chris Wilson
2017-05-10
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-04-18
mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU
Paul E. McKenney
2017-04-15
drm/i915: Copy user requested buffers into the error state
Chris Wilson
2017-03-17
drm/i915: Remove superfluous i915_add_request_no_flush() helper
Chris Wilson
2017-03-08
drm/i915: Check for an invalid seqno before __i915_gem_request_started
Chris Wilson
2017-03-02
drm/i915: Drop spinlocks around adding to the client request list
Chris Wilson
2017-02-27
drm/i915: Signal first fence from irq handler if complete
Chris Wilson
2017-02-23
drm/i915: Remove the preempted request from the execution queue
Chris Wilson
2017-02-23
drm/i915: Protect the request->global_seqno with the engine->timeline lock
Chris Wilson
2017-02-23
drm/i915: Deconstruct execute fence
Chris Wilson
2017-02-23
drm/i915: Keep a global seqno per-engine
Chris Wilson
2016-12-22
drm/i915: Fix oopses in the overlay code due to i915_gem_active stuff
Ville Syrjälä
2016-12-18
drm/i915: Unify active context tracking between legacy/execlists/guc
Chris Wilson
2016-11-14
drm/i915/scheduler: Execute requests in order of priorities
Chris Wilson
2016-11-14
drm/i915/scheduler: Record all dependencies upon request construction
Chris Wilson
2016-11-14
drm/i915: Defer transfer onto execution timeline to actual hw submission
Chris Wilson
2016-11-14
drm/i915: Split request submit/execute phase into two
Chris Wilson
2016-11-11
drm/i915: Split out i915_vma.c
Joonas Lahtinen
2016-11-08
drm/i915: Remove two sloppy inline functions from .h
Joonas Lahtinen
2016-10-28
drm/i915: Introduce a global_seqno for each request
Chris Wilson
2016-10-28
drm/i915: Combine seqno + tracking into a global timeline struct
Chris Wilson
2016-10-28
drm/i915: Move GEM activity tracking into a common struct reservation_object
Chris Wilson
2016-10-28
drm/i915: Remove unused i915_gem_active_wait() in favour of _unlocked()
Chris Wilson
2016-10-28
drm/i915: Rearrange i915_wait_request() accounting with callers
Chris Wilson
2016-10-28
drm/i915: Support asynchronous waits on struct fence from i915_gem_request
Chris Wilson
2016-10-25
dma-buf: Rename struct fence to dma_fence
Chris Wilson
2016-09-09
drm/i915: Nonblocking request submission
Chris Wilson
2016-09-09
drm/i915: Prepare object synchronisation for asynchronicity
Chris Wilson
2016-09-09
drm/i915: Drive request submission through fence callbacks
Chris Wilson
2016-09-09
drm/i915: Mark up all locked waiters
Chris Wilson
2016-09-09
drm/i915: Expand bool interruptible to pass flags to i915_wait_request()
Chris Wilson
2016-09-09
drm/i915: Simplify ELSP queue request tracking
Chris Wilson
2016-09-09
drm/i915: Record the position of the workarounds in the tail of the request
Chris Wilson
2016-08-22
drm/i915: Ensure consistent control flow __i915_gem_active_get_rcu
Daniel Vetter
2016-08-15
drm/i915: Move debug only per-request pid tracking from request to ctx
Chris Wilson
2016-08-15
drm/i915: Track pinned VMA
Chris Wilson
2016-08-10
drm/i915: Move setting of request->batch into its single callsite
Chris Wilson
2016-08-09
drm/i915: Do not overwrite the request with zero on reallocation
Chris Wilson
2016-08-09
drm/i915: Add smp_rmb() to busy ioctl's RCU dance
Chris Wilson
2016-08-09
drm/i915: Wrap the protected active RCU dereference in a helper
Chris Wilson
[next]