summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c
AgeCommit message (Expand)Author
2016-05-04drm/i915: Fixup the free space logic in ring_prepareAkash Goel
2016-05-04drm/i915: Cleanup phys status page tooVille Syrjälä
2016-03-03drm/i915: Make sure DC writes are coherent on flush.Francisco Jerez
2015-11-10Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2015-10-13drm/i915: Move skl/bxt gt specific workarounds to ring initMika Kuoppala
2015-10-13drm/i915: Flush pipecontrol post-sync writesChris Wilson
2015-10-07drm/i915: Hook up ring workaround writes at context creation time on Gen6-7.Francisco Jerez
2015-10-07drm/i915: Don't warn if the workaround list is empty.Francisco Jerez
2015-10-07drm/i915: Resurrect golden context on gen6/7Daniel Vetter
2015-09-30drm/i915/gen8: Move WaHdcDisableFetchWhenMasked to common init fnArun Siluvery
2015-09-30drm/i915/gen8: Move WaForceEnableNonCoherent to common init fnArun Siluvery
2015-09-30drm/i915/gen8: Move GEN7_GT_MODE WA to common init fnArun Siluvery
2015-09-30drm/i915/gen8: Move Wa4x4STCOptimizationDisable to common init fnArun Siluvery
2015-09-30drm/i915/gen8: Move HiZ RAW stall optimization disable WA to common init fnArun Siluvery
2015-09-30drm/i915/gen8: Move WaDisablePartialInstShootdown to common init fnArun Siluvery
2015-09-30drm/i915/gen8: Move WaDisableAsyncFlipPerfMode to common init fnArun Siluvery
2015-09-30drm/i915/gen8: Move INSTPM WA to common functionArun Siluvery
2015-09-30drm/i915/gen8: Add gen8_init_workarounds for common WAArun Siluvery
2015-09-30drm/i915/gen9: Merge two WA as they part of same registerArun Siluvery
2015-09-30drm/i915/gen9: Handle error returned by gen9_init_workaroundsArun Siluvery
2015-09-14drm/i915/gen9: WA ST Unit Power Optimization DisableRobert Beckett
2015-09-14drm/i915/gen9: Add WaDisableSamplerPowerBypassForSOPingPongArun Siluvery
2015-09-04drm/i915: Refactor common ringbuffer allocation codeChris Wilson
2015-08-14drm/i915: Contain the WA_REG macroMika Kuoppala
2015-08-14drm/i915/skl WaDisableSbeCacheDispatchPortSharingMika Kuoppala
2015-08-05drm/i915/skl: revert duplicated WaBarrierPerformanceFixDisable:sklMarc Herbert
2015-07-15Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queuedDaniel Vetter
2015-07-15drm/i915/gen9: Add WaSetDisablePixMaskCammingAndRhwoInCommonSliceChickenArun Siluvery
2015-07-06drm/i915: Enable resource streamer bits on MI_BATCH_BUFFER_STARTAbdiel Janulgue
2015-07-03drm/i915: Reserve space improvementsJohn Harrison
2015-06-26Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2015-06-23drm/i915: Remove the now obsolete 'outstanding_lazy_request'John Harrison
2015-06-23drm/i915: Add *_ring_begin() to request allocationJohn Harrison
2015-06-23drm/i915: Update intel_ring_begin() to take a request structureJohn Harrison
2015-06-23drm/i915: Update cacheline_align() to take a request structureJohn Harrison
2015-06-23drm/i915: Update ring->signal() to take a request structureJohn Harrison
2015-06-23drm/i915: Update ring->sync_to() to take a request structureJohn Harrison
2015-06-23drm/i915: Update ring->dispatch_execbuffer() to take a request structureJohn Harrison
2015-06-23drm/i915: Update ring->add_request() to take a request structureJohn Harrison
2015-06-23drm/i915: Update some flush helpers to take request structuresJohn Harrison
2015-06-23drm/i915: Update ring->flush() to take a requests structureJohn Harrison
2015-06-23drm/i915: Update flush_all_caches() to take request structuresJohn Harrison
2015-06-23drm/i915: Update workarounds_emit() to take request structuresJohn Harrison
2015-06-23drm/i915: Update a bunch of execbuffer helpers to take request structuresJohn Harrison
2015-06-23drm/i915: Update add_request() to take a request structureJohn Harrison
2015-06-23drm/i915: Update queue_flip() to take a request structureJohn Harrison
2015-06-23drm/i915: Update render_state_init() to take a request structureJohn Harrison
2015-06-23drm/i915: Update init_context() to take a request structureJohn Harrison
2015-06-23drm/i915: Update alloc_request to return the allocated requestJohn Harrison
2015-06-23drm/i915: i915_add_request must not failJohn Harrison