index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
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
Files
Lines
2017-10-04
drm/i915/scheduler: Support user-defined priorities
Chris Wilson
1
-4
/
+10
2017-09-29
drm/i915: Give the invalid priority a magic name
Chris Wilson
1
-0
/
+1
2017-09-23
drm/i915: Make i915_spin_request() static
Chris Wilson
1
-35
/
+0
2017-07-20
Merge tag 'drm-intel-next-2017-07-17' of git://anongit.freedesktop.org/git/dr...
Dave Airlie
1
-0
/
+2
2017-07-10
Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-1
/
+13
2017-06-28
drm/i915: Avoid keeping waitboost active for signaling threads
Chris Wilson
1
-0
/
+2
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-03
drm/i915: Drop spinlocks around adding to the client request list
Chris Wilson
1
-3
/
+1
2017-02-28
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-15
drm/i915/scheduler: Execute requests in order of priorities
Chris Wilson
1
-3
/
+5
2016-11-15
drm/i915/scheduler: Record all dependencies upon request construction
Chris Wilson
1
-0
/
+33
2016-11-15
drm/i915: Defer transfer onto execution timeline to actual hw submission
Chris Wilson
1
-0
/
+3
2016-11-15
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
[next]