index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_request.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-09
Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-1
/
+13
2017-06-20
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
1
-1
/
+1
2017-05-30
Merge tag 'drm-intel-next-2017-05-29' of git://anongit.freedesktop.org/git/dr...
Dave Airlie
1
-1
/
+13
2017-05-17
drm/i915: Split execlist priority queue into rbtree + linked list
Chris Wilson
1
-1
/
+1
2017-05-17
drm/i915: Use a define for the default priority [0]
Chris Wilson
1
-0
/
+1
2017-05-10
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2017-04-18
mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU
Paul E. McKenney
1
-1
/
+1
2017-04-15
drm/i915: Copy user requested buffers into the error state
Chris Wilson
1
-0
/
+11
2017-03-17
drm/i915: Remove superfluous i915_add_request_no_flush() helper
Chris Wilson
1
-2
/
+0
2017-03-08
drm/i915: Check for an invalid seqno before __i915_gem_request_started
Chris Wilson
1
-0
/
+3
2017-03-02
drm/i915: Drop spinlocks around adding to the client request list
Chris Wilson
1
-3
/
+1
2017-02-27
drm/i915: Signal first fence from irq handler if complete
Chris Wilson
1
-0
/
+2
2017-02-23
drm/i915: Remove the preempted request from the execution queue
Chris Wilson
1
-0
/
+3
2017-02-23
drm/i915: Protect the request->global_seqno with the engine->timeline lock
Chris Wilson
1
-14
/
+52
2017-02-23
drm/i915: Deconstruct execute fence
Chris Wilson
1
-9
/
+1
2017-02-23
drm/i915: Keep a global seqno per-engine
Chris Wilson
1
-7
/
+1
2016-12-22
drm/i915: Fix oopses in the overlay code due to i915_gem_active stuff
Ville Syrjälä
1
-0
/
+19
2016-12-18
drm/i915: Unify active context tracking between legacy/execlists/guc
Chris Wilson
1
-11
/
+0
2016-11-14
drm/i915/scheduler: Execute requests in order of priorities
Chris Wilson
1
-3
/
+5
2016-11-14
drm/i915/scheduler: Record all dependencies upon request construction
Chris Wilson
1
-0
/
+33
2016-11-14
drm/i915: Defer transfer onto execution timeline to actual hw submission
Chris Wilson
1
-0
/
+3
2016-11-14
drm/i915: Split request submit/execute phase into two
Chris Wilson
1
-0
/
+15
2016-11-11
drm/i915: Split out i915_vma.c
Joonas Lahtinen
1
-0
/
+3
2016-11-08
drm/i915: Remove two sloppy inline functions from .h
Joonas Lahtinen
1
-12
/
+0
2016-10-28
drm/i915: Introduce a global_seqno for each request
Chris Wilson
1
-5
/
+27
2016-10-28
drm/i915: Combine seqno + tracking into a global timeline struct
Chris Wilson
1
-0
/
+1
2016-10-28
drm/i915: Move GEM activity tracking into a common struct reservation_object
Chris Wilson
1
-34
/
+1
2016-10-28
drm/i915: Remove unused i915_gem_active_wait() in favour of _unlocked()
Chris Wilson
1
-31
/
+3
2016-10-28
drm/i915: Rearrange i915_wait_request() accounting with callers
Chris Wilson
1
-16
/
+16
2016-10-28
drm/i915: Support asynchronous waits on struct fence from i915_gem_request
Chris Wilson
1
-2
/
+4
2016-10-25
dma-buf: Rename struct fence to dma_fence
Chris Wilson
1
-9
/
+9
2016-09-09
drm/i915: Nonblocking request submission
Chris Wilson
1
-0
/
+1
2016-09-09
drm/i915: Prepare object synchronisation for asynchronicity
Chris Wilson
1
-0
/
+5
2016-09-09
drm/i915: Drive request submission through fence callbacks
Chris Wilson
1
-0
/
+3
2016-09-09
drm/i915: Mark up all locked waiters
Chris Wilson
1
-3
/
+8
2016-09-09
drm/i915: Expand bool interruptible to pass flags to i915_wait_request()
Chris Wilson
1
-6
/
+7
2016-09-09
drm/i915: Simplify ELSP queue request tracking
Chris Wilson
1
-20
/
+1
2016-09-09
drm/i915: Record the position of the workarounds in the tail of the request
Chris Wilson
1
-6
/
+9
2016-08-22
drm/i915: Ensure consistent control flow __i915_gem_active_get_rcu
Daniel Vetter
1
-0
/
+13
2016-08-15
drm/i915: Move debug only per-request pid tracking from request to ctx
Chris Wilson
1
-3
/
+0
2016-08-15
drm/i915: Track pinned VMA
Chris Wilson
1
-1
/
+1
2016-08-10
drm/i915: Move setting of request->batch into its single callsite
Chris Wilson
1
-5
/
+3
2016-08-09
drm/i915: Do not overwrite the request with zero on reallocation
Chris Wilson
1
-0
/
+11
2016-08-09
drm/i915: Add smp_rmb() to busy ioctl's RCU dance
Chris Wilson
1
-0
/
+3
2016-08-09
drm/i915: Wrap the protected active RCU dereference in a helper
Chris Wilson
1
-4
/
+17
2016-08-09
drm/i915: Remove unused i915_gem_active_peek_rcu()
Chris Wilson
1
-21
/
+0
2016-08-05
drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutex
Chris Wilson
1
-0
/
+11
2016-08-05
drm/i915: Introduce i915_gem_active_wait_unlocked()
Chris Wilson
1
-0
/
+40
2016-08-04
drm/i915: Enable lockless lookup of request tracking via RCU
Chris Wilson
1
-7
/
+156
2016-08-04
drm/i915: s/__i915_wait_request/i915_wait_request/
Chris Wilson
1
-6
/
+6
[next]