summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/skl: Remove the check enforcing VCS2 to be gen8 onlyDamien Lespiau2015-02-131-7/+1Star
* drm/i915: Change CHV WIZ hashing mode to 16x4Ville Syrjälä2015-01-271-0/+12
* drm/i915: Implement Wa4x4STCOptimizationDisable:chvVille Syrjälä2015-01-271-0/+4
* drm/i915: Rename the forcewake get/put functionsMika Kuoppala2015-01-271-2/+2
* drm/i915: Removed duplicate members from submit_requestNick Hoath2015-01-271-1/+1
* drm/i915: Ensure the HiZ RAW Stall Optimization is on for Cherryview.Kenneth Graunke2015-01-171-0/+5
* drm/i915: Enable the HiZ RAW Stall Optimization on Broadwell.Kenneth Graunke2015-01-171-0/+10
* drm/i915: Improve HiZ throughput on Cherryview.Kenneth Graunke2015-01-131-0/+3
* Merge tag 'topic/i915-hda-componentized-2015-01-12' into drm-intel-next-queuedDaniel Vetter2015-01-121-10/+17
|\
| * drm/i915: Force the CS stall for invalidate flushesChris Wilson2014-12-161-0/+2
| * drm/i915: Invalidate media caches on gen7Chris Wilson2014-12-161-0/+1
| * drm/i915: Remove '& 0xffff' from the mask given to WA_REG()Damien Lespiau2014-12-101-2/+2
| * drm/i915: Invert the mask and val arguments in wa_add() and WA_REG()Damien Lespiau2014-12-101-9/+9
| * drm/i915/bdw: Fix the write setting up the WIZ hashing modeDamien Lespiau2014-12-101-2/+6
* | drm/i915: Warn about missing context state workarounds only onceMichel Thierry2014-12-161-1/+1
* | drm/i915/bdw: Add WaForceEnableNonCoherent labelMichel Thierry2014-12-101-0/+1
* | drm/i915: Move golden context init into ->init_contextDaniel Vetter2014-12-081-1/+17
* | drm/i915: Add unique id to the request structure for debuggingJohn Harrison2014-12-061-0/+2
* | drm/i915: Zero fill the request structureJohn Harrison2014-12-061-1/+1
* | drm/i915/bdw: Add WaHdcDisableFetchWhenMaskedMichel Thierry2014-12-051-0/+2
* | drm/i915: Flatten engine init control flowDaniel Vetter2014-12-031-23/+22Star
* | drm/i915: Only init engines onceDaniel Vetter2014-12-031-4/+0Star
* | drm/i915: Move intel_init_pipe_control out of engine->init_hwDaniel Vetter2014-12-031-7/+11
* | drm/i915: s/init()/init_hw()/ in intel_engine_csDaniel Vetter2014-12-031-6/+6
* | drm/i915: Consolidate ring freespace calculationsDave Gordon2014-12-031-20/+22
* | drm/i915: Make ring freespace calculation more robustDave Gordon2014-12-031-3/+3
* | drm/i915: Connect requests to rings at creation not submissionJohn Harrison2014-12-031-0/+1
* | drm/i915: Remove obsolete seqno parameter from 'i915_add_request'John Harrison2014-12-031-1/+1
* | drm/i915: Convert i915_wait_seqno to i915_wait_requestDaniel Vetter2014-12-031-8/+6Star
* | drm/i915: Remove 'outstanding_lazy_seqno'John Harrison2014-12-031-25/+27
* | drm/i915: Add reference count to request structureJohn Harrison2014-12-031-1/+3
* | drm/i915: Ensure OLS & PLR are always in syncJohn Harrison2014-12-031-8/+21
|/
* drm/i915: Remove DRI1 ring accessors and APIChris Wilson2014-11-191-100/+4Star
* drm/i915/bdw: Pin the ringbuffer backing object to GGTT on-demandThomas Daniel2014-11-191-35/+50
* drm/i915: Initialize workarounds in logical ring mode tooMichel Thierry2014-11-141-2/+3
* drm/i915/chv: Add new workarounds for chvArun Siluvery2014-11-141-0/+10
* drm/i915/chv: Combine GEN8_ROW_CHICKEN w/aArun Siluvery2014-11-141-4/+2Star
* drm/i915/chv: Remove pre-production workaroundsArun Siluvery2014-11-141-8/+0Star
* drm/i915: Fix null pointer dereference in ring cleanup codeJohn Harrison2014-11-041-2/+5
* Merge tag 'drm-intel-next-2014-10-24' of git://anongit.freedesktop.org/drm-in...Dave Airlie2014-11-031-83/+107
|\
| * drm/i915: Emit even number of dwords when emitting LRIsArun Siluvery2014-10-241-2/+3
| * drm/i915: Build workaround list in ring initializationMika Kuoppala2014-10-241-80/+104
| * drm/i915/bdw: Remove BDW preproduction W/As until C stepping.Rodrigo Vivi2014-10-241-3/+2Star
* | Merge tag 'drm-intel-next-2014-10-03-no-ppgtt' of git://anongit.freedesktop.o...Dave Airlie2014-10-281-14/+20
|\|
| * Merge branch 'drm-intel-next-fixes' into drm-intel-nextDaniel Vetter2014-10-211-13/+2Star
| |\
| * \ Merge branch 'topic/skl-stage1' into drm-intel-next-queuedDaniel Vetter2014-09-301-1/+1
| |\ \
| | * | drm/i915/skl: don't set the AsyncFlip performance mode for Gen9+Imre Deak2014-09-241-1/+1
| * | | drm/i915/bdw: WaDisableFenceDestinationToSLMRodrigo Vivi2014-09-301-1/+5
| * | | drm/i915: Minimize the huge amount of unecessary fbc sw cache clean.Rodrigo Vivi2014-09-291-2/+7
| * | | drm/i915: Fix irq checks in ring->irq_get/put functionsDaniel Vetter2014-09-191-10/+7Star