summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_lrc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Unify intel_ring_begin()Chris Wilson2016-05-231-137/+9
* drm/i915: Remove a couple pointless WARN_ONsTvrtko Ursulin2016-04-201-2/+0
* 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/+1
* 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/+0
* 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/+6
* 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/+1
* 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/+0
* 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
* drm/i915: Use ordered seqno write interrupt generation on gen8+ execlistsChris Wilson2016-01-211-28/+61
* drm/i915: tidy up a few leftoversDave Gordon2016-01-211-21/+17
* drm/i915: abolish separate per-ring default_context pointersDave Gordon2016-01-211-8/+9
* drm/i915: simplify allocation of driver-internal requestsDave Gordon2016-01-211-5/+4
* drm/i915: Cache LRC state page in the contextTvrtko Ursulin2016-01-181-18/+21
* drm/i915: Cache ringbuffer GTT VMATvrtko Ursulin2016-01-181-2/+1
* drm/i915: Do not call API requiring struct_mutex where it is not availableTvrtko Ursulin2016-01-181-61/+90
* drm/i915: Make sure DC writes are coherent on flush.Francisco Jerez2016-01-151-0/+1
* drm/i915: Fix bsd2 ring nameTvrtko Ursulin2016-01-131-1/+1
* drm/i915: Compact logical ring interrupt initializationTvrtko Ursulin2016-01-131-20/+13
* drm/i915: Extract vfunc setup from logical ring initializersTvrtko Ursulin2016-01-131-59/+29
* drm/i915/bdw+: Replace list_del+list_add_tail with list_move_tailTvrtko Ursulin2016-01-121-9/+6
* drm/i915: Don't warn if the workaround list is empty part 2.Boyer, Wayne2016-01-081-1/+1
* drm/i915: Extract CSB status readBen Widawsky2016-01-071-3/+16
* drm/i915: Change WARN to ERROR in CSB countBen Widawsky2016-01-071-1/+3
OpenPOWER on IntegriCloud