summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.h
AgeCommit message (Expand)AuthorFilesLines
2017-03-03drm/i915: Generalise wait for execlists to be idleChris Wilson1-0/+1
2017-03-03drm/i915: Ensure the engine is idle before manually changing HWSChris Wilson1-0/+2
2017-02-27drm/i915: Delay disabling the user interrupt for breadcrumbsChris Wilson1-2/+5
2017-02-27drm/i915: Signal first fence from irq handler if completeChris Wilson1-4/+4
2017-02-27drm/i915: Report both waiters and success from intel_engine_wakeup()Chris Wilson1-23/+3
2017-02-23drm/i915: Allow a request to be cancelledChris Wilson1-0/+1
2017-02-23drm/i915: Take a reference whilst processing the signaler requestChris Wilson1-1/+1
2017-02-23drm/i915: Protect the request->global_seqno with the engine->timeline lockChris Wilson1-1/+38
2017-02-23drm/i915: Keep a global seqno per-engineChris Wilson1-2/+2
2017-02-17drm/i915: Postpone fake breadcrumb interrupt until real interrupts ceaseChris Wilson1-1/+2
2017-02-17drm/i915: Consolidate gen8_emit_pipe_controlTvrtko Ursulin1-0/+11
2017-02-17drm/i915: Make int __intel_ring_space staticTvrtko Ursulin1-1/+0
2017-02-15drm/i915: Remove duplicate intel_logical_ring_workarounds_emitTvrtko Ursulin1-0/+1
2017-02-14drm/i915: Emit to ringbuffer directlyTvrtko Ursulin1-19/+11
2017-02-13drm/i915: Add unit tests for the breadcrumb rbtree, insert/removeChris Wilson1-0/+2
2017-02-10drm/i915: Rename conditional GEM execution macrosChris Wilson1-3/+3
2017-02-06drm/i915: Avoid unguarded reads from the request pointerChris Wilson1-0/+1
2017-02-06drm/i915: Mark the end of intel_ring_begin() and check in intel_ring_advance()Chris Wilson1-0/+3
2017-01-30drm/i915: Create context desc template when context is createdMika Kuoppala1-1/+0
2017-01-24drm/i915: Only run execlist context-switch handler after an interruptChris Wilson1-0/+1
2017-01-24drm/i915: Move breadcrumbs irq_posted up a level to engineChris Wilson1-1/+3
2017-01-24drm/i915: Only disable execlist preemption for the duration of the requestChris Wilson1-1/+0
2017-01-23drm/i915: Remove disable_lite_restore_waChris Wilson1-1/+0
2016-12-24drm/i915: request ring to be pinned above GUC_WOPCM_TOPDaniele Ceraolo Spurio1-1/+1
2016-12-18drm/i915: Swap if(enable_execlists) in i915_gem_request_alloc for a vfuncChris Wilson1-2/+1
2016-12-18drm/i915: Unify active context tracking between legacy/execlists/gucChris Wilson1-1/+22
2016-11-21drm/i915: Decouple hang detection from hangcheck periodMika Kuoppala1-9/+31
2016-11-21drm/i915: Split up hangcheck phasesMika Kuoppala1-1/+3
2016-11-14drm/i915/scheduler: Execute requests in order of prioritiesChris Wilson1-1/+2
2016-11-14drm/i915/scheduler: Signal the arrival of a new requestChris Wilson1-0/+9
2016-11-14drm/i915: Remove engine->execlist_lockChris Wilson1-1/+0
2016-11-09drm/i915: Spin until breadcrumb threads are completeChris Wilson1-2/+1
2016-11-01drm/i915: Avoid accessing request->timeline outside of its lifetimeChris Wilson1-0/+12
2016-10-28drm/i915: Enable multiple timelinesChris Wilson1-5/+0
2016-10-28drm/i915: Convert breadcrumbs spinlock to be irqsafeChris Wilson1-1/+1
2016-10-28drm/i915: Move the global sync optimisation to the timelineChris Wilson1-23/+0
2016-10-28drm/i915: Defer breadcrumb emissionChris Wilson1-4/+6
2016-10-28drm/i915: Record space required for breadcrumb emissionChris Wilson1-0/+1
2016-10-28drm/i915: Rename ->emit_request to ->emit_breadcrumbChris Wilson1-1/+1
2016-10-28drm/i915: Combine seqno + tracking into a global timeline structChris Wilson1-32/+4
2016-10-28drm/i915: Reuse the active golden render state batchChris Wilson1-0/+3
2016-10-28drm/i915: Remove unused i915_gem_active_wait() in favour of _unlocked()Chris Wilson1-1/+1
2016-10-28drm/i915: Rearrange i915_wait_request() accounting with callersChris Wilson1-2/+1
2016-10-14drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel1-7/+1
2016-10-12drm/i915: Move common code out of i915_gpu_error.cChris Wilson1-0/+3
2016-10-07drm/i915: Reset the breadcrumbs IRQ more carefullyChris Wilson1-1/+1
2016-10-07drm/i915: Distinguish last emitted request from last submitted requestChris Wilson1-0/+1
2016-10-05drm/i915: Show RING registers through debugfsChris Wilson1-0/+2
2016-09-21drm/i915: Try to print INSTDONE bits for all slice/subsliceBen Widawsky1-2/+21
2016-09-21drm/i915: Cleanup instdone collectionBen Widawsky1-1/+9