index
:
linux-bcache.git
acall
aio
aio-attributes-upstream
aio-fix
aio-ida
aio-new-abi
bcache-3.10-stable
bcache-continue-on-btree-node-error
bcache-dev-february
bcache-dev-wip
bcache-transactions
bcache-vmalloc-fallback
bcache_uuid_debug
bcachefs-v0
blk-flush-torture-test
block_discard_fix
block_stuff
block_stuff_1
dynamic_faults
idr
idr-array-alloc
idr-performance-hacks
pagecache_iter
pagecache_iter-4.6
per-cpu-tags
percpu-ida
percpu-tag-allocator
rbtree
treebitvec
wait_events
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_request.c
Age
Commit message (
Expand
)
Author
2017-04-26
drm/i915: Confirm the request is still active before adding it to the await
Chris Wilson
2017-03-31
drm/i915: Combine reset_all_global_seqno() loops into one
Chris Wilson
2017-03-31
drm/i915: Remove redudant wait for each engine to idle from seqno wrap
Chris Wilson
2017-03-31
drm/i915: Move retire-requests into i915_gem_wait_for_idle()
Chris Wilson
2017-03-30
drm/i915: Use a dummy timeline name for a signaled fence
Chris Wilson
2017-03-21
drm/i915: Remove intel_ring.last_retired_head
Chris Wilson
2017-03-16
drm/i915: Split I915_RESET_IN_PROGRESS into two flags
Chris Wilson
2017-03-08
Merge tag 'drm-intel-next-2017-03-06' of git://anongit.freedesktop.org/git/dr...
Dave Airlie
2017-03-03
drm/i915: Ensure the engine is idle before manually changing HWS
Chris Wilson
2017-03-02
drm/i915: Drop spinlocks around adding to the client request list
Chris Wilson
2017-03-02
drm/i915: s/assert_spin_locked/lockdep_assert_held/
Chris Wilson
2017-03-02
drm/i915: Assert that fence->lock is held in an irq-safe manner
Chris Wilson
2017-03-02
sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-02-27
drm/i915: Signal first fence from irq handler if complete
Chris Wilson
2017-02-23
drm/i915: Remove one level of indention from wait-for-execute
Chris Wilson
2017-02-23
drm/i915: Immediately process a reset before starting waiting
Chris Wilson
2017-02-23
drm/i915: Refactor direct GPU reset from request waiters
Chris Wilson
2017-02-23
drm/i915: Replace reset_wait_queue with default_wake_function
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: Inline __i915_gem_request_wait_for_execute()
Chris Wilson
2017-02-23
drm/i915: Add ourselves to the gpu error waitqueue for the entire wait
Chris Wilson
2017-02-23
drm/i915: Use a local to shorten req->i915->gpu_error.wait_queue
Chris Wilson
2017-02-23
drm/i915: Move reserve_seqno() next to unreserve_seqno()
Chris Wilson
2017-02-23
drm/i915: Keep a global seqno per-engine
Chris Wilson
2017-02-21
drm/i915/tracepoints: Add request submit and execute tracepoints
Tvrtko Ursulin
2017-02-21
drm/i915/tracepoints: Tidy i915_gem_request_wait_begin
Tvrtko Ursulin
2017-02-17
drm/i915: Break i915_spin_request() if we see an interrupt
Chris Wilson
2017-02-16
drm/i915: Check for timeout completion when waiting for the rq to submitted
Chris Wilson
2017-02-14
drm/i915: Emit to ringbuffer directly
Tvrtko Ursulin
2017-02-13
drm/i915: Add selftests for i915_gem_request
Chris Wilson
2017-02-09
drm/i915: Check for timeout completion when waiting for the rq to submitted
Chris Wilson
2017-01-16
drm/i915: Construct a request even if the GPU is currently hung
Chris Wilson
2017-01-11
drm/i915: Add a sanity check that no request is submitted in the middle
Chris Wilson
2017-01-04
Merge tag 'v4.10-rc2' into drm-intel-next-queued
Daniel Vetter
2016-12-18
drm/i915: Swap if(enable_execlists) in i915_gem_request_alloc for a vfunc
Chris Wilson
2016-12-18
drm/i915: Unify active context tracking between legacy/execlists/guc
Chris Wilson
2016-12-13
Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2016-12-05
drm/i915: Hold a reference on the request for its fence chain
Chris Wilson
2016-11-25
drm/i915: Integrate i915_sw_fence with debugobjects
Chris Wilson
2016-11-25
drm/i915: Hold a reference on the request for its fence chain
Chris Wilson
2016-11-25
drm/i915: Assert no external observers when unwind a failed request alloc
Chris Wilson
2016-11-25
drm/i915: Add is-completed assert to request retire entrypoint
Chris Wilson
2016-11-25
drm/i915: Rename i915_gem_timeline.next_seqno to .seqno
Joonas Lahtinen
2016-11-21
drm/i915: Wipe hang stats as an embedded struct
Mika Kuoppala
2016-11-21
drm/i915: Use request retirement as context progress
Mika Kuoppala
2016-11-18
drm/i915: Check that each request phase is completed before retiring
Chris Wilson
2016-11-18
drm/i915: Be more careful to drop the GT wakeref
Chris Wilson
[next]