aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-16drm/i915: Force the CS stall for invalidate flushesChris Wilson1-0/+2
2014-12-16drm/i915: Invalidate media caches on gen7Chris Wilson1-0/+1
2014-12-10drm/i915: Remove '& 0xffff' from the mask given to WA_REG()Damien Lespiau1-2/+2
2014-12-10drm/i915: Invert the mask and val arguments in wa_add() and WA_REG()Damien Lespiau1-9/+9
2014-12-10drm/i915/bdw: Fix the write setting up the WIZ hashing modeDamien Lespiau1-2/+6
2014-11-19drm/i915: Remove DRI1 ring accessors and APIChris Wilson1-100/+4
2014-11-19drm/i915/bdw: Pin the ringbuffer backing object to GGTT on-demandThomas Daniel1-35/+50
2014-11-14drm/i915: Initialize workarounds in logical ring mode tooMichel Thierry1-2/+3
2014-11-14drm/i915/chv: Add new workarounds for chvArun Siluvery1-0/+10
2014-11-14drm/i915/chv: Combine GEN8_ROW_CHICKEN w/aArun Siluvery1-4/+2
2014-11-14drm/i915/chv: Remove pre-production workaroundsArun Siluvery1-8/+0
2014-11-04drm/i915: Fix null pointer dereference in ring cleanup codeJohn Harrison1-2/+5
2014-11-04Merge tag 'drm-intel-next-2014-10-24' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-83/+107
2014-10-28Merge tag 'drm-intel-next-2014-10-03-no-ppgtt' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-14/+20
2014-10-24drm/i915: Emit even number of dwords when emitting LRIsArun Siluvery1-2/+3
2014-10-24drm/i915: Build workaround list in ring initializationMika Kuoppala1-80/+104
2014-10-24drm/i915/bdw: Remove BDW preproduction W/As until C stepping.Rodrigo Vivi1-3/+2
2014-10-21Merge branch 'drm-intel-next-fixes' into drm-intel-nextDaniel Vetter1-13/+2
2014-10-14Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-41/+215
2014-09-30Merge branch 'topic/skl-stage1' into drm-intel-next-queuedDaniel Vetter1-1/+1
2014-09-30drm/i915/bdw: WaDisableFenceDestinationToSLMRodrigo Vivi1-1/+5
2014-09-29drm/i915: Minimize the huge amount of unecessary fbc sw cache clean.Rodrigo Vivi1-2/+7
2014-09-24drm/i915/skl: don't set the AsyncFlip performance mode for Gen9+Imre Deak1-1/+1
2014-09-24drm/i915/bdw: Cleanup pre prod workaroundsMika Kuoppala1-13/+2
2014-09-19drm/i915: Fix irq checks in ring->irq_get/put functionsDaniel Vetter1-10/+7
2014-09-19drm/i915: HSW always use GGTT selector for secure batchesChris Wilson1-2/+3
2014-09-16Merge tag 'drm-intel-next-2014-09-05' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-1/+160
2014-09-16drm: backmerge tag 'v3.17-rc5' into drm-nextDave Airlie1-27/+39
2014-09-15drm/i915: Fix SRC_COPY width on 830/845gChris Wilson1-1/+1
2014-09-08drm/i915: Evict CS TLBs between batchesChris Wilson1-27/+39
2014-09-04drm/i915: Reset the HEAD pointer for the ring after writing STARTChris Wilson1-0/+8
2014-09-03drm/i915: Remove unneeded bracketsDamien Lespiau1-1/+1
2014-09-03drm/i915: Don't silently discard workaroundsDamien Lespiau1-1/+1
2014-09-03drm/i915: Don't overrun the intel_wa_regs arrayDamien Lespiau1-1/+1
2014-09-03drm/i915: Init some CHV workarounds via LRIs in ring->init_context()Ville Syrjälä1-2/+44
2014-09-03drm/i915/bdw: Export workaround data to debugfsArun Siluvery1-0/+23
2014-09-03drm/i915/bdw: Apply workarounds in render ring init functionArun Siluvery1-0/+79
2014-09-03drm/i915: FBC flush nuke for BDWRodrigo Vivi1-1/+8
2014-08-20drm/i915/bdw: Make sure gpu reset still works with ExeclistsOscar Mateo1-0/+1
2014-08-13drm/i915: Fix up checks for aliasing ppgttDaniel Vetter1-3/+1
2014-08-11drm/i915/bdw: GEN-specific logical ring emit flushOscar Mateo1-7/+0
2014-08-11drm/i915/bdw: New logical ring submission mechanismOscar Mateo1-10/+12
2014-08-11drm/i915/bdw: GEN-specific logical ring initOscar Mateo1-13/+21
2014-08-11drm/i915/bdw: Generic logical ring init and cleanupOscar Mateo1-0/+17
2014-08-11drm/i915/bdw: Add a context and an engine pointers to the ringbufferDaniel Vetter1-0/+1
2014-08-11drm/i915/bdw: Allocate ringbuffers for Logical Ring ContextsOscar Mateo1-3/+3
2014-08-11drm/i915: Double check ring is idle before declaring the GPU wedgedChris Wilson1-1/+6
2014-08-08drm/i915: No busy-loop wait_for in the ring init codeDaniel Vetter1-2/+2
2014-08-08drm/i915: read HEAD register back in init_ring_common() to enforce orderingJiri Kosina1-0/+3
2014-08-07drm/i915: Add the WaCsStallBeforeStateCacheInvalidate:bdw workaround.Kenneth Graunke1-0/+9