summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_vma.c
AgeCommit message (Expand)Author
2022-01-05Merge remote-tracking branch 'drm-intel/drm-intel-gt-next' into drm-tipDouglas Anderson
2021-12-22drm/i915: Require the vm mutex for i915_vma_bind()Thomas Hellström
2021-12-20drm/i915: Take object lock in i915_ggtt_pin if ww is not setMaarten Lankhorst
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-25drm/i915: Add support for moving fence waitingMaarten Lankhorst
2021-11-22Merge drm/drm-next into drm-intel-gt-nextTvrtko Ursulin
2021-11-19drm/i915: Remove resv from i915_vmaMaarten Lankhorst
2021-11-19drm/i915: vma is always backed by an object.Maarten Lankhorst
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-09lib, stackdepot: add helper to print stack entries into bufferImran Khan
2021-11-04drm/i915: fixup dma_fence_wait usageMatthew Auld
2021-10-15drm/i915: Multi-BB execbufMatthew Brost
2021-07-28drm/i915: move vma slab to direct module init/exitDaniel Vetter
2021-07-22drm/i915: Ditch i915 globals shrink infrastructureDaniel Vetter
2021-07-16drm/i915: Drop error handling from dma_fence_workJason Ekstrand
2021-06-11Merge tag 'drm-intel-gt-next-2021-06-10' of git://anongit.freedesktop.org/drm...Dave Airlie
2021-06-10Merge tag 'drm-intel-next-2021-06-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2021-06-01drm/i915: Untangle the vma pages_mutexThomas Hellström
2021-05-25drm/i915/adlp: Fix GEM VM asserts for DPT VMsImre Deak
2021-05-05drm/i915: drop the __i915_active_call pointer packingMatthew Auld
2021-04-27drm/i915/lmem: Bypass aperture when lmem is availableAnusha Srivatsa
2021-04-27drm/i915/gtt: map the PD up frontMatthew Auld
2021-03-24drm/i915: Use a single page table lock for each gtt.Maarten Lankhorst
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-03-24i915_vma: Rename vma_lookup to i915_vma_lookupLiam Howlett
2020-11-03drm/i915: Hold onto an explicit ref to i915_vma_work.pinnedChris Wilson
2020-09-30drm/i915: check i915_vm_alloc_pt_stash for errorsMatthew Auld
2020-09-07drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.Maarten Lankhorst
2020-09-07drm/i915/gt: Switch to object allocations for page directoriesChris Wilson
2020-09-07drm/i915: Preallocate stashes for vma page-directoriesChris Wilson
2020-09-07drm/i915: Provide a fastpath for waiting on vma bindingsChris Wilson
2020-07-03drm/i915: Export ppgtt_bind_vmaChris Wilson
2020-07-02drm/i915: Also drop vm.ref along error paths for vma constructionChris Wilson
2020-07-02drm/i915: Drop vm.ref for duplicate vma on constructionChris Wilson
2020-06-12drm/i915: Leave vma intact as they are discardedChris Wilson
2020-05-28drm/i915/gt: Remove local entries from GGTT on suspendChris Wilson
2020-05-21drm/i915: Remove PIN_UPDATE for i915_vma_pinChris Wilson
2020-04-24drm/i915: Only close vma we openChris Wilson
2020-04-22drm/i915/gem: Hold obj->vma.lock over for_each_ggtt_vma()Chris Wilson
2020-04-06drm/i915: Make exclusive awaits on i915_active optionalChris Wilson
2020-04-03drm/i915: Check current i915_vma.pin_count status first on unbindChris Wilson
2020-04-03drm/i915: Revoke mmap before fenceChris Wilson
2020-04-02drm/i915/gem: Drop cached obj->bind_countChris Wilson
2020-04-01drm/i915/gt: Make fence revocation unequivocalChris Wilson
2020-04-01drm/i915/gt: Only wait for GPU activity before unbinding a GGTT fenceChris Wilson
2020-03-27drm/i915: Differentiate between aliasing-ppgtt and ggtt pinningChris Wilson
2020-03-25drm/i915: Immediately execute the fenced workChris Wilson