summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_lrc.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-04drm/i915: Remove stop-rings debugfs interfaceChris Wilson1-3/+0
2016-07-01drm/i915: Move the get/put irq locking into the callerChris Wilson1-26/+8
2016-07-01drm/i915: Refactor scratch object allocation for gen2 w/a bufferChris Wilson1-1/+1
2016-07-01drm/i915: Use HWS for seqno tracking everywhereChris Wilson1-24/+2
2016-07-01drm/i915: Slaughter the thundering i915_wait_request herdChris Wilson1-1/+6
2016-06-30drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()Chris Wilson1-1/+4
2016-06-24drm/i915: Small compaction of the engine init codeTvrtko Ursulin1-139/+114
2016-06-17drm/i915: Support LRC context single submissionZhi Wang1-0/+14
2016-06-17drm/i915: Introduce execlist context status change notificationZhi Wang1-0/+22
2016-06-17drm/i915: Make addressing mode bits in context descriptor configurableZhi Wang1-13/+2
2016-06-17drm/i915: Make ring buffer size of a LRC context configurableZhi Wang1-1/+1
2016-06-08drm/i915/kbl: Add WaClearSlmSpaceAtContextSwitchMika Kuoppala1-0/+16
2016-06-08drm/i915/kbl: Add WaForGAMHangMika Kuoppala1-2/+34
2016-06-08drm/i915/kbl: Add WaDisableLSQCROPERFforOCLMika Kuoppala1-2/+3
2016-06-06drm/i915: Fix a buch of kerneldoc warningsTvrtko Ursulin1-13/+7
2016-05-25drm/i915: Revert async unpin and nonblocking atomic commitDaniel Vetter1-1/+3
2016-05-24drm/i915: Merge legacy+execlists context structsChris Wilson1-26/+0
2016-05-24drm/i915: Name the inner most per-engine intel_context structChris Wilson1-46/+44
2016-05-24drm/i915: Rename struct intel_contextChris Wilson1-11/+11
2016-05-23drm/i915/guc: pass request (not client) to i915_guc_{wq_check_space, submit}()Dave Gordon1-6/+3
2016-05-19drm/i915: Remove use_mmio_flip kernel parameter.Maarten Lankhorst1-3/+1
2016-05-09drm/i915: Store a i915 backpointer from engine, and use itChris Wilson1-75/+64
2016-05-09drm/i915/execlists: Refactor common engine setupChris Wilson1-83/+93
2016-04-29drm/i915: Fix ordering of sanitize ppgtt and sanitize execlistsChris Wilson1-2/+0
2016-04-29drm/i915: Apply strongly ordered RCS breadcrumb to gen8/legacyChris Wilson1-7/+3
2016-04-29drm/i915: Trim the flush for the execlists request emissionChris Wilson1-2/+5
2016-04-28drm/i915: Stop tracking execlists retired requestsTvrtko Ursulin1-25/+14
2016-04-28drm/i915: Store LRC hardware id in the requestTvrtko Ursulin1-1/+2
2016-04-28drm/i915: Track the previous pinned context inside the requestChris Wilson1-6/+8
2016-04-28drm/i915: Move the magical deferred context allocation into the requestChris Wilson1-6/+13
2016-04-28drm/i915: Refactor execlists default context pinningChris Wilson1-89/+61
2016-04-28drm/i915: Replace the pinned context address with its unique IDChris Wilson1-30/+9
2016-04-28drm/i915: Update execlists context descriptor format commentaryChris Wilson1-5/+6
2016-04-28drm/i915: Preallocate enough space for the average requestChris Wilson1-0/+7
2016-04-28drm/i915: Manually unwind after a failed request allocationChris Wilson1-2/+14
2016-04-28drm/i915: Remove the identical implementations of request space reservationChris Wilson1-15/+0
2016-04-28drm/i915: Unify intel_ring_begin()Chris Wilson1-137/+9
2016-04-28drm/i915: Propagate error from drm_gem_object_init()Chris Wilson1-4/+6
2016-04-25drm/i915: rename i915_gem_alloc_object() to i915_gem_object_create()Dave Gordon1-2/+2
2016-04-20drm/i915: Remove a couple pointless WARN_ONsTvrtko Ursulin1-2/+0
2016-04-14drm/i915/mocs: Program MOCS for all engines on initPeter Antoine1-1/+1
2016-04-14drm/i915: Late request cancellations are harmfulChris Wilson1-3/+1
2016-04-14drm/i915: Prevent leaking of -EIO from i915_wait_request()Chris Wilson1-1/+1
2016-04-14drm/i915: Store the reset counter when constructing a requestChris Wilson1-7/+0
2016-04-14drm/i915: Hide the atomic_read(reset_counter) behind a helperChris Wilson1-1/+1
2016-04-13drm/i915: Adjust size of PIPE_CONTROL used for gen8 render seqno writeMichaƂ Winiarski1-2/+8
2016-04-13drm/i915: Use new i915_gem_object_pin_map for LRCTvrtko Ursulin1-36/+46
2016-04-13drm/i915: Split execlists hardware status page initialisation from setupTvrtko Ursulin1-23/+27
2016-04-12drm/i915: Only grab correct forcewake for the engine with execlistsTvrtko Ursulin1-5/+22
2016-04-11drm/i915: implement WaClearTdlStateAckDirtyBitsTim Gore1-0/+19