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