aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_vma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-12drm/i915: Combine unbound/bound list tracking for objectsChris Wilson1-29/+5
2019-06-10drm/i915: Promote i915->mm.obj_lock to be irqsafeChris Wilson1-6/+11
2019-06-06drm/i915: Move object close under its own lockChris Wilson1-17/+31
2019-05-31drm/i915: Report all objects with allocated pages to the shrinkerChris Wilson1-4/+12
2019-05-31drm/i915: Track the purgeable objects on a separate eviction listChris Wilson1-1/+2
2019-05-28drm/i915: Drop the deferred active referenceChris Wilson1-9/+6
2019-05-28drm/i915: Move GEM object domain management from struct_mutex to localChris Wilson1-4/+4
2019-05-28Merge tag 'drm-intel-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-8/+5
2019-05-20drm/i915/selftests: Add live vma selftestVille Syrjälä1-8/+0
2019-05-20drm/i915: Add a new "remapped" gtt_viewVille Syrjälä1-1/+5
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-6/+45
2019-04-29drm: Simplify stacktrace handlingThomas Gleixner1-7/+4
2019-04-24drm/i915: Move GraphicsTechnology files under gt/Chris Wilson1-1/+2
2019-03-06drm/i915: Use i915_global_register()Chris Wilson1-10/+18
2019-02-28drm/i915: Make object/vma allocation caches globalChris Wilson1-6/+37
2019-02-05drm/i915: Pull i915_gem_active into the i915_active familyChris Wilson1-6/+6
2019-02-05drm/i915: Generalise GPU activity trackingChris Wilson1-145/+28
2019-01-28drm/i915: Move vma lookup to its own lockChris Wilson1-20/+46
2019-01-28drm/i915: Pull VM lists under the VM mutex.Chris Wilson1-0/+11
2019-01-28drm/i915: Stop tracking MRU activity on VMAChris Wilson1-7/+2
2018-11-20Merge drm/drm-next into drm-intel-next-queuedJani Nikula1-1/+1
2018-10-25dma-buf: allow reserving more than one shared fence slotChristian König1-1/+1
2018-10-18drm/i915: GEM_WARN_ON considered harmfulTvrtko Ursulin1-4/+4
2018-08-16drm/i915: Stop holding a ref to the ppgtt from each vmaChris Wilson1-4/+0
2018-07-24drm/i915: Pull unpin map into vma releaseChris Wilson1-1/+4
2018-07-19drm/i915: Handle recursive shrinker for vma->last_active allocationChris Wilson1-0/+8
2018-07-06drm/i915: Track the last-active inside the i915_vmaChris Wilson1-2/+56
2018-07-06drm/i915: Track vma activity per fence.context, not per engineChris Wilson1-31/+81
2018-07-06drm/i915: Move i915_vma_move_to_active() to i915_vma.cChris Wilson1-0/+61
2018-07-06drm/i915: Squelch very verbose error loggingChris Wilson1-1/+1
2018-07-02drm/i915: Try GGTT mmapping whole object as partialChris Wilson1-1/+1
2018-06-28drm/i915: Show vma allocator stack when in doubtChris Wilson1-2/+37
2018-06-07drm/i915: Decouple vma vfuncs from vmChris Wilson1-5/+6
2018-06-07drm/i915: Prepare for non-object vmaChris Wilson1-40/+56
2018-06-05drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson1-1/+1
2018-06-05drm/i915/vma: Move the bind_count vs pin_count assertion to a helperChris Wilson1-2/+14
2018-05-04drm/i915: Lazily unbind vma on closeChris Wilson1-17/+56
2018-02-21drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson1-2/+1
2017-12-12drm/i915: make mappable struct resource centricMatthew Auld1-1/+1
2017-12-07drm/i915: Refactor common list iteration over GGTT vmaChris Wilson1-0/+6
2017-12-07drm/i915: Track GGTT writes on the vmaChris Wilson1-0/+22
2017-12-07drm/i915: Remove vma from object on destroy, not closeChris Wilson1-1/+3
2017-11-09drm/i915: Mark up i915_vma_unbind() as a potential sleeperChris Wilson1-0/+1
2017-11-08drm/i915: Prune the reservation shared fence arrayChris Wilson1-0/+7
2017-11-06drm/i915: Assert vma->flags are updated correctly during bindingChris Wilson1-1/+4
2017-10-16drm/i915: Move dev_priv->mm.[un]bound_list to its own lockChris Wilson1-4/+12
2017-10-09drm/i915: Track user GTT faulting per-vmaChris Wilson1-1/+27
2017-10-09drm/i915: Consolidate get_fence with pin_fenceChris Wilson1-3/+1
2017-10-09drm/i915: Pin fence for iomapChris Wilson1-4/+31
2017-10-09drm/i915: Assert we do not try to expand VMA for hugepage inside GGTTChris Wilson1-0/+7