summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_lrc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson2016-07-051-7/+7
* drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson2016-07-041-2/+2
* drm/i915: Remove stop-rings debugfs interfaceChris Wilson2016-07-041-3/+0Star
* drm/i915: Move the get/put irq locking into the callerChris Wilson2016-07-011-26/+8Star
* drm/i915: Refactor scratch object allocation for gen2 w/a bufferChris Wilson2016-07-011-1/+1
* drm/i915: Use HWS for seqno tracking everywhereChris Wilson2016-07-011-24/+2Star
* drm/i915: Slaughter the thundering i915_wait_request herdChris Wilson2016-07-011-1/+6
* drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()Chris Wilson2016-06-301-1/+4
* drm/i915: Small compaction of the engine init codeTvrtko Ursulin2016-06-241-139/+114Star
* drm/i915: Support LRC context single submissionZhi Wang2016-06-171-0/+14
* drm/i915: Introduce execlist context status change notificationZhi Wang2016-06-171-0/+22
* drm/i915: Make addressing mode bits in context descriptor configurableZhi Wang2016-06-171-13/+2Star
* drm/i915: Make ring buffer size of a LRC context configurableZhi Wang2016-06-171-1/+1
* drm/i915/kbl: Add WaClearSlmSpaceAtContextSwitchMika Kuoppala2016-06-081-0/+16
* drm/i915/kbl: Add WaForGAMHangMika Kuoppala2016-06-081-2/+34
* drm/i915/kbl: Add WaDisableLSQCROPERFforOCLMika Kuoppala2016-06-081-2/+3
* drm/i915: Fix a buch of kerneldoc warningsTvrtko Ursulin2016-06-061-13/+7Star
* drm/i915: Revert async unpin and nonblocking atomic commitDaniel Vetter2016-05-251-1/+3
* drm/i915: Merge legacy+execlists context structsChris Wilson2016-05-241-26/+0Star
* drm/i915: Name the inner most per-engine intel_context structChris Wilson2016-05-241-46/+44Star
* drm/i915: Rename struct intel_contextChris Wilson2016-05-241-11/+11
* drm/i915/guc: pass request (not client) to i915_guc_{wq_check_space, submit}()Dave Gordon2016-05-231-6/+3Star
* drm/i915: Remove use_mmio_flip kernel parameter.Maarten Lankhorst2016-05-191-3/+1Star
* drm/i915: Store a i915 backpointer from engine, and use itChris Wilson2016-05-091-75/+64Star
* drm/i915/execlists: Refactor common engine setupChris Wilson2016-05-091-83/+93
* 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