aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_vma.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-08drm/i915: Rename ggtt_view as gtt_viewNiranjana Vishwanathapura1-9/+9
2022-08-08drm/i915: pass a pointer for tlb seqno at vma_invalidate_tlb()Mauro Carvalho Chehab1-1/+1
2022-07-28drm/i915/gt: Batch TLB invalidationsChris Wilson1-0/+1
2022-05-04drm/i915: use IOMEM_ERR_PTR() directlyKefeng Wang1-1/+0
2022-03-07drm/i915: Remove the vma refcountThomas Hellström1-14/+0
2022-02-28drm/i915: Clarify vma lifetimeThomas Hellström1-0/+3
2022-01-18drm/i915: Add i915_vma_unbind_unlocked, and take obj lock for i915_vma_unbind, v2.Maarten Lankhorst1-0/+1
2022-01-11drm/i915: Use vma resources for async unbindingThomas Hellström1-1/+2
2022-01-11drm/i915: Use the vma resource as argument for gtt binding / unbindingThomas Hellström1-6/+5
2022-01-11drm/i915: Initial introduction of vma resourcesThomas Hellström1-1/+18
2021-12-20drm/i915: Remove pages_mutex and intel_gtt->vma_ops.set/clear_pages members, v3.Maarten Lankhorst1-0/+3
2021-12-20drm/i915: Remove unused bits of i915_vma/active apiMaarten Lankhorst1-2/+0
2021-11-19drm/i915: Remove resv from i915_vmaMaarten Lankhorst1-3/+3
2021-11-19drm/i915: vma is always backed by an object.Maarten Lankhorst1-3/+0
2021-10-15drm/i915: Multi-BB execbufMatthew Brost1-3/+10
2021-07-28drm/i915: move vma slab to direct module init/exitDaniel Vetter1-0/+3
2021-06-11Merge tag 'drm-intel-gt-next-2021-06-10' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-5/+0
2021-06-03drm/i915: Promote ptrdiff() to i915_utils.hMichal Wajdeczko1-5/+0
2021-05-25drm/i915/debugfs: Print remap info for DPT VMAs as wellImre Deak1-0/+5
2021-05-25drm/i915/adlp: Fix GEM VM asserts for DPT VMsImre Deak1-1/+1
2021-03-24drm/i915: Take reservation lock around i915_vma_pin.Maarten Lankhorst1-4/+16
2021-03-24drm/i915: make lockdep slightly happier about execbuf.Maarten Lankhorst1-0/+3
2021-03-24drm/i915: Ensure we hold the object mutex in pin correctly.Maarten Lankhorst1-0/+3
2021-01-20drm/i915/gem: Protect used framebuffers from casual evictionChris Wilson1-0/+15
2020-09-07drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.Maarten Lankhorst1-2/+11
2020-05-28drm/i915/gt: Remove local entries from GGTT on suspendChris Wilson1-0/+1
2020-04-01drm/i915/gt: Make fence revocation unequivocalChris Wilson1-1/+1
2020-03-16drm/i915/gt: Allocate i915_fence_reg arrayChris Wilson1-0/+1
2020-03-16drm/i915: Move GGTT fence registers under gt/Chris Wilson1-1/+0
2020-01-30drm/i915: Use the async worker to avoid reclaim tainting the ggtt->mutexChris Wilson1-0/+2
2020-01-07drm/i915/gtt: split up i915_gem_gttMatthew Auld1-137/+3
2019-12-23drm/i915: Introduce a vma.krefChris Wilson1-3/+22
2019-12-05drm/i915: Try hard to bind the contextChris Wilson1-0/+1
2019-12-04drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSETAbdiel Janulgue1-0/+3
2019-10-21drm/i915: Lift i915_vma_parked() onto the gtChris Wilson1-1/+1
2019-10-04drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson1-41/+43
2019-10-04drm/i915: Use helpers for drm_mm_node booleansChris Wilson1-2/+2
2019-09-11drm/i915: Make i915_vma.flags atomic_t for mutex reductionChris Wilson1-24/+38
2019-09-09drm/i915: cleanup cache-coloringMatthew Auld1-1/+1
2019-09-09drm/i915: export color_differsMatthew Auld1-0/+6
2019-08-22drm/i915: Replace i915_vma_put_fence()Chris Wilson1-2/+2
2019-08-22drm/i915: Track ggtt fence reservations under its own mutexChris Wilson1-2/+2
2019-08-22Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi1-4/+4
2019-08-20drm/i915: Be defensive when starting vma activityChris Wilson1-0/+8
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König1-4/+4
2019-08-12drm/i915: Forgo last_fence active request trackingChris Wilson1-1/+0
2019-08-02drm/i915: Hide unshrinkable context objects from the shrinkerChris Wilson1-0/+4
2019-06-13drm/i915: Move fence register tracking from i915->mm to ggttChris Wilson1-1/+1
2019-06-06drm/i915: Move object close under its own lockChris Wilson1-9/+8
2019-06-06drm/i915: fix documentation build warningsJani Nikula1-0/+2