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