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