summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/execlists: Wrap tail pointer after reset tweakingChris Wilson2017-03-291-1/+7
* drm/i915: make context status notifier head be per engineChangbin Du2017-03-211-0/+3
* drm/i915: request ring to be pinned above GUC_WOPCM_TOPDaniele Ceraolo Spurio2016-12-241-1/+1
* drm/i915: Swap if(enable_execlists) in i915_gem_request_alloc for a vfuncChris Wilson2016-12-181-2/+1
* drm/i915: Unify active context tracking between legacy/execlists/gucChris Wilson2016-12-181-1/+22
* drm/i915: Decouple hang detection from hangcheck periodMika Kuoppala2016-11-211-9/+31
* drm/i915: Split up hangcheck phasesMika Kuoppala2016-11-211-1/+3
* drm/i915/scheduler: Execute requests in order of prioritiesChris Wilson2016-11-141-1/+2
* drm/i915/scheduler: Signal the arrival of a new requestChris Wilson2016-11-141-0/+9
* drm/i915: Remove engine->execlist_lockChris Wilson2016-11-141-1/+0
* drm/i915: Spin until breadcrumb threads are completeChris Wilson2016-11-091-2/+1
* drm/i915: Avoid accessing request->timeline outside of its lifetimeChris Wilson2016-11-011-0/+12
* drm/i915: Enable multiple timelinesChris Wilson2016-10-281-5/+0
* drm/i915: Convert breadcrumbs spinlock to be irqsafeChris Wilson2016-10-281-1/+1
* drm/i915: Move the global sync optimisation to the timelineChris Wilson2016-10-281-23/+0
* drm/i915: Defer breadcrumb emissionChris Wilson2016-10-281-4/+6
* drm/i915: Record space required for breadcrumb emissionChris Wilson2016-10-281-0/+1
* drm/i915: Rename ->emit_request to ->emit_breadcrumbChris Wilson2016-10-281-1/+1
* drm/i915: Combine seqno + tracking into a global timeline structChris Wilson2016-10-281-32/+4
* drm/i915: Reuse the active golden render state batchChris Wilson2016-10-281-0/+3
* drm/i915: Remove unused i915_gem_active_wait() in favour of _unlocked()Chris Wilson2016-10-281-1/+1
* drm/i915: Rearrange i915_wait_request() accounting with callersChris Wilson2016-10-281-2/+1
* drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel2016-10-141-7/+1
* drm/i915: Move common code out of i915_gpu_error.cChris Wilson2016-10-121-0/+3
* drm/i915: Reset the breadcrumbs IRQ more carefullyChris Wilson2016-10-071-1/+1
* drm/i915: Distinguish last emitted request from last submitted requestChris Wilson2016-10-071-0/+1
* drm/i915: Show RING registers through debugfsChris Wilson2016-10-051-0/+2
* drm/i915: Try to print INSTDONE bits for all slice/subsliceBen Widawsky2016-09-211-2/+21
* drm/i915: Cleanup instdone collectionBen Widawsky2016-09-211-1/+9
* drm/i915: Drive request submission through fence callbacksChris Wilson2016-09-091-0/+8
* drm/i915: Update reset path to fix incomplete requestsChris Wilson2016-09-091-2/+5
* drm/i915: Expand bool interruptible to pass flags to i915_wait_request()Chris Wilson2016-09-091-2/+2
* drm/i915: Simplify ELSP queue request trackingChris Wilson2016-09-091-2/+5
* drm/i915: Allow ringbuffers to be bound anywhereChris Wilson2016-08-181-1/+0
* drm/i915: Initialize legacy semaphores from engine hw id indexed arrayTvrtko Ursulin2016-08-171-2/+5
* drm/i915: Add enum for hardware engine identifiersTvrtko Ursulin2016-08-171-2/+8
* drm/i915: Use VMA for wa_ctx trackingChris Wilson2016-08-151-2/+2
* drm/i915: Use VMA as the primary tracker for semaphore pageChris Wilson2016-08-151-2/+2
* drm/i915: Move common scratch allocation/destroy to intel_engine_cs.cChris Wilson2016-08-151-3/+1
* drm/i915: Use VMA for scratch page trackingChris Wilson2016-08-151-7/+3
* drm/i915: Use VMA for ringbuffer trackingChris Wilson2016-08-151-7/+7
* drm/i915: Use RCU to annotate and enforce protection for breadcrumb's bhChris Wilson2016-08-101-9/+16
* drm/i915: Move missed interrupt detection from hangcheck to breadcrumbsChris Wilson2016-08-101-3/+3
* drm/i915: Correct typo for __i915_gem_active_get_rcu in a commentChris Wilson2016-08-091-1/+1
* drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutexChris Wilson2016-08-051-12/+21
* drm/i915: Track requests inside each intel_ringChris Wilson2016-08-041-0/+2
* drm/i915: Refactor activity tracking for requestsChris Wilson2016-08-041-12/+0
* drm/i915: Move the common engine cleanup to intel_engine_cs.cChris Wilson2016-08-031-0/+1
* drm/i915: Rename engine->semaphore.sync_to, engine->sempahore.signal localsChris Wilson2016-08-021-3/+3
* drm/i915: Simplify calling engine->sync_toChris Wilson2016-08-021-3/+2
OpenPOWER on IntegriCloud