aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_vma.c
AgeCommit message (Expand)Author
2019-01-30drm/i915: Stop holding a ref to the ppgtt from each vmaChris Wilson
2018-07-03drm/i915: Try GGTT mmapping whole object as partialChris Wilson
2018-05-04drm/i915: Lazily unbind vma on closeChris Wilson
2018-02-21drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson
2017-12-12drm/i915: make mappable struct resource centricMatthew Auld
2017-12-07drm/i915: Refactor common list iteration over GGTT vmaChris Wilson
2017-12-07drm/i915: Track GGTT writes on the vmaChris Wilson
2017-12-07drm/i915: Remove vma from object on destroy, not closeChris Wilson
2017-11-09drm/i915: Mark up i915_vma_unbind() as a potential sleeperChris Wilson
2017-11-08drm/i915: Prune the reservation shared fence arrayChris Wilson
2017-11-06drm/i915: Assert vma->flags are updated correctly during bindingChris Wilson
2017-10-16drm/i915: Move dev_priv->mm.[un]bound_list to its own lockChris Wilson
2017-10-09drm/i915: Track user GTT faulting per-vmaChris Wilson
2017-10-09drm/i915: Consolidate get_fence with pin_fenceChris Wilson
2017-10-09drm/i915: Pin fence for iomapChris Wilson
2017-10-09drm/i915: Assert we do not try to expand VMA for hugepage inside GGTTChris Wilson
2017-10-07drm/i915: align 64K objects to 2MMatthew Auld
2017-10-07drm/i915: align the vma start to the largest gtt page sizeMatthew Auld
2017-10-07drm/i915: introduce vm set_pages/clear_pagesMatthew Auld
2017-08-18drm/i915: Replace execbuf vma ht with an idrChris Wilson
2017-06-21drm/i915: Assert the vma's active tracking is clear before freeChris Wilson
2017-06-21drm/i915: Retire the VMA's fence tracker before unbindingChris Wilson
2017-06-16drm/i915: Stash a pointer to the obj's resv in the vmaChris Wilson
2017-06-16drm/i915: Store a persistent reference for an object in the execbuffer cacheChris Wilson
2017-06-16drm/i915: Eliminate lots of iterations over the execobjects arrayChris Wilson
2017-06-16drm/i915: Store a direct lookup from object handle to vmaChris Wilson
2017-06-16drm/i915: Make i915_vma_destroy() staticChris Wilson
2017-06-15drm/i915: Use vma->exec_entry as our double-entry placeholderChris Wilson
2017-02-27drm/i915: Remove the vma from the drm_mm if binding failsChris Wilson
2017-02-25drm/i915: Sanity check the vma->node prior to binding into the GTTChris Wilson
2017-02-15drm/i915: Move allocate_va_range to GTTChris Wilson
2017-02-13drm/i915: Exercise i915_vma_pin/i915_vma_insertChris Wilson
2017-02-13drm/i915: Test creation of VMAChris Wilson
2017-02-09drm/i915: Assert that we never create a vma for the aliasing_ppgttChris Wilson
2017-01-23drm/i915: Pevent copying uninitialised garbage into vma->ggtt_viewChris Wilson
2017-01-21drm/i915: reinstate call to trace_i915_vma_bindDaniele Ceraolo Spurio
2017-01-21drm/i915: Assert that created vma has a whole number of pagesChris Wilson
2017-01-21drm/i915: Assert the drm_mm_node is allocated when on the VM listsChris Wilson
2017-01-21drm/i915: Reject vma creation larger than address spaceChris Wilson
2017-01-19drm/i915: Remove i915_gem_object_to_ggtt()Chris Wilson
2017-01-19drm/i915: Remove i915_vma_create from VMA APIChris Wilson
2017-01-19drm/i915: Add a check that the VMA instance we lookup matches the requestChris Wilson
2017-01-19drm/i915: Rename some warts in the VMA APIChris Wilson
2017-01-14drm/i915: Convert i915_ggtt_view to use an anonymous unionChris Wilson
2017-01-13drm/i915: Assert that we have allocated the drm_mm_node upon pinningChris 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-10drm/i915: Move ggtt fence/alignment to i915_gem_tiling.cChris Wilson
2017-01-10drm/i915: Store required fence size/alignment for GGTT vmaChris Wilson