index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_request.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dma-buf: Rename struct fence to dma_fence
Chris Wilson
2016-10-25
1
-16
/
+16
*
drm/i915: Allocate intel_engine_cs structure only for the enabled engines
Akash Goel
2016-10-14
1
-2
/
+3
*
drm/i915: Distinguish last emitted request from last submitted request
Chris Wilson
2016-10-07
1
-2
/
+3
*
drm/i915: Nonblocking request submission
Chris Wilson
2016-09-09
1
-6
/
+15
*
drm/i915: Prepare object synchronisation for asynchronicity
Chris Wilson
2016-09-09
1
-0
/
+87
*
drm/i915: Reorder i915_add_request to separate the phases better
Chris Wilson
2016-09-09
1
-14
/
+14
*
drm/i915: Drive request submission through fence callbacks
Chris Wilson
2016-09-09
1
-1
/
+26
*
drm/i915: Perform a direct reset of the GPU from the waiter
Chris Wilson
2016-09-09
1
-0
/
+29
*
drm/i915: Mark up all locked waiters
Chris Wilson
2016-09-09
1
-3
/
+12
*
drm/i915: Expand bool interruptible to pass flags to i915_wait_request()
Chris Wilson
2016-09-09
1
-4
/
+5
*
drm/i915: Separate out reset flags from the reset counter
Chris Wilson
2016-09-09
1
-6
/
+7
*
drm/i915: Simplify ELSP queue request tracking
Chris Wilson
2016-09-09
1
-1
/
+0
*
drm/i915: Make for_each_engine_masked() more compact and quicker
Chris Wilson
2016-08-27
1
-1
/
+2
*
drm/i915: Tidy reporting busy status during i915_gem_retire_requests()
Chris Wilson
2016-08-27
1
-6
/
+6
*
drm/i915: Move debug only per-request pid tracking from request to ctx
Chris Wilson
2016-08-15
1
-6
/
+0
*
drm/i915: Track pinned VMA
Chris Wilson
2016-08-15
1
-1
/
+1
*
drm/i915: Remove redundant WARN_ON from __i915_add_request()
Chris Wilson
2016-08-15
1
-8
/
+2
*
drm/i915: Record the position of the start of the request
Chris Wilson
2016-08-15
1
-4
/
+9
*
drm/i915: Move setting of request->batch into its single callsite
Chris Wilson
2016-08-10
1
-11
/
+1
*
drm/i915: Correct typo for __i915_gem_active_get_rcu in a comment
Chris Wilson
2016-08-09
1
-1
/
+1
*
drm/i915: Do not overwrite the request with zero on reallocation
Chris Wilson
2016-08-09
1
-1
/
+36
*
drm/i915: Update comment before i915_spin_request
Daniel Vetter
2016-08-05
1
-1
/
+1
*
drm/i915: Assert that the request hasn't been retired
Chris Wilson
2016-08-05
1
-4
/
+2
*
drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutex
Chris Wilson
2016-08-05
1
-3
/
+4
*
drm/i915: Enable lockless lookup of request tracking via RCU
Chris Wilson
2016-08-04
1
-1
/
+1
*
drm/i915: Remove request retirement before each batch
Chris Wilson
2016-08-04
1
-2
/
+2
*
drm/i915: Move request list retirement to i915_gem_request.c
Chris Wilson
2016-08-04
1
-0
/
+35
*
drm/i915: s/__i915_wait_request/i915_wait_request/
Chris Wilson
2016-08-04
1
-8
/
+8
*
drm/i915: Move the special case wait-request handling to its one caller
Chris Wilson
2016-08-04
1
-25
/
+0
*
drm/i915: Track requests inside each intel_ring
Chris Wilson
2016-08-04
1
-0
/
+2
*
drm/i915: Refactor activity tracking for requests
Chris Wilson
2016-08-04
1
-7
/
+43
*
drm/i915: Rename request->list to link for consistency
Chris Wilson
2016-08-04
1
-6
/
+6
*
drm/i915: Simplify calling engine->sync_to
Chris Wilson
2016-08-02
1
-8
/
+1
*
drm/i915: Unify request submission
Chris Wilson
2016-08-02
1
-5
/
+3
*
drm/i915: Convert engine->write_tail to operate on a request
Chris Wilson
2016-08-02
1
-5
/
+3
*
drm/i915: Remove intel_ring_get_tail()
Chris Wilson
2016-08-02
1
-4
/
+4
*
drm/i915: Simplify request_alloc by returning the allocated request
Chris Wilson
2016-08-02
1
-39
/
+19
*
drm/i915: Reduce engine->emit_flush() to a single mode parameter
Chris Wilson
2016-08-02
1
-1
/
+1
*
drm/i915: Remove obsolete engine->gpu_caches_dirty
Chris Wilson
2016-08-02
1
-5
/
+3
*
drm/i915: Rename struct intel_ringbuffer to struct intel_ring
Chris Wilson
2016-08-02
1
-3
/
+3
*
drm/i915: Rename request->ringbuf to request->ring
Chris Wilson
2016-08-02
1
-8
/
+8
*
drm/i915: Prefer list_first_entry_or_null
Chris Wilson
2016-07-26
1
-5
/
+3
*
Revert "drm/i915: Enable RC6 immediately"
Chris Wilson
2016-07-21
1
-0
/
+1
*
drm/i915: Enable RC6 immediately
Chris Wilson
2016-07-21
1
-1
/
+0
*
drm/i915: Rename i915_gem_context_reference/unreference()
Chris Wilson
2016-07-20
1
-4
/
+3
*
drm/i915: Rename request reference/unreference to get/put
Chris Wilson
2016-07-20
1
-1
/
+1
*
drm/i915: Disable waitboosting for fence_wait()
Chris Wilson
2016-07-20
1
-3
/
+4
*
drm/i915: Derive GEM requests from dma-fence
Chris Wilson
2016-07-20
1
-12
/
+101
*
drm/i915: Retire oldest completed request before allocating next
Chris Wilson
2016-07-20
1
-0
/
+8
*
drm/i915: Move GEM request routines to i915_gem_request.c
Chris Wilson
2016-07-20
1
-0
/
+658