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