summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Refactor tests for validity of RING_TAILChris Wilson2017-03-271-0/+11
* drm/i915/execlists: Wrap tail pointer after reset tweakingChris Wilson2017-03-271-2/+8
* drm/i915: Use BIT() for computing the engine's flagChris Wilson2017-03-271-2/+2
* drm/i915: Remove unused intel_flush_status_page()Chris Wilson2017-03-271-8/+0
* drm/i915: Fixup intel_write_status_page() for old CPUs without clflushChris Wilson2017-03-271-7/+15
* drm/i915: Remove intel_ring.last_retired_headChris Wilson2017-03-211-10/+0
* drm/i915: Move engine->submit_request selection to a vfuncChris Wilson2017-03-161-0/+4
* drm/i915: make context status notifier head be per engineChangbin Du2017-03-161-0/+3
* drm/i915: Replace irq_seqno_barrier on hws write with a clflushChris Wilson2017-03-161-0/+4
* 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
OpenPOWER on IntegriCloud