index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_request.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Remove the global cache shrink & rcu barrier on allocation failure
Chris Wilson
2018-10-05
1
-11
/
+0
*
drm/i915: Priority boost for waiting clients
Chris Wilson
2018-10-01
1
-0
/
+2
*
drm/i915: Pull scheduling under standalone lock
Chris Wilson
2018-10-01
1
-85
/
+0
*
drm/i915: Priority boost for new clients
Chris Wilson
2018-10-01
1
-2
/
+14
*
drm/i915: Limit the backpressure for i915_request allocation
Chris Wilson
2018-09-14
1
-6
/
+8
*
drm/i915: Pull seqno started checks together
Chris Wilson
2018-08-07
1
-5
/
+4
*
drm/i915: Provide a timeout to i915_gem_wait_for_idle()
Chris Wilson
2018-07-09
1
-2
/
+4
*
drm/i915: Replace nested subclassing with explicit subclasses
Chris Wilson
2018-07-07
1
-1
/
+1
*
drm/i915: Export i915_request_skip()
Chris Wilson
2018-07-06
1
-0
/
+21
*
drm/i915: Only signal from interrupt when requested
Chris Wilson
2018-06-28
1
-1
/
+1
*
drm/i915: Move the irq_counter inside the spinlock
Chris Wilson
2018-06-28
1
-2
/
+2
*
drm/i915: Make closing request flush mandatory
Chris Wilson
2018-06-14
1
-16
/
+2
*
drm/i915/ringbuffer: Fix context restore upon reset
Chris Wilson
2018-06-11
1
-0
/
+2
*
drm/i915: Look for an active kernel context before switching
Chris Wilson
2018-05-24
1
-1
/
+4
*
drm/i915: Store a pointer to intel_context in i915_request
Chris Wilson
2018-05-18
1
-17
/
+17
*
drm/i915: Move request->ctx aside
Chris Wilson
2018-05-18
1
-6
/
+6
*
drm/i915: Annotate timeline lock nesting
Chris Wilson
2018-05-08
1
-1
/
+1
*
drm/i915: Disable tasklet scheduling across initial scheduling
Chris Wilson
2018-05-08
1
-3
/
+2
*
drm/i915: Remove assertion of active_rings must be non-empty if active_requests
Chris Wilson
2018-05-04
1
-3
/
+0
*
drm/i915: Keep one request in our ring_list
Chris Wilson
2018-05-04
1
-3
/
+3
*
drm/i915: Reset the hangcheck timestamp before repeating a seqno
Chris Wilson
2018-05-03
1
-0
/
+1
*
drm/i915: Split i915_gem_timeline into individual timelines
Chris Wilson
2018-05-02
1
-35
/
+33
*
drm/i915: Move timeline from GTT to ring
Chris Wilson
2018-05-02
1
-7
/
+6
*
drm/i915: Only track live rings for retiring
Chris Wilson
2018-04-30
1
-2
/
+8
*
drm/i915: Retire requests along rings
Chris Wilson
2018-04-30
1
-56
/
+94
*
drm/i915: Wrap engine->context_pin() and engine->context_unpin()
Chris Wilson
2018-04-30
1
-3
/
+3
*
drm/i915: Stop tracking timeline->inflight_seqnos
Chris Wilson
2018-04-30
1
-16
/
+17
*
drm/i915: Pack params to engine->schedule() into a struct
Chris Wilson
2018-04-18
1
-2
/
+2
*
drm/i915: Rename priotree to sched
Chris Wilson
2018-04-18
1
-32
/
+34
*
drm/i915/execlists: Log fence context & seqno throughout GEM_TRACE
Tvrtko Ursulin
2018-04-09
1
-3
/
+3
*
drm/i915: Pass the set of guilty engines to i915_reset()
Chris Wilson
2018-04-06
1
-2
/
+4
*
drm/i915: Split out parking from the idle worker for reuse
Chris Wilson
2018-04-06
1
-49
/
+3
*
drm/i915: Include the HW breadcrumb whenever we trace the global_seqno
Chris Wilson
2018-03-29
1
-11
/
+17
*
drm/i915: Remove local timeline var from submit/unsubmit
Chris Wilson
2018-03-22
1
-15
/
+15
*
drm/i915: Fix tracing of submit seqno
Chris Wilson
2018-03-22
1
-1
/
+1
*
drm/i915: Add control flags to i915_handle_error()
Chris Wilson
2018-03-20
1
-1
/
+1
*
drm/i915: Trace GEM steps between submit and wedging
Chris Wilson
2018-03-16
1
-0
/
+23
*
drm/i915: Remove the impedance mismatch around intel_engine_enable_signaling
Chris Wilson
2018-03-12
1
-5
/
+1
*
drm/i915: Wrap engine->schedule in RCU locks for set-wedge protection
Chris Wilson
2018-03-09
1
-0
/
+2
*
drm/i915: Update ring position from request on retiring
Chris Wilson
2018-03-09
1
-1
/
+1
*
drm/i915: Flush waiters on seqno wraparound
Chris Wilson
2018-03-06
1
-4
/
+2
*
drm/i915: Stop kicking the signaling thread on seqno wraparound
Chris Wilson
2018-03-06
1
-0
/
+2
*
drm/i915: Update missing parts after the rename to i915_request
Michel Thierry
2018-02-23
1
-2
/
+2
*
drm/i915: Rename drm_i915_gem_request to i915_request
Chris Wilson
2018-02-21
1
-0
/
+1411