aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_gtt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-15drm/i915: Convert clflushed pagetables over to WC mapsChris Wilson1-164/+169
2017-02-15drm/i915: Split ggtt/alasing_gtt unbind_vmaChris Wilson1-8/+21
2017-02-15drm/i915: Don't special case teardown of aliasing_ppgttChris Wilson1-35/+15
2017-02-15drm/i915: Micro-optimise gen8_ppgtt_insert_entries()Chris Wilson1-79/+93
2017-02-15drm/i915: Micro-optimise gen6_ppgtt_insert_entries()Chris Wilson1-35/+33
2017-02-15drm/i915: Micro-optimise i915_get_ggtt_vma_pages()Chris Wilson1-29/+32
2017-02-14drm/i915: Emit to ringbuffer directlyTvrtko Ursulin1-35/+34
2017-02-13drm/i915: Extract aliasing ppgtt setupChris Wilson1-34/+56
2017-02-13drm/i915: Use fault-injection to force the shrinker to run in live GTT testsChris Wilson1-0/+6
2017-02-13drm/i915: Add initial selftests for i915_gem_gttChris Wilson1-0/+1
2017-02-13drm/i915: Mock a GGTT for self-testingChris Wilson1-0/+4
2017-02-10drm/i915: Unbind any residual objects/vma from the Global GTT on shutdownChris Wilson1-0/+9
2017-02-10Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter1-23/+16
2017-02-09drm/i915: A hotfix for making aliasing PPGTT work for GVT-gZhi Wang1-3/+4
2017-02-06drm/i915: Use page coloring to provide the guard page at the end of the GTTChris Wilson1-7/+12
2017-02-06drm/i915: Assign I915_COLOR_UNEVICTABLE to the address space head_nodeChris Wilson1-0/+4
2017-02-06drm/i915: Manipulate the Global GTT size using I915_GTT_PAGE_SIZEChris Wilson1-2/+2
2017-02-03drm/i915: remove 512GB allocation warningMatthew Auld1-4/+0
2017-02-03drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson1-23/+16
2017-01-30drm/i915/glk: Turn on workarounds that apply to Geminilake tooAnder Conselvan de Oliveira1-2/+2
2017-01-24drm/i915: Introduce IS_GEN9_BC for Skylake and Kabylake.Rodrigo Vivi1-1/+1
2017-01-24drm/i915/kbl: Apply WaIncreaseDefaultTLBEntries on KBL.Rodrigo Vivi1-2/+2
2017-01-19drm/i915: Rename some warts in the VMA APIChris Wilson1-45/+0
2017-01-16drm/i915: Assert we do not attempt to reuse an allocated nodeChris Wilson1-0/+2
2017-01-16drm/i915: Catch attempting to use the aliasing_gtt's drm_mmChris Wilson1-0/+2
2017-01-14drm/i915: Eliminate superfluous i915_ggtt_view_normalChris Wilson1-4/+0
2017-01-14drm/i915: Eliminate superfluous i915_ggtt_view_rotatedChris Wilson1-3/+0
2017-01-14drm/i915: Convert i915_ggtt_view to use an anonymous unionChris Wilson1-5/+4
2017-01-13drm/i915: Move i915_ppgtt_close() into i915_gem_gtt.cChris Wilson1-0/+21
2017-01-12drm/i915: Fix up kerneldoc parameters for i915_gem_gtt_*()Chris Wilson1-22/+22
2017-01-12drm/i915: Invalidate the guc ggtt TLB upon insertionChris Wilson1-28/+50
2017-01-11drm/i915: Prefer random replacement before eviction searchChris Wilson1-1/+58
2017-01-11drm/i915: Extract reserving space in the GTT to a helperChris Wilson1-0/+52
2017-01-11drm/i915: Use the MRU stack search after evictingChris Wilson1-21/+100
2017-01-10drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZEChris Wilson1-5/+5
2017-01-09drm/i915: don't open code the pdpe/pml4e clearingMatthew Auld1-14/+2
2017-01-09drm/i915: s/gen8_setup_page_directory_pointer/gen8_setup_pml4e/Matthew Auld1-5/+5
2017-01-09drm/i915: s/gen8_setup_page_directory/gen8_setup_pdpe/Matthew Auld1-5/+5
2017-01-06drm/i915: Purge loose pages if we run out of DMA remap spaceChris Wilson1-4/+18
2017-01-06drm/i915: Use fixed-sized types for stolenChris Wilson1-3/+5
2017-01-05drm/i915/guc: Exclude the upper end of the Global GTT for the GuCChris Wilson1-0/+10
2017-01-04Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm-misc into drm-intel-next-queuedDaniel Vetter1-5/+3
2016-12-16drm/i915: move vma sanity checking into i915_vma_bindMatthew Auld1-12/+0
2016-12-16drm/i915: Simplify i915_gtt_color_adjust()Chris Wilson1-4/+2
2016-12-16drm: Constify the drm_mm APIChris Wilson1-1/+1
2016-12-07drm/i915: Advertise ppgtt support type in platform definitionMichel Thierry1-4/+3
2016-12-05drm/i915: Mark all non-vma being inserted into the address spacesChris Wilson1-5/+6
2016-12-02drm/i915/glk: Reuse broxton code for geminilakeAnder Conselvan de Oliveira1-4/+4
2016-11-29drm/i915: Fix tracepoint compilationChris Wilson1-5/+5
2016-11-29drm/i915: Convert vm->dev backpointer to vm->i915Chris Wilson1-44/+43