summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Make i915_engine_info pretty printer to standaloneChris Wilson2017-10-091-0/+4
* drm/i915/execlists: Preemption!Chris Wilson2017-10-041-0/+5
* drm/i915: Make execlist port count variableMika Kuoppala2017-09-251-4/+17
* drm/i915: Add execlist_port_completeMika Kuoppala2017-09-251-1/+13
* drm/i915: Make own struct for execlist itemsMika Kuoppala2017-09-251-21/+79
* drm/i915: Cancel all ready but queued requests when wedgingChris Wilson2017-09-181-0/+8
* drm/i915/execlists: Read the context-status HEAD from the HWSPChris Wilson2017-09-131-0/+3
* drm/i915/execlists: Read the context-status buffer from the HWSPChris Wilson2017-09-131-0/+3
* drm/i915: Disable MI_STORE_DATA_IMM for i915g/i915gmChris Wilson2017-09-061-11/+1
* drm/i915: Don't use MI_STORE_DWORD_IMM on Sandybridge/vcsChris Wilson2017-08-181-0/+12
* drm/i915: Look for active requests earlier in the reset pathMichel Thierry2017-06-201-0/+1
* drm/i915: Split execlist priority queue into rbtree + linked listChris Wilson2017-05-171-0/+9
* drm/i915/execlists: Pack the count into the low bits of the port.requestChris Wilson2017-05-171-2/+9
* drm/i915: Micro-optimise hotpath through intel_ring_begin()Chris Wilson2017-05-041-1/+2
* drm/i915: Report the ring->space from intel_ring_update_space()Chris Wilson2017-05-041-1/+1
* drm/i915: Avoid the branch in computing intel_ring_space()Chris Wilson2017-05-041-14/+22
* drm/i915: Use engine->context_pin() to report the intel_ringChris Wilson2017-05-041-2/+2
* drm/i915: Sanitize engine context sizesJoonas Lahtinen2017-04-281-3/+4
* drm/i915: Skip waking the signaler when enabling before request submissionChris Wilson2017-04-261-1/+2
* drm/i915: Differentiate between sw write location into ring and last hw readChris Wilson2017-04-251-2/+17
* drm/i915: Rename intel_engine_cs.exec_id to uabi_idChris Wilson2017-04-111-1/+1
* drm/i915: Generate the engine name based on the instance numberOscar Mateo2017-04-111-1/+3
* drm/i915: Use the same vfunc for BSD2 ring initOscar Mateo2017-04-111-1/+0
* drm/i915: Classify the engines in class + instanceDaniele Ceraolo Spurio2017-04-111-0/+4
* drm/i915: intel_ring.engine is unusedChris Wilson2017-04-031-3/+3
* 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
OpenPOWER on IntegriCloud