summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_vma.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Pull i915_gem_active into the i915_active familyChris Wilson2019-02-051-6/+6
* drm/i915: Generalise GPU activity trackingChris Wilson2019-02-051-145/+28Star
* drm/i915: Move vma lookup to its own lockChris Wilson2019-01-281-20/+46
* drm/i915: Pull VM lists under the VM mutex.Chris Wilson2019-01-281-0/+11
* drm/i915: Stop tracking MRU activity on VMAChris Wilson2019-01-281-7/+2Star
* Merge drm/drm-next into drm-intel-next-queuedJani Nikula2018-11-201-1/+1
|\
| * dma-buf: allow reserving more than one shared fence slotChristian König2018-10-251-1/+1
* | drm/i915: GEM_WARN_ON considered harmfulTvrtko Ursulin2018-10-181-4/+4
|/
* drm/i915: Stop holding a ref to the ppgtt from each vmaChris Wilson2018-08-161-4/+0Star
* drm/i915: Pull unpin map into vma releaseChris Wilson2018-07-241-1/+4
* drm/i915: Handle recursive shrinker for vma->last_active allocationChris Wilson2018-07-191-0/+8
* drm/i915: Track the last-active inside the i915_vmaChris Wilson2018-07-061-2/+56
* drm/i915: Track vma activity per fence.context, not per engineChris Wilson2018-07-061-31/+81
* drm/i915: Move i915_vma_move_to_active() to i915_vma.cChris Wilson2018-07-061-0/+61
* drm/i915: Squelch very verbose error loggingChris Wilson2018-07-061-1/+1
* drm/i915: Try GGTT mmapping whole object as partialChris Wilson2018-07-021-1/+1
* drm/i915: Show vma allocator stack when in doubtChris Wilson2018-06-281-2/+37
* drm/i915: Decouple vma vfuncs from vmChris Wilson2018-06-071-5/+6
* drm/i915: Prepare for non-object vmaChris Wilson2018-06-071-40/+56
* drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson2018-06-051-1/+1
* drm/i915/vma: Move the bind_count vs pin_count assertion to a helperChris Wilson2018-06-051-2/+14
* drm/i915: Lazily unbind vma on closeChris Wilson2018-05-041-17/+56
* drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson2018-02-211-2/+1Star
* drm/i915: make mappable struct resource centricMatthew Auld2017-12-121-1/+1
* drm/i915: Refactor common list iteration over GGTT vmaChris Wilson2017-12-081-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/+1Star
* 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/+0Star
* 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/+0Star
* 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/+0Star