summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_scheduler.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: move scheduler slabs to direct module init/exitDaniel Vetter2021-07-281-24/+15
* drm/i915/guc: Implement GuC priority managementMatthew Brost2021-07-271-0/+7
* drm/i915: Reset GPU immediately if submission is disabledMatthew Brost2021-07-271-0/+6
* drm/i915: Add i915_sched_engine destroy vfuncMatthew Brost2021-07-271-1/+2
* drm/i915: Ditch i915 globals shrink infrastructureDaniel Vetter2021-07-221-7/+0
* drm/i915: Move submission tasklet to i915_sched_engineMatthew Brost2021-06-181-0/+1
* drm/i915: Update i915_scheduler to operate on i915_sched_engineMatthew Brost2021-06-181-23/+23
* drm/i915: Add kick_backend function to i915_sched_engineMatthew Brost2021-06-181-60/+2
* drm/i915: Move active tracking to i915_sched_engineMatthew Brost2021-06-181-7/+23
* drm/i915: Move priolist to new i915_sched_engine objectMatthew Brost2021-06-181-13/+40
* drm/i915: Remove I915_USER_PRIORITY_SHIFTChris Wilson2021-03-241-1/+0
* drm/i915: Strip out internal prioritiesChris Wilson2021-03-241-45/+6
* drm/i915: Mark up protected uses of 'i915_request_completed'Chris Wilson2021-01-151-1/+1
* drm/i915/gt: Replace direct submit with direct call to taskletChris Wilson2020-12-241-4/+0
* drm/i915: Show timeline dependencies for debugTvrtko Ursulin2020-11-191-0/+28
* drm/i915: Don't set queue-priority hint when supressing the rescheduleChris Wilson2020-05-251-8/+8
* drm/i915: Drop no-semaphore boostingChris Wilson2020-05-141-7/+4
* drm/i915: Remove wait priority boostingChris Wilson2020-05-071-11/+1
* drm/i915: Mark concurrent submissions with a weak-dependencyChris Wilson2020-05-071-3/+3
* drm/i915/gt: Include a few tracek for timeslicingChris Wilson2020-03-311-0/+6
* drm/i915: Defer kicking the tasklet until all rescheduling is completeChris Wilson2020-03-311-0/+4
* drm/i915: Tweak scheduler's kick_submission()Chris Wilson2020-03-101-1/+2
* drm/i915/execlsts: Mark up racy inspection of current i915_request priorityChris Wilson2020-03-091-1/+1
* drm/i915: Always propagate the invocation to i915_scheduleChris Wilson2020-03-061-4/+1
* drm/i915: Double check bumping after the spinlockChris Wilson2020-02-201-0/+3
* drm/i915/gt: Protect signaler walk with RCUChris Wilson2020-02-201-3/+4
* drm/i915/gt: Protect execlists_hold/unhold from new waitersChris Wilson2020-02-071-1/+1
* drm/i915/gt: Protect defer_request() from new waitersChris Wilson2020-02-071-2/+4
* drm/i915: Keep track of request among the scheduling listsChris Wilson2020-01-161-12/+10
* drm/i915: Drop GEM context as a direct link from i915_requestChris Wilson2019-12-201-1/+1
* drm/i915: Copy across scheduler behaviour flags across submit fencesChris Wilson2019-12-111-1/+0
* drm/i915: Use a ctor for TYPESAFE_BY_RCU i915_requestChris Wilson2019-11-221-0/+12
* drm/i915: Protect request peeking with RCUChris Wilson2019-11-041-2/+7
* drm/i915: Don't set queue_priority_hint if we don't kick the submissionChris Wilson2019-10-211-15/+22
* drm/i915/execlists: Don't merely skip submission if maybe timeslicingChris Wilson2019-10-181-2/+15
* drm/i915: Push the wakeref->count deferral to the backendChris Wilson2019-08-131-2/+1
* drm/i915/execlists: Minimalistic timeslicingChris Wilson2019-06-201-0/+1
* drm/i915/execlists: Preempt-to-busyChris Wilson2019-06-201-2/+1
* drm/i915: Replace engine->timeline with a plain listChris Wilson2019-06-141-19/+19
* drm/i915: Load balancing across a virtual engineChris Wilson2019-05-221-3/+16
* drm/i915: Bump signaler priority on adding a waiterChris Wilson2019-05-171-0/+11
* drm/i915: Check for no-op priority changes firstChris Wilson2019-05-131-2/+2
* drm/i915: Pass i915_sched_node around internallyChris Wilson2019-05-131-17/+19
* drm/i915: Rearrange i915_scheduler.cChris Wilson2019-05-131-105/+105
* drm/i915: Only reschedule the submission tasklet if preemption is possibleChris Wilson2019-05-071-15/+19
* drm/i915: Bump ready tasks ahead of busywaitsChris Wilson2019-04-111-10/+11
* drm/i915: Only emit one semaphore per requestChris Wilson2019-04-021-2/+3
* drm/i915: Use i915_global_register()Chris Wilson2019-03-061-12/+20
* drm/i915: Prioritise non-busywait semaphore workloadsChris Wilson2019-03-011-0/+6
* drm/i915/execlists: Suppress mere WAIT preemptionChris Wilson2019-02-281-1/+0