summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_vma.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: make mappable struct resource centricMatthew Auld2017-12-121-1/+1
* drm/i915: Refactor common list iteration over GGTT vmaChris Wilson2017-12-071-0/+6
* drm/i915: Track GGTT writes on the vmaChris Wilson2017-12-071-0/+22
* drm/i915: Remove vma from object on destroy, not closeChris Wilson2017-12-071-1/+3
* drm/i915: Mark up i915_vma_unbind() as a potential sleeperChris Wilson2017-11-091-0/+1
* drm/i915: Prune the reservation shared fence arrayChris Wilson2017-11-081-0/+7
* drm/i915: Assert vma->flags are updated correctly during bindingChris Wilson2017-11-061-1/+4
* drm/i915: Move dev_priv->mm.[un]bound_list to its own lockChris Wilson2017-10-161-4/+12
* drm/i915: Track user GTT faulting per-vmaChris Wilson2017-10-091-1/+27
* drm/i915: Consolidate get_fence with pin_fenceChris Wilson2017-10-091-3/+1
* drm/i915: Pin fence for iomapChris Wilson2017-10-091-4/+31
* drm/i915: Assert we do not try to expand VMA for hugepage inside GGTTChris Wilson2017-10-091-0/+7
* drm/i915: align 64K objects to 2MMatthew Auld2017-10-071-1/+11
* drm/i915: align the vma start to the largest gtt page sizeMatthew Auld2017-10-071-0/+16
* drm/i915: introduce vm set_pages/clear_pagesMatthew Auld2017-10-071-11/+16
* drm/i915: Replace execbuf vma ht with an idrChris Wilson2017-08-181-22/+0
* drm/i915: Assert the vma's active tracking is clear before freeChris Wilson2017-06-211-2/+7
* drm/i915: Retire the VMA's fence tracker before unbindingChris Wilson2017-06-211-0/+5
* drm/i915: Stash a pointer to the obj's resv in the vmaChris Wilson2017-06-161-0/+1
* drm/i915: Store a persistent reference for an object in the execbuffer cacheChris Wilson2017-06-161-0/+2
* drm/i915: Eliminate lots of iterations over the execobjects arrayChris Wilson2017-06-161-1/+1
* drm/i915: Store a direct lookup from object handle to vmaChris Wilson2017-06-161-0/+20
* drm/i915: Make i915_vma_destroy() staticChris Wilson2017-06-161-1/+1
* drm/i915: Use vma->exec_entry as our double-entry placeholderChris Wilson2017-06-151-1/+0
* drm/i915: Remove the vma from the drm_mm if binding failsChris Wilson2017-02-271-20/+37
* drm/i915: Sanity check the vma->node prior to binding into the GTTChris Wilson2017-02-251-6/+9
* drm/i915: Move allocate_va_range to GTTChris Wilson2017-02-151-9/+0
* drm/i915: Exercise i915_vma_pin/i915_vma_insertChris Wilson2017-02-131-2/+2
* drm/i915: Test creation of VMAChris Wilson2017-02-131-0/+3
* drm/i915: Assert that we never create a vma for the aliasing_ppgttChris Wilson2017-02-091-0/+3
* drm/i915: Pevent copying uninitialised garbage into vma->ggtt_viewChris Wilson2017-01-231-1/+1
* drm/i915: reinstate call to trace_i915_vma_bindDaniele Ceraolo Spurio2017-01-211-0/+1
* drm/i915: Assert that created vma has a whole number of pagesChris Wilson2017-01-211-0/+2
* drm/i915: Assert the drm_mm_node is allocated when on the VM listsChris Wilson2017-01-211-0/+2
* drm/i915: Reject vma creation larger than address spaceChris Wilson2017-01-211-3/+16
* drm/i915: Remove i915_gem_object_to_ggtt()Chris Wilson2017-01-191-21/+6
* drm/i915: Remove i915_vma_create from VMA APIChris Wilson2017-01-191-31/+4
* drm/i915: Add a check that the VMA instance we lookup matches the requestChris Wilson2017-01-191-0/+1
* drm/i915: Rename some warts in the VMA APIChris Wilson2017-01-191-1/+89
* drm/i915: Convert i915_ggtt_view to use an anonymous unionChris Wilson2017-01-141-5/+4
* drm/i915: Assert that we have allocated the drm_mm_node upon pinningChris Wilson2017-01-131-0/+1
* drm/i915: Extract reserving space in the GTT to a helperChris Wilson2017-01-111-11/+5
* drm/i915: Use the MRU stack search after evictingChris Wilson2017-01-111-36/+4
* drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZEChris Wilson2017-01-101-7/+14
* drm/i915: Move ggtt fence/alignment to i915_gem_tiling.cChris Wilson2017-01-101-6/+6
* drm/i915: Store required fence size/alignment for GGTT vmaChris Wilson2017-01-101-32/+29
* drm/i915: Align GGTT sizes to a fence tile rowChris Wilson2017-01-101-2/+8
* drm/i915: Use range_overflows()Chris Wilson2017-01-061-1/+2
* Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Daniel Vetter2017-01-041-2/+2
|\
| * drm: Wrap drm_mm_node.hole_followsChris Wilson2016-12-281-2/+2
OpenPOWER on IntegriCloud