summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/bxt: Add WaDisablePooledEuLoadBalancingFixarun.siluvery@linux.intel.com2016-06-141-0/+6
* drm/i915/gen9: implement WaConextSwitchWithConcurrentTLBInvalidateTim Gore2016-06-131-0/+3
* drm/i915/skl: Extend WaDisableChickenBitTSGBarrierAckForFFSliceCSMika Kuoppala2016-06-081-1/+1
* drm/i915/kbl: Add WaDisableSbeCacheDispatchPortSharingMika Kuoppala2016-06-081-0/+5
* drm/i915/kbl: Add WaDisableGafsUnitClkGatingMika Kuoppala2016-06-081-0/+3
* drm/i915: Add WaInsertDummyPushConstP for bxt and kblMika Kuoppala2016-06-081-0/+10
* drm/i915/kbl: Add WaDisableDynamicCreditSharingMika Kuoppala2016-06-081-0/+5
* drm/i915/kbl: Add WaDisableLSQCROPERFforOCLMika Kuoppala2016-06-081-0/+13
* drm/i915/kbl: Add WaDisableFenceDestinationToSLM for A0Mika Kuoppala2016-06-081-0/+5
* drm/i915/kbl: Add WaEnableGapsTsvCreditFixMika Kuoppala2016-06-081-0/+5
* drm/i915: Mimic skl with WaForceEnableNonCoherentMika Kuoppala2016-06-081-16/+21
* drm/i915/gen9: Always apply WaForceContextSaveRestoreNonCoherentMika Kuoppala2016-06-081-7/+4
* drm/i915/kbl: Init gen9 workaroundsMika Kuoppala2016-06-081-16/+32
* drm/i915/skl: Add WaDisableGafsUnitClkGatingMika Kuoppala2016-06-081-0/+3
* drm/i915/gen9: Add WaVFEStateAfterPipeControlwithMediaStateCleararun.siluvery@linux.intel.com2016-06-061-0/+5
* drm/i915: Stop automatically retiring requests after a GPU hangChris Wilson2016-05-131-0/+2
* drm/i915: Introduce IS_GEN macroTvrtko Ursulin2016-05-111-4/+4
* drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENxTvrtko Ursulin2016-05-111-1/+1
* drm/i915: Store a i915 backpointer from engine, and use itChris Wilson2016-05-091-181/+147
* drm/i915: Clean up L3 SQC register field definitionsImre Deak2016-05-031-1/+2
* drm/i915: Reload PD tables after semaphore wait on gen8Chris Wilson2016-04-291-0/+10
* drm/i915: Fix serialisation of pipecontrol write vs semaphore signalChris Wilson2016-04-291-2/+1
* drm/i915: Fix gen8 semaphores id for legacy modeChris Wilson2016-04-291-2/+7
* drm/i915: Apply strongly ordered RCS breadcrumb to gen8/legacyChris Wilson2016-04-291-2/+30
* drm/i915: Trim the flush for the legacy request emissionChris Wilson2016-04-291-2/+7
* drm/i915: Preallocate enough space for the average requestChris Wilson2016-04-281-1/+15
* drm/i915: Manually unwind after a failed request allocationChris Wilson2016-04-281-1/+1
* drm/i915: Remove the identical implementations of request space reservationChris Wilson2016-04-281-41/+3
* drm/i915: Unify intel_ring_begin()Chris Wilson2016-04-281-112/+76
* drm/i915: Use i915_vma_pin_iomap on the ringbuffer objectChris Wilson2016-04-281-7/+9
* drm/i915: Propagate error from drm_gem_object_init()Chris Wilson2016-04-281-9/+10
* drm/i915: Protect gen7 irq_seqno_barrier with uncore lockChris Wilson2016-04-281-1/+7
* drm/i915: rename i915_gem_alloc_object() to i915_gem_object_create()Dave Gordon2016-04-251-5/+5
* drm/i915:bxt: implement WaProgramL3SqcReg1DefaultForPerfTim Gore2016-04-251-0/+4
* drm/i915: check for ERR_PTR from i915_gem_object_pin_map()Dave Gordon2016-04-201-6/+9
* drm/i915: Remove a couple pointless WARN_ONsTvrtko Ursulin2016-04-201-6/+1
* drm/i915/gen9: implement WaEnableSamplerGPGPUPreemptionSupportTim Gore2016-04-201-3/+4
* drm/i915: Force ringbuffers to not be at offset 0Chris Wilson2016-04-141-2/+5
* drm/i915: Prevent leaking of -EIO from i915_wait_request()Chris Wilson2016-04-141-2/+1
* drm/i915: Store the reset counter when constructing a requestChris Wilson2016-04-141-6/+0
* drm/i915: Hide the atomic_read(reset_counter) behind a helperChris Wilson2016-04-141-3/+4
* drm/i915/skl: Fix spurious gpu hang with gt3/gt4 revsMika Kuoppala2016-04-131-2/+3
* drm/i915: Refactor duplicate object vmap functionsChris Wilson2016-04-111-24/+2
* drm/i915: Consolidate common error handling in intel_pin_and_map_ringbuffer_objChris Wilson2016-04-111-13/+12
* drm/i915: Separate out the seqno-barrier from engine->get_seqnoChris Wilson2016-04-091-16/+18
* drm/i915: Remove forcewake dance from seqno/irq barrier on legacy gen6+Chris Wilson2016-04-091-2/+11
* drm/i915: Fixup the free space logic in ring_prepareAkash Goel2016-04-091-3/+3
* drm/i915: Reset engine->last_submitted_seqnoChris Wilson2016-04-081-0/+1
* drm/i915: Reset semaphore page for gen8Chris Wilson2016-04-081-0/+8
* drm/i915: Move the hw semaphore initialisation from GEM to the engineChris Wilson2016-04-081-0/+11
OpenPOWER on IntegriCloud