summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_scheduler.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/i915: Make request allocation caches globalChris Wilson2019-02-281-14/+52
* drm/i915: Skip scanning for signalers if we are already inflightChris Wilson2019-02-271-0/+9
* drm/i915: Reacquire priolist cache after dropping the engine lockChris Wilson2019-02-111-10/+17
* drm/i915: Replace global breadcrumbs with per-context interrupt trackingChris Wilson2019-01-291-1/+1
* drm/i915/execlists: Suppress preempting selfChris Wilson2019-01-291-4/+16
* drm/i915: Rename execlists->queue_priority to queue_priority_hintChris Wilson2019-01-291-6/+5
* drm/i915: Priority boost for waiting clientsChris Wilson2018-10-011-6/+28
* drm/i915: Pull scheduling under standalone lockChris Wilson2018-10-011-0/+377