summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_scheduler.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Bump signaler priority on adding a waiterChris Wilson2019-05-201-0/+11
* drm/i915: Pass i915_sched_node around internallyChris Wilson2019-05-201-17/+19
* drm/i915: Rearrange i915_scheduler.cChris Wilson2019-05-201-105/+105
* 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