summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-11drm/i915: Introduce IS_GEN macroTvrtko Ursulin1-4/+4
2016-05-11drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENxTvrtko Ursulin1-1/+1
2016-05-09drm/i915: Store a i915 backpointer from engine, and use itChris Wilson1-181/+147
2016-05-03drm/i915: Clean up L3 SQC register field definitionsImre Deak1-1/+2
2016-04-29drm/i915: Reload PD tables after semaphore wait on gen8Chris Wilson1-0/+10
2016-04-29drm/i915: Fix serialisation of pipecontrol write vs semaphore signalChris Wilson1-2/+1
2016-04-29drm/i915: Fix gen8 semaphores id for legacy modeChris Wilson1-2/+7
2016-04-29drm/i915: Apply strongly ordered RCS breadcrumb to gen8/legacyChris Wilson1-2/+30
2016-04-29drm/i915: Trim the flush for the legacy request emissionChris Wilson1-2/+7
2016-04-28drm/i915: Preallocate enough space for the average requestChris Wilson1-1/+15
2016-04-28drm/i915: Manually unwind after a failed request allocationChris Wilson1-1/+1
2016-04-28drm/i915: Remove the identical implementations of request space reservationChris Wilson1-41/+3
2016-04-28drm/i915: Unify intel_ring_begin()Chris Wilson1-112/+76
2016-04-28drm/i915: Use i915_vma_pin_iomap on the ringbuffer objectChris Wilson1-7/+9
2016-04-28drm/i915: Propagate error from drm_gem_object_init()Chris Wilson1-9/+10
2016-04-28drm/i915: Protect gen7 irq_seqno_barrier with uncore lockChris Wilson1-1/+7
2016-04-25drm/i915: rename i915_gem_alloc_object() to i915_gem_object_create()Dave Gordon1-5/+5
2016-04-25drm/i915:bxt: implement WaProgramL3SqcReg1DefaultForPerfTim Gore1-0/+4
2016-04-20drm/i915: check for ERR_PTR from i915_gem_object_pin_map()Dave Gordon1-6/+9
2016-04-20drm/i915: Remove a couple pointless WARN_ONsTvrtko Ursulin1-6/+1
2016-04-20drm/i915/gen9: implement WaEnableSamplerGPGPUPreemptionSupportTim Gore1-3/+4
2016-04-14drm/i915: Force ringbuffers to not be at offset 0Chris Wilson1-2/+5
2016-04-14drm/i915: Prevent leaking of -EIO from i915_wait_request()Chris Wilson1-2/+1
2016-04-14drm/i915: Store the reset counter when constructing a requestChris Wilson1-6/+0
2016-04-14drm/i915: Hide the atomic_read(reset_counter) behind a helperChris Wilson1-3/+4
2016-04-13drm/i915/skl: Fix spurious gpu hang with gt3/gt4 revsMika Kuoppala1-2/+3
2016-04-11drm/i915: Refactor duplicate object vmap functionsChris Wilson1-24/+2
2016-04-11drm/i915: Consolidate common error handling in intel_pin_and_map_ringbuffer_objChris Wilson1-13/+12
2016-04-09drm/i915: Separate out the seqno-barrier from engine->get_seqnoChris Wilson1-16/+18
2016-04-09drm/i915: Remove forcewake dance from seqno/irq barrier on legacy gen6+Chris Wilson1-2/+11
2016-04-09drm/i915: Fixup the free space logic in ring_prepareAkash Goel1-3/+3
2016-04-08drm/i915: Reset engine->last_submitted_seqnoChris Wilson1-0/+1
2016-04-08drm/i915: Reset semaphore page for gen8Chris Wilson1-0/+8
2016-04-08drm/i915: Move the hw semaphore initialisation from GEM to the engineChris Wilson1-0/+11
2016-04-08drm/i915: Remove unneeded drm_device pointer from intel_ring_init_seqno()Chris Wilson1-4/+3
2016-03-31drm/i915: Refer to GGTT {,VM} consistentlyJoonas Lahtinen1-1/+2
2016-03-24drm/i915: introduce for_each_engine_id()Dave Gordon1-9/+12
2016-03-22drm/i915/tdr: Initialize hangcheck struct for each engineTomas Elf1-1/+6
2016-03-18drm/i915: Rename dev_priv->gtt to dev_priv->ggttJoonas Lahtinen1-1/+1
2016-03-18drm/i915/gen9: add WaClearFlowControlGpgpuContextSaveTim Gore1-0/+2
2016-03-18drm/i915: Use shorter route to dev_private where possibleTvrtko Ursulin1-1/+1
2016-03-16drm/i915: More renaming of rings to enginesTvrtko Ursulin1-8/+8
2016-03-16drm/i915: More intel_engine_cs renamingTvrtko Ursulin1-6/+6
2016-03-16drm/i915: Rename intel_engine_cs struct membersTvrtko Ursulin1-37/+37
2016-03-16drm/i915: Rename intel_engine_cs function parametersTvrtko Ursulin1-306/+312
2016-03-16drm/i915: Rename local struct intel_engine_cs variablesTvrtko Ursulin1-388/+397
2016-02-15drm/i915: Don't ERROR for an expected intel_rcs_ctx_init() interruptionChris Wilson1-2/+2
2016-02-11drm/i915: check that rpm ref is held when accessing ringbuf in stolen memDaniele Ceraolo Spurio1-0/+3
2016-01-25drm/i915/gen9: Add WaOCLCoherentLineFlushArun Siluvery1-0/+4
2016-01-25drm/i915/skl: Enable Per context Preemption granularity controlArun Siluvery1-0/+10