summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* 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: Remove DRI1 ring accessors and APIChris Wilson2014-11-191-100/+4
* 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/+2
* drm/i915/chv: Remove pre-production workaroundsArun Siluvery2014-11-141-8/+0
* 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-041-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/+2
* | 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/+2
| |\
| * \ 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/+7
* | | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-10-141-41/+215
|\ \ \ \ | | |_|/ | |/| |
| * | | drm/i915/bdw: Cleanup pre prod workaroundsMika Kuoppala2014-09-241-13/+2
| |/ /
| * / drm/i915: HSW always use GGTT selector for secure batchesChris Wilson2014-09-191-2/+3
| |/
| * Merge tag 'drm-intel-next-2014-09-05' of git://anongit.freedesktop.org/drm-in...Dave Airlie2014-09-161-1/+160
| |\
| | * drm/i915: Reset the HEAD pointer for the ring after writing STARTChris Wilson2014-09-041-0/+8
| | * drm/i915: Remove unneeded bracketsDamien Lespiau2014-09-031-1/+1
| | * drm/i915: Don't silently discard workaroundsDamien Lespiau2014-09-031-1/+1
| | * drm/i915: Don't overrun the intel_wa_regs arrayDamien Lespiau2014-09-031-1/+1
| | * drm/i915: Init some CHV workarounds via LRIs in ring->init_context()Ville Syrjälä2014-09-031-2/+44
| | * drm/i915/bdw: Export workaround data to debugfsArun Siluvery2014-09-031-0/+23
| | * drm/i915/bdw: Apply workarounds in render ring init functionArun Siluvery2014-09-031-0/+79
| | * drm/i915: FBC flush nuke for BDWRodrigo Vivi2014-09-031-1/+8
| * | drm: backmerge tag 'v3.17-rc5' into drm-nextDave Airlie2014-09-161-27/+39
| |\ \ | | |/ | |/|
| * | drm/i915/bdw: Make sure gpu reset still works with ExeclistsOscar Mateo2014-08-201-0/+1
| * | drm/i915: Fix up checks for aliasing ppgttDaniel Vetter2014-08-131-3/+1
| * | drm/i915/bdw: GEN-specific logical ring emit flushOscar Mateo2014-08-111-7/+0
| * | drm/i915/bdw: New logical ring submission mechanismOscar Mateo2014-08-111-10/+12
| * | drm/i915/bdw: GEN-specific logical ring initOscar Mateo2014-08-111-13/+21
| * | drm/i915/bdw: Generic logical ring init and cleanupOscar Mateo2014-08-111-0/+17
| * | drm/i915/bdw: Add a context and an engine pointers to the ringbufferDaniel Vetter2014-08-111-0/+1
| * | drm/i915/bdw: Allocate ringbuffers for Logical Ring ContextsOscar Mateo2014-08-111-3/+3
| * | drm/i915: Double check ring is idle before declaring the GPU wedgedChris Wilson2014-08-111-1/+6
| * | drm/i915: No busy-loop wait_for in the ring init codeDaniel Vetter2014-08-081-2/+2
* | | drm/i915: Fix SRC_COPY width on 830/845gChris Wilson2014-09-151-1/+1
| |/ |/|
* | drm/i915: Evict CS TLBs between batchesChris Wilson2014-09-081-27/+39
|/
* drm/i915: read HEAD register back in init_ring_common() to enforce orderingJiri Kosina2014-08-081-0/+3
* drm/i915: Add the WaCsStallBeforeStateCacheInvalidate:bdw workaround.Kenneth Graunke2014-08-071-0/+9