summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_gtt.c
AgeCommit message (Expand)Author
2017-02-16drm/i915: A hotfix for making aliasing PPGTT work for GVT-gZhi Wang
2017-02-03drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson
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
2016-11-17drm/i915: add i915_address_space_finiMatthew Auld
2016-11-17drm/i915: dev_priv cleanup in i915_gem_stolen.cTvrtko Ursulin
2016-11-17drm/i915: dev_priv cleanup in i915_gem_gtt.cTvrtko Ursulin
2016-11-17drm/i915: dev_priv and a small cascade of cleanups in i915_gem.cTvrtko Ursulin
2016-11-11drm/i915: Pass dev_priv to INTEL_INFO everywhere apart from the gen useTvrtko Ursulin
2016-11-11drm/i915: Split out i915_vma.cJoonas Lahtinen
2016-11-07drm/i915: Remove the vma from the object list upon closeChris Wilson
2016-11-04drm/i915: Fix pages pin counting around swizzle quirkChris Wilson
2016-11-03drm/i915: Fix test on inputs for vma_compare()Chris Wilson
2016-11-02drm/i915: Unify global_list into global_linkJoonas Lahtinen
2016-11-02drm/i915/gtt: Mark tlbs dirty on clearMika Kuoppala
2016-11-02drm/i915/gtt: Fix pte clear rangeMika Kuoppala
2016-11-01drm/i915: Store the vma in an rbtree under the objectChris Wilson
2016-10-28drm/i915: Enable multiple timelinesChris Wilson
2016-10-28drm/i915: Move GEM activity tracking into a common struct reservation_objectChris Wilson
2016-10-28drm/i915: Pass around sg_table to get_pages/put_pages backendChris Wilson
2016-10-28drm/i915: Refactor object page APIChris Wilson
2016-10-28drm/i915: Use radixtree to jump start intel_partial_pages()Chris Wilson
2016-10-28drm/i915: Markup GEM API with lockdep assertsChris Wilson