index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_scheduler.c
Age
Commit message (
Expand
)
Author
2021-03-24
drm/i915: Remove I915_USER_PRIORITY_SHIFT
Chris Wilson
2021-03-24
drm/i915: Strip out internal priorities
Chris Wilson
2021-01-15
drm/i915: Mark up protected uses of 'i915_request_completed'
Chris Wilson
2020-12-24
drm/i915/gt: Replace direct submit with direct call to tasklet
Chris Wilson
2020-11-19
drm/i915: Show timeline dependencies for debug
Tvrtko Ursulin
2020-05-25
drm/i915: Don't set queue-priority hint when supressing the reschedule
Chris Wilson
2020-05-14
drm/i915: Drop no-semaphore boosting
Chris Wilson
2020-05-07
drm/i915: Remove wait priority boosting
Chris Wilson
2020-05-07
drm/i915: Mark concurrent submissions with a weak-dependency
Chris Wilson
2020-03-31
drm/i915/gt: Include a few tracek for timeslicing
Chris Wilson
2020-03-31
drm/i915: Defer kicking the tasklet until all rescheduling is complete
Chris Wilson
2020-03-10
drm/i915: Tweak scheduler's kick_submission()
Chris Wilson
2020-03-09
drm/i915/execlsts: Mark up racy inspection of current i915_request priority
Chris Wilson
2020-03-06
drm/i915: Always propagate the invocation to i915_schedule
Chris Wilson
2020-02-20
drm/i915: Double check bumping after the spinlock
Chris Wilson
2020-02-20
drm/i915/gt: Protect signaler walk with RCU
Chris Wilson
2020-02-07
drm/i915/gt: Protect execlists_hold/unhold from new waiters
Chris Wilson
2020-02-07
drm/i915/gt: Protect defer_request() from new waiters
Chris Wilson
2020-01-16
drm/i915: Keep track of request among the scheduling lists
Chris Wilson
2019-12-20
drm/i915: Drop GEM context as a direct link from i915_request
Chris Wilson
2019-12-11
drm/i915: Copy across scheduler behaviour flags across submit fences
Chris Wilson
2019-11-22
drm/i915: Use a ctor for TYPESAFE_BY_RCU i915_request
Chris Wilson
2019-11-04
drm/i915: Protect request peeking with RCU
Chris Wilson
2019-10-21
drm/i915: Don't set queue_priority_hint if we don't kick the submission
Chris Wilson
2019-10-18
drm/i915/execlists: Don't merely skip submission if maybe timeslicing
Chris Wilson
2019-08-13
drm/i915: Push the wakeref->count deferral to the backend
Chris Wilson
2019-06-20
drm/i915/execlists: Minimalistic timeslicing
Chris Wilson
2019-06-20
drm/i915/execlists: Preempt-to-busy
Chris Wilson
2019-06-14
drm/i915: Replace engine->timeline with a plain list
Chris Wilson
2019-05-22
drm/i915: Load balancing across a virtual engine
Chris Wilson
2019-05-17
drm/i915: Bump signaler priority on adding a waiter
Chris Wilson
2019-05-13
drm/i915: Check for no-op priority changes first
Chris Wilson
2019-05-13
drm/i915: Pass i915_sched_node around internally
Chris Wilson
2019-05-13
drm/i915: Rearrange i915_scheduler.c
Chris Wilson
2019-05-07
drm/i915: Only reschedule the submission tasklet if preemption is possible
Chris Wilson
2019-04-11
drm/i915: Bump ready tasks ahead of busywaits
Chris Wilson
2019-04-02
drm/i915: Only emit one semaphore per request
Chris Wilson
2019-03-06
drm/i915: Use i915_global_register()
Chris Wilson
2019-03-01
drm/i915: Prioritise non-busywait semaphore workloads
Chris Wilson
2019-02-28
drm/i915/execlists: Suppress mere WAIT preemption
Chris Wilson
2019-02-28
drm/i915: Make request allocation caches global
Chris Wilson
2019-02-27
drm/i915: Skip scanning for signalers if we are already inflight
Chris Wilson
2019-02-11
drm/i915: Reacquire priolist cache after dropping the engine lock
Chris Wilson
2019-01-29
drm/i915: Replace global breadcrumbs with per-context interrupt tracking
Chris Wilson
2019-01-29
drm/i915/execlists: Suppress preempting self
Chris Wilson
2019-01-29
drm/i915: Rename execlists->queue_priority to queue_priority_hint
Chris Wilson
2018-10-01
drm/i915: Priority boost for waiting clients
Chris Wilson
2018-10-01
drm/i915: Pull scheduling under standalone lock
Chris Wilson