summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_ringbuffer.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Add unit tests for the breadcrumb rbtree, insert/removeChris Wilson2017-02-131-0/+2
* drm/i915: Rename conditional GEM execution macrosChris Wilson2017-02-101-3/+3
* drm/i915: Avoid unguarded reads from the request pointerChris Wilson2017-02-061-0/+1
* drm/i915: Mark the end of intel_ring_begin() and check in intel_ring_advance()Chris Wilson2017-02-061-0/+3
* drm/i915: Create context desc template when context is createdMika Kuoppala2017-01-301-1/+0
* drm/i915: Only run execlist context-switch handler after an interruptChris Wilson2017-01-241-0/+1
* drm/i915: Move breadcrumbs irq_posted up a level to engineChris Wilson2017-01-241-1/+3
* drm/i915: Only disable execlist preemption for the duration of the requestChris Wilson2017-01-241-1/+0
* drm/i915: Remove disable_lite_restore_waChris Wilson2017-01-231-1/+0
* 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