summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_lrc.c
Commit message (Expand)AuthorAgeFilesLines
* Backmerge tag 'v4.7' into drm-nextDave Airlie2016-07-261-5/+7
|\
| * drm/i915/kbl: Add WaClearSlmSpaceAtContextSwitchMika Kuoppala2016-07-151-0/+17
| * drm/i915/kbl: Add WaForGAMHangMika Kuoppala2016-07-151-2/+34
| * drm/i915/kbl: Add WaDisableLSQCROPERFforOCLMika Kuoppala2016-07-151-2/+4
| * drm/i915: Unify intel_ring_begin()Chris Wilson2016-05-231-137/+9
* | drm/i915:gen9: implement WaMediaPoolStateCmdInWABBTim Gore2016-07-071-0/+25
* | 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/+0
* | drm/i915: Move the get/put irq locking into the callerChris Wilson2016-07-011-26/+8
* | 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/+2
* | 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/+114
* | 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/+2
* | 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/+7
* | 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/+0
* | drm/i915: Name the inner most per-engine intel_context structChris Wilson2016-05-241-46/+44
* | 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/+3
* | drm/i915: Remove use_mmio_flip kernel parameter.Maarten Lankhorst2016-05-191-3/+1
* | drm/i915: Store a i915 backpointer from engine, and use itChris Wilson2016-05-091-75/+64
* | 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/+0
* | drm/i915: Apply strongly ordered RCS breadcrumb to gen8/legacyChris Wilson2016-04-291-7/+3
* | 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/+14
* | 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/+61
* | drm/i915: Replace the pinned context address with its unique IDChris Wilson2016-04-281-30/+9
* | 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/+0
* | drm/i915: Unify intel_ring_begin()Chris Wilson2016-04-281-137/+9
* | 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/+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
OpenPOWER on IntegriCloud