index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_request.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Prevent lock-cycles between GPU waits and GPU resets
Chris Wilson
2019-06-12
1
-0
/
+2
*
drm/i915: Allow interrupts when taking the timeline->mutex
Chris Wilson
2019-06-10
1
-1
/
+4
*
drm/i915: Move more GEM objects under gem/
Chris Wilson
2019-05-28
1
-0
/
+3
*
drm/i915: Extend execution fence to support a callback
Chris Wilson
2019-05-22
1
-5
/
+79
*
drm/i915: Apply an execution_mask to the virtual_engine
Chris Wilson
2019-05-22
1
-0
/
+1
*
drm/i915: Downgrade NEWCLIENT to non-preemptive
Chris Wilson
2019-05-17
1
-1
/
+1
*
drm/i915: Bump signaler priority on adding a waiter
Chris Wilson
2019-05-17
1
-9
/
+0
*
drm/i915: Truly bump ready tasks ahead of busywaits
Chris Wilson
2019-05-17
1
-19
/
+12
*
drm/i915: Mark semaphores as complete on unsubmit out if payload was started
Chris Wilson
2019-05-17
1
-0
/
+6
*
drm/i915: Seal races between async GPU cancellation, retirement and signaling
Chris Wilson
2019-05-08
1
-0
/
+1
*
drm/i915: Only reschedule the submission tasklet if preemption is possible
Chris Wilson
2019-05-07
1
-2
/
+0
*
drm/i915: Acquire the signaler's timeline HWSP last
Chris Wilson
2019-05-07
1
-4
/
+4
*
drm/i915: Disable semaphore busywaits on saturated systems
Chris Wilson
2019-05-04
1
-1
/
+39
*
drm/i915: Delay semaphore submission until the start of the signaler
Chris Wilson
2019-05-03
1
-0
/
+19
*
drm/i915: Move i915_request_alloc into selftests/
Chris Wilson
2019-04-26
1
-38
/
+0
*
drm/i915: Switch back to an array of logical per-engine HW contexts
Chris Wilson
2019-04-26
1
-12
/
+3
*
drm/i915: Export intel_context_instance()
Chris Wilson
2019-04-26
1
-1
/
+10
*
drm/i915: Explicitly pin the logical context for execbuf
Chris Wilson
2019-04-25
1
-9
/
+0
*
drm/i915: Invert the GEM wakeref hierarchy
Chris Wilson
2019-04-24
1
-5
/
+5
*
drm/i915: Pass intel_context to i915_request_create()
Chris Wilson
2019-04-24
1
-105
/
+142
*
drm/i915: Introduce context->enter() and context->exit()
Chris Wilson
2019-04-24
1
-18
/
+4
*
drm/i915: Move GraphicsTechnology files under gt/
Chris Wilson
2019-04-24
1
-1
/
+0
*
drm/i915: Expose the busyspin durations for i915_wait_request
Chris Wilson
2019-04-19
1
-2
/
+25
*
drm/i915: Call i915_sw_fence_fini on request cleanup
Chris Wilson
2019-04-11
1
-0
/
+1
*
drm/i915: Bump ready tasks ahead of busywaits
Chris Wilson
2019-04-11
1
-0
/
+40
*
drm/i915: Consolidate the timeline->barrier
Chris Wilson
2019-04-08
1
-9
/
+0
*
drm/i915: extract intel_pm.h from intel_drv.h
Jani Nikula
2019-04-08
1
-1
/
+2
*
drm/i915: Use lockdep_pin_lock() over the construction of the request
Chris Wilson
2019-04-05
1
-0
/
+5
*
drm/i915: Only emit one semaphore per request
Chris Wilson
2019-04-02
1
-2
/
+9
*
drm/i915: Allow contexts to share a single timeline across all engines
Chris Wilson
2019-03-22
1
-25
/
+55
*
drm/i915: Stop storing the context name as the timeline name
Chris Wilson
2019-03-21
1
-5
/
+2
*
drm/i915: Hold a ref to the ring while retiring
Chris Wilson
2019-03-18
1
-1
/
+5
*
drm/i915: Reduce presumption of request ordering for barriers
Chris Wilson
2019-03-08
1
-0
/
+1
*
drm/i915: Use i915_global_register()
Chris Wilson
2019-03-06
1
-14
/
+22
*
drm/i915: Prioritise non-busywait semaphore workloads
Chris Wilson
2019-03-01
1
-0
/
+16
*
drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+
Chris Wilson
2019-03-01
1
-2
/
+136
*
drm/i915: Keep timeline HWSP allocated until idle across the system
Chris Wilson
2019-03-01
1
-15
/
+16
*
drm/i915: Introduce i915_timeline.mutex
Chris Wilson
2019-03-01
1
-1
/
+5
*
drm/i915/execlists: Suppress mere WAIT preemption
Chris Wilson
2019-03-01
1
-0
/
+15
*
drm/i915: Make request allocation caches global
Chris Wilson
2019-02-28
1
-8
/
+45
*
drm/i915: Remove i915_request.global_seqno
Chris Wilson
2019-02-26
1
-29
/
+5
*
drm/i915: Remove access to global seqno in the HWSP
Chris Wilson
2019-02-26
1
-17
/
+10
*
drm/i915: Beware temporary wedging when determining -EIO
Chris Wilson
2019-02-20
1
-2
/
+3
*
drm/i915: Use time based guilty context banning
Chris Wilson
2019-02-19
1
-2
/
+0
*
drm/i915: Defer application of request banning to submission
Chris Wilson
2019-02-15
1
-0
/
+3
*
drm/i915: Apply rps waitboosting for dma_fence_wait_timeout()
Chris Wilson
2019-02-13
1
-2
/
+19
*
drm/i915: Pull i915_gem_active into the i915_active family
Chris Wilson
2019-02-05
1
-24
/
+11
*
drm/i915: Add timeline barrier support
Tvrtko Ursulin
2019-02-05
1
-0
/
+17
*
drm/i915: Trim NEWCLIENT boosting
Chris Wilson
2019-02-04
1
-1
/
+1
*
drm/i915: Replace global breadcrumbs with per-context interrupt tracking
Chris Wilson
2019-01-29
1
-93
/
+49
[next]