summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_lrc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Fix ordering of sanitize ppgtt and sanitize execlistsChris Wilson2016-04-291-2/+0Star
* drm/i915: Apply strongly ordered RCS breadcrumb to gen8/legacyChris Wilson2016-04-291-7/+3Star
* drm/i915: Trim the flush for the execlists request emissionChris Wilson2016-04-291-2/+5
* drm/i915: Stop tracking execlists retired requestsTvrtko Ursulin2016-04-281-25/+14Star
* drm/i915: Store LRC hardware id in the requestTvrtko Ursulin2016-04-281-1/+2
* drm/i915: Track the previous pinned context inside the requestChris Wilson2016-04-281-6/+8
* drm/i915: Move the magical deferred context allocation into the requestChris Wilson2016-04-281-6/+13
* drm/i915: Refactor execlists default context pinningChris Wilson2016-04-281-89/+61Star
* drm/i915: Replace the pinned context address with its unique IDChris Wilson2016-04-281-30/+9Star
* drm/i915: Update execlists context descriptor format commentaryChris Wilson2016-04-281-5/+6
* drm/i915: Preallocate enough space for the average requestChris Wilson2016-04-281-0/+7
* drm/i915: Manually unwind after a failed request allocationChris Wilson2016-04-281-2/+14
* drm/i915: Remove the identical implementations of request space reservationChris Wilson2016-04-281-15/+0Star
* drm/i915: Unify intel_ring_begin()Chris Wilson2016-04-281-137/+9Star
* drm/i915: Propagate error from drm_gem_object_init()Chris Wilson2016-04-281-4/+6
* drm/i915: rename i915_gem_alloc_object() to i915_gem_object_create()Dave Gordon2016-04-251-2/+2
* drm/i915: Remove a couple pointless WARN_ONsTvrtko Ursulin2016-04-201-2/+0Star
* drm/i915/mocs: Program MOCS for all engines on initPeter Antoine2016-04-141-1/+1
* drm/i915: Late request cancellations are harmfulChris Wilson2016-04-141-3/+1Star
* drm/i915: Prevent leaking of -EIO from i915_wait_request()Chris Wilson2016-04-141-1/+1
* drm/i915: Store the reset counter when constructing a requestChris Wilson2016-04-141-7/+0Star
* drm/i915: Hide the atomic_read(reset_counter) behind a helperChris Wilson2016-04-141-1/+1
* drm/i915: Adjust size of PIPE_CONTROL used for gen8 render seqno writeMichaƂ Winiarski2016-04-131-2/+8
* drm/i915: Use new i915_gem_object_pin_map for LRCTvrtko Ursulin2016-04-131-36/+46
* drm/i915: Split execlists hardware status page initialisation from setupTvrtko Ursulin2016-04-131-23/+27
* drm/i915: Only grab correct forcewake for the engine with execlistsTvrtko Ursulin2016-04-121-5/+22
* drm/i915: implement WaClearTdlStateAckDirtyBitsTim Gore2016-04-111-0/+19
* drm/i915: Separate out the seqno-barrier from engine->get_seqnoChris Wilson2016-04-091-13/+6Star
* drm/i915: Fixup the free space logic in ring_prepareAkash Goel2016-04-091-3/+3
* drm/i915: Move execlists irq handler to a bottom halfTvrtko Ursulin2016-04-041-14/+22
* drm/i915: replace for_each_engine()Dave Gordon2016-03-241-2/+1Star
* drm/i915/tdr: Initialize hangcheck struct for each engineTomas Elf2016-03-221-1/+1
* drm/i915: Move CSB MMIO reads out of the execlists lockTvrtko Ursulin2016-03-181-39/+40
* drm/i915: Use shorter route to dev_private where possibleTvrtko Ursulin2016-03-181-1/+1
* drm/i915: More renaming of rings to enginesTvrtko Ursulin2016-03-161-4/+4
* drm/i915: More intel_engine_cs renamingTvrtko Ursulin2016-03-161-6/+6
* drm/i915: Rename intel_engine_cs struct membersTvrtko Ursulin2016-03-161-38/+38
* drm/i915: Rename intel_engine_cs function parametersTvrtko Ursulin2016-03-161-268/+298
* drm/i915: Rename local struct intel_engine_cs variablesTvrtko Ursulin2016-03-161-107/+109
* drm/i915/lrc: Do not wait atomically when stopping enginesTvrtko Ursulin2016-03-031-1/+1
* drm/i915: Execlists small cleanups and micro-optimisationsTvrtko Ursulin2016-03-011-102/+112
* drm/i915: Execlists cannot pin a context without the objectChris Wilson2016-02-261-4/+0Star
* drm/i915/lrc: Only set RS ctx enable in ctx control reg if there is a RSMichel Thierry2016-02-261-1/+2
* drm/i915/gen9: Set value of Indirect Context Offset based on gen versionMichel Thierry2016-02-261-2/+24
* drm/i915: Fix premature LRC unpin in GuC modeTvrtko Ursulin2016-01-281-2/+14
* drm/i915: Make LRC pinning own a reference to the contextTvrtko Ursulin2016-01-281-0/+4
* drm/i915: Make LRC (un)pinning work on context and engineTvrtko Ursulin2016-01-281-24/+25
* drm/i915/guc: Decouple GuC engine id from ring idAlex Dai2016-01-251-0/+5
* drm/i915: More use of the cached LRC stateTvrtko Ursulin2016-01-251-2/+4
* drm/i915: Seal busy-ioctl uABI and prevent leaking of internal idsChris Wilson2016-01-211-0/+5