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_scheduler.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: move scheduler slabs to direct module init/exit
Daniel Vetter
2021-07-28
1
-24
/
+15
*
drm/i915/guc: Implement GuC priority management
Matthew Brost
2021-07-28
1
-0
/
+7
*
drm/i915: Reset GPU immediately if submission is disabled
Matthew Brost
2021-07-28
1
-0
/
+6
*
drm/i915: Add i915_sched_engine destroy vfunc
Matthew Brost
2021-07-28
1
-1
/
+2
*
drm/i915: Ditch i915 globals shrink infrastructure
Daniel Vetter
2021-07-22
1
-7
/
+0
*
drm/i915: Move submission tasklet to i915_sched_engine
Matthew Brost
2021-06-19
1
-0
/
+1
*
drm/i915: Update i915_scheduler to operate on i915_sched_engine
Matthew Brost
2021-06-19
1
-23
/
+23
*
drm/i915: Add kick_backend function to i915_sched_engine
Matthew Brost
2021-06-19
1
-60
/
+2
*
drm/i915: Move active tracking to i915_sched_engine
Matthew Brost
2021-06-19
1
-7
/
+23
*
drm/i915: Move priolist to new i915_sched_engine object
Matthew Brost
2021-06-19
1
-13
/
+40
*
drm/i915: Remove I915_USER_PRIORITY_SHIFT
Chris Wilson
2021-03-24
1
-1
/
+0
*
drm/i915: Strip out internal priorities
Chris Wilson
2021-03-24
1
-45
/
+6
*
drm/i915: Mark up protected uses of 'i915_request_completed'
Chris Wilson
2021-01-15
1
-1
/
+1
*
drm/i915/gt: Replace direct submit with direct call to tasklet
Chris Wilson
2020-12-24
1
-4
/
+0
*
drm/i915: Show timeline dependencies for debug
Tvrtko Ursulin
2020-11-19
1
-0
/
+28
*
drm/i915: Don't set queue-priority hint when supressing the reschedule
Chris Wilson
2020-05-25
1
-8
/
+8
*
drm/i915: Drop no-semaphore boosting
Chris Wilson
2020-05-14
1
-7
/
+4
*
drm/i915: Remove wait priority boosting
Chris Wilson
2020-05-07
1
-11
/
+1
*
drm/i915: Mark concurrent submissions with a weak-dependency
Chris Wilson
2020-05-07
1
-3
/
+3
*
drm/i915/gt: Include a few tracek for timeslicing
Chris Wilson
2020-03-31
1
-0
/
+6
*
drm/i915: Defer kicking the tasklet until all rescheduling is complete
Chris Wilson
2020-03-31
1
-0
/
+4
*
drm/i915: Tweak scheduler's kick_submission()
Chris Wilson
2020-03-11
1
-1
/
+2
*
drm/i915/execlsts: Mark up racy inspection of current i915_request priority
Chris Wilson
2020-03-09
1
-1
/
+1
*
drm/i915: Always propagate the invocation to i915_schedule
Chris Wilson
2020-03-06
1
-4
/
+1
*
drm/i915: Double check bumping after the spinlock
Chris Wilson
2020-02-20
1
-0
/
+3
*
drm/i915/gt: Protect signaler walk with RCU
Chris Wilson
2020-02-20
1
-3
/
+4
*
drm/i915/gt: Protect execlists_hold/unhold from new waiters
Chris Wilson
2020-02-07
1
-1
/
+1
*
drm/i915/gt: Protect defer_request() from new waiters
Chris Wilson
2020-02-07
1
-2
/
+4
*
drm/i915: Keep track of request among the scheduling lists
Chris Wilson
2020-01-16
1
-12
/
+10
*
drm/i915: Drop GEM context as a direct link from i915_request
Chris Wilson
2019-12-20
1
-1
/
+1
*
drm/i915: Copy across scheduler behaviour flags across submit fences
Chris Wilson
2019-12-11
1
-1
/
+0
*
drm/i915: Use a ctor for TYPESAFE_BY_RCU i915_request
Chris Wilson
2019-11-22
1
-0
/
+12
*
drm/i915: Protect request peeking with RCU
Chris Wilson
2019-11-04
1
-2
/
+7
*
drm/i915: Don't set queue_priority_hint if we don't kick the submission
Chris Wilson
2019-10-21
1
-15
/
+22
*
drm/i915/execlists: Don't merely skip submission if maybe timeslicing
Chris Wilson
2019-10-18
1
-2
/
+15
*
drm/i915: Push the wakeref->count deferral to the backend
Chris Wilson
2019-08-13
1
-2
/
+1
*
drm/i915/execlists: Minimalistic timeslicing
Chris Wilson
2019-06-20
1
-0
/
+1
*
drm/i915/execlists: Preempt-to-busy
Chris Wilson
2019-06-20
1
-2
/
+1
*
drm/i915: Replace engine->timeline with a plain list
Chris Wilson
2019-06-14
1
-19
/
+19
*
drm/i915: Load balancing across a virtual engine
Chris Wilson
2019-05-22
1
-3
/
+16
*
drm/i915: Bump signaler priority on adding a waiter
Chris Wilson
2019-05-17
1
-0
/
+11
*
drm/i915: Check for no-op priority changes first
Chris Wilson
2019-05-13
1
-2
/
+2
*
drm/i915: Pass i915_sched_node around internally
Chris Wilson
2019-05-13
1
-17
/
+19
*
drm/i915: Rearrange i915_scheduler.c
Chris Wilson
2019-05-13
1
-105
/
+105
*
drm/i915: Only reschedule the submission tasklet if preemption is possible
Chris Wilson
2019-05-07
1
-15
/
+19
*
drm/i915: Bump ready tasks ahead of busywaits
Chris Wilson
2019-04-11
1
-10
/
+11
*
drm/i915: Only emit one semaphore per request
Chris Wilson
2019-04-02
1
-2
/
+3
*
drm/i915: Use i915_global_register()
Chris Wilson
2019-03-06
1
-12
/
+20
*
drm/i915: Prioritise non-busywait semaphore workloads
Chris Wilson
2019-03-01
1
-0
/
+6
*
drm/i915/execlists: Suppress mere WAIT preemption
Chris Wilson
2019-03-01
1
-1
/
+0
[next]