summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Consolidate checks for engine stats availabilityTvrtko Ursulin2017-11-291-0/+6
* drm/i915: Move engine->needs_cmd_parser to engine->flagsTvrtko Ursulin2017-11-291-1/+7
* drm/i915: Unwind incomplete legacy context switchesChris Wilson2017-11-231-0/+1
* drm/i915/pmu: Drop I915_ENGINE_SAMPLE_MAX from uapi headersTvrtko Ursulin2017-11-231-0/+1
* drm/i915/pmu: Wire up engine busy stats to PMUTvrtko Ursulin2017-11-221-0/+14
* drm/i915: Engine busy time trackingTvrtko Ursulin2017-11-221-0/+92
* drm/i915/pmu: Expose a PMU interface for perf queriesTvrtko Ursulin2017-11-221-0/+26
* drm/i915: Remove obsolete ringbuffer emission for gen8+Chris Wilson2017-11-201-19/+6
* drm/i915/execlists: Delay writing to ELSP until HW has processed the previous...Michel Thierry2017-11-201-0/+1
* drm/i915: Update execlists tasklet namingSagar Arun Kamble2017-11-161-2/+2
* drm/i915: Make request's wait-for-space explicitChris Wilson2017-11-151-0/+1
* drm/i915: Stop caching the "golden" renderstateChris Wilson2017-11-101-2/+0
* drm/i915: Record the default hw state after reset upon loadChris Wilson2017-11-101-0/+2
* drm/i915: Define an engine class enum for the uABITvrtko Ursulin2017-11-101-1/+4
* drm/i915/guc: Preemption! With GuCMichał Winiarski2017-10-261-0/+6
* drm/i915: Add information needed to track engine preempt stateMichał Winiarski2017-10-261-0/+7
* drm/i915: Extract "emit write" part of emit breadcrumb functionsMichał Winiarski2017-10-261-0/+38
* drm/i915/guc: Always enable the breadcrumbs irqChris Wilson2017-10-251-1/+4
* drm/i915: Add a hook for making the engines idle (parking) and unparkingChris Wilson2017-10-251-1/+6
* drm/i915: Use same test for eviction and submitting kernel contextChris Wilson2017-10-251-0/+2
* drm/i915: Filter out spurious execlists context-switch interruptsChris Wilson2017-10-241-2/+32
* 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
OpenPOWER on IntegriCloud