summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Don't use enums for hardware engine idMichal Wajdeczko2017-03-031-16/+16
* drm/i915: Split breadcrumbs spinlock into twoChris Wilson2017-03-031-3/+5
* drm/i915: Generalise wait for execlists to be idleChris Wilson2017-03-031-0/+1
* drm/i915: Ensure the engine is idle before manually changing HWSChris Wilson2017-03-031-0/+2
* drm/i915: Delay disabling the user interrupt for breadcrumbsChris Wilson2017-02-271-2/+5
* drm/i915: Signal first fence from irq handler if completeChris Wilson2017-02-271-4/+4
* drm/i915: Report both waiters and success from intel_engine_wakeup()Chris Wilson2017-02-271-23/+3
* drm/i915: Allow a request to be cancelledChris Wilson2017-02-231-0/+1
* drm/i915: Take a reference whilst processing the signaler requestChris Wilson2017-02-231-1/+1
* drm/i915: Protect the request->global_seqno with the engine->timeline lockChris Wilson2017-02-231-1/+38
* drm/i915: Keep a global seqno per-engineChris Wilson2017-02-231-2/+2
* drm/i915: Postpone fake breadcrumb interrupt until real interrupts ceaseChris Wilson2017-02-171-1/+2
* drm/i915: Consolidate gen8_emit_pipe_controlTvrtko Ursulin2017-02-171-0/+11
* drm/i915: Make int __intel_ring_space staticTvrtko Ursulin2017-02-171-1/+0
* drm/i915: Remove duplicate intel_logical_ring_workarounds_emitTvrtko Ursulin2017-02-151-0/+1
* drm/i915: Emit to ringbuffer directlyTvrtko Ursulin2017-02-141-19/+11
* 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
OpenPOWER on IntegriCloud