summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_vma.h
AgeCommit message (Expand)Author
2022-02-28drm/i915: Clarify vma lifetimeThomas Hellström
2022-01-18drm/i915: Add i915_vma_unbind_unlocked, and take obj lock for i915_vma_unbind...Maarten Lankhorst
2022-01-11drm/i915: Use vma resources for async unbindingThomas Hellström
2022-01-11drm/i915: Use the vma resource as argument for gtt binding / unbindingThomas Hellström
2022-01-11drm/i915: Initial introduction of vma resourcesThomas Hellström
2021-12-20drm/i915: Remove pages_mutex and intel_gtt->vma_ops.set/clear_pages members, v3.Maarten Lankhorst
2021-12-20drm/i915: Remove unused bits of i915_vma/active apiMaarten Lankhorst
2021-11-19drm/i915: Remove resv from i915_vmaMaarten Lankhorst
2021-11-19drm/i915: vma is always backed by an object.Maarten Lankhorst
2021-10-15drm/i915: Multi-BB execbufMatthew Brost
2021-07-28drm/i915: move vma slab to direct module init/exitDaniel Vetter
2021-06-11Merge tag 'drm-intel-gt-next-2021-06-10' of git://anongit.freedesktop.org/drm...Dave Airlie
2021-06-03drm/i915: Promote ptrdiff() to i915_utils.hMichal Wajdeczko
2021-05-25drm/i915/debugfs: Print remap info for DPT VMAs as wellImre Deak
2021-05-25drm/i915/adlp: Fix GEM VM asserts for DPT VMsImre Deak
2021-03-24drm/i915: Take reservation lock around i915_vma_pin.Maarten Lankhorst
2021-03-24drm/i915: make lockdep slightly happier about execbuf.Maarten Lankhorst
2021-03-24drm/i915: Ensure we hold the object mutex in pin correctly.Maarten Lankhorst
2021-01-20drm/i915/gem: Protect used framebuffers from casual evictionChris Wilson
2020-09-07drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.Maarten Lankhorst
2020-05-28drm/i915/gt: Remove local entries from GGTT on suspendChris Wilson
2020-04-01drm/i915/gt: Make fence revocation unequivocalChris Wilson
2020-03-16drm/i915/gt: Allocate i915_fence_reg arrayChris Wilson
2020-03-16drm/i915: Move GGTT fence registers under gt/Chris Wilson
2020-01-30drm/i915: Use the async worker to avoid reclaim tainting the ggtt->mutexChris Wilson
2020-01-07drm/i915/gtt: split up i915_gem_gttMatthew Auld
2019-12-23drm/i915: Introduce a vma.krefChris Wilson
2019-12-05drm/i915: Try hard to bind the contextChris Wilson
2019-12-04drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSETAbdiel Janulgue
2019-10-21drm/i915: Lift i915_vma_parked() onto the gtChris Wilson
2019-10-04drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson
2019-10-04drm/i915: Use helpers for drm_mm_node booleansChris Wilson
2019-09-11drm/i915: Make i915_vma.flags atomic_t for mutex reductionChris Wilson
2019-09-09drm/i915: cleanup cache-coloringMatthew Auld
2019-09-09drm/i915: export color_differsMatthew Auld
2019-08-22drm/i915: Replace i915_vma_put_fence()Chris Wilson
2019-08-22drm/i915: Track ggtt fence reservations under its own mutexChris Wilson
2019-08-22Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi
2019-08-20drm/i915: Be defensive when starting vma activityChris Wilson
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König
2019-08-12drm/i915: Forgo last_fence active request trackingChris Wilson
2019-08-02drm/i915: Hide unshrinkable context objects from the shrinkerChris Wilson
2019-06-13drm/i915: Move fence register tracking from i915->mm to ggttChris Wilson
2019-06-06drm/i915: Move object close under its own lockChris Wilson
2019-06-06drm/i915: fix documentation build warningsJani Nikula
2019-05-28drm/i915: Move GEM object domain management from struct_mutex to localChris Wilson
2019-05-28drm/i915: Move object->pages API to i915_gem_object.[ch]Chris Wilson
2019-05-20drm/i915: Add a new "remapped" gtt_viewVille Syrjälä
2019-03-06drm/i915: Use i915_global_register()Chris Wilson
2019-02-28drm/i915: Make object/vma allocation caches globalChris Wilson