summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_vma.c
AgeCommit message (Expand)Author
2019-06-18drm/i915: Use drm_gem_object.resvChris Wilson
2019-06-17drm/i915: move modesetting core code under display/Jani Nikula
2019-06-14drm/i915: Remove rpm asserts that use i915Daniele Ceraolo Spurio
2019-06-12drm/i915: Combine unbound/bound list tracking for objectsChris Wilson
2019-06-10drm/i915: Promote i915->mm.obj_lock to be irqsafeChris Wilson
2019-06-06drm/i915: Move object close under its own lockChris Wilson
2019-05-31drm/i915: Report all objects with allocated pages to the shrinkerChris Wilson
2019-05-31drm/i915: Track the purgeable objects on a separate eviction listChris Wilson
2019-05-28drm/i915: Drop the deferred active referenceChris Wilson
2019-05-28drm/i915: Move GEM object domain management from struct_mutex to localChris Wilson
2019-05-28Merge tag 'drm-intel-next-2019-05-24' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2019-05-20drm/i915/selftests: Add live vma selftestVille Syrjälä
2019-05-20drm/i915: Add a new "remapped" gtt_viewVille Syrjälä
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-04-29drm: Simplify stacktrace handlingThomas Gleixner
2019-04-24drm/i915: Move GraphicsTechnology files under gt/Chris Wilson
2019-03-06drm/i915: Use i915_global_register()Chris Wilson
2019-02-28drm/i915: Make object/vma allocation caches globalChris Wilson
2019-02-05drm/i915: Pull i915_gem_active into the i915_active familyChris Wilson
2019-02-05drm/i915: Generalise GPU activity trackingChris Wilson
2019-01-28drm/i915: Move vma lookup to its own lockChris Wilson
2019-01-28drm/i915: Pull VM lists under the VM mutex.Chris Wilson
2019-01-28drm/i915: Stop tracking MRU activity on VMAChris Wilson
2018-11-20Merge drm/drm-next into drm-intel-next-queuedJani Nikula
2018-10-25dma-buf: allow reserving more than one shared fence slotChristian König
2018-10-18drm/i915: GEM_WARN_ON considered harmfulTvrtko Ursulin
2018-08-16drm/i915: Stop holding a ref to the ppgtt from each vmaChris Wilson
2018-07-24drm/i915: Pull unpin map into vma releaseChris Wilson
2018-07-19drm/i915: Handle recursive shrinker for vma->last_active allocationChris Wilson
2018-07-06drm/i915: Track the last-active inside the i915_vmaChris Wilson
2018-07-06drm/i915: Track vma activity per fence.context, not per engineChris Wilson
2018-07-06drm/i915: Move i915_vma_move_to_active() to i915_vma.cChris Wilson
2018-07-06drm/i915: Squelch very verbose error loggingChris Wilson
2018-07-02drm/i915: Try GGTT mmapping whole object as partialChris Wilson
2018-06-28drm/i915: Show vma allocator stack when in doubtChris Wilson
2018-06-07drm/i915: Decouple vma vfuncs from vmChris Wilson
2018-06-07drm/i915: Prepare for non-object vmaChris Wilson
2018-06-05drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson
2018-06-05drm/i915/vma: Move the bind_count vs pin_count assertion to a helperChris 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