aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_vma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-28drm/i915: move vma slab to direct module init/exitDaniel Vetter1-17/+8
2021-07-22drm/i915: Ditch i915 globals shrink infrastructureDaniel Vetter1-6/+0
2021-07-16drm/i915: Drop error handling from dma_fence_workJason Ekstrand1-2/+1
2021-06-11Merge tag 'drm-intel-gt-next-2021-06-10' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-12/+17
2021-06-10Merge tag 'drm-intel-next-2021-06-09' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-1/+1
2021-06-01drm/i915: Untangle the vma pages_mutexThomas Hellström1-12/+17
2021-05-25drm/i915/adlp: Fix GEM VM asserts for DPT VMsImre Deak1-1/+1
2021-05-05drm/i915: drop the __i915_active_call pointer packingMatthew Auld1-2/+1
2021-04-27drm/i915/lmem: Bypass aperture when lmem is availableAnusha Srivatsa1-6/+19
2021-04-27drm/i915/gtt: map the PD up frontMatthew Auld1-2/+1
2021-03-24drm/i915: Use a single page table lock for each gtt.Maarten Lankhorst1-0/+5
2021-03-24drm/i915: Take reservation lock around i915_vma_pin.Maarten Lankhorst1-3/+1
2021-03-24drm/i915: make lockdep slightly happier about execbuf.Maarten Lankhorst1-3/+5
2021-03-24drm/i915: Ensure we hold the object mutex in pin correctly.Maarten Lankhorst1-1/+10
2021-03-24i915_vma: Rename vma_lookup to i915_vma_lookupLiam Howlett1-2/+2
2020-11-03drm/i915: Hold onto an explicit ref to i915_vma_work.pinnedChris Wilson1-2/+4
2020-09-30drm/i915: check i915_vm_alloc_pt_stash for errorsMatthew Auld1-3/+5
2020-09-07drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.Maarten Lankhorst1-3/+10
2020-09-07drm/i915/gt: Switch to object allocations for page directoriesChris Wilson1-6/+12
2020-09-07drm/i915: Preallocate stashes for vma page-directoriesChris Wilson1-10/+17
2020-09-07drm/i915: Provide a fastpath for waiting on vma bindingsChris Wilson1-2/+7
2020-07-03drm/i915: Export ppgtt_bind_vmaChris Wilson1-4/+4
2020-07-02drm/i915: Also drop vm.ref along error paths for vma constructionChris Wilson1-10/+6
2020-07-02drm/i915: Drop vm.ref for duplicate vma on constructionChris Wilson1-0/+1
2020-06-12drm/i915: Leave vma intact as they are discardedChris Wilson1-1/+2
2020-05-28drm/i915/gt: Remove local entries from GGTT on suspendChris Wilson1-27/+32
2020-05-21drm/i915: Remove PIN_UPDATE for i915_vma_pinChris Wilson1-6/+3
2020-04-24drm/i915: Only close vma we openChris Wilson1-9/+19
2020-04-22drm/i915/gem: Hold obj->vma.lock over for_each_ggtt_vma()Chris Wilson1-4/+6
2020-04-06drm/i915: Make exclusive awaits on i915_active optionalChris Wilson1-1/+2
2020-04-03drm/i915: Check current i915_vma.pin_count status first on unbindChris Wilson1-16/+9
2020-04-03drm/i915: Revoke mmap before fenceChris Wilson1-3/+3
2020-04-02drm/i915/gem: Drop cached obj->bind_countChris Wilson1-24/+0
2020-04-01drm/i915/gt: Make fence revocation unequivocalChris Wilson1-3/+1
2020-04-01drm/i915/gt: Only wait for GPU activity before unbinding a GGTT fenceChris Wilson1-0/+4
2020-03-27drm/i915: Differentiate between aliasing-ppgtt and ggtt pinningChris Wilson1-3/+22
2020-03-25drm/i915: Immediately execute the fenced workChris Wilson1-1/+1
2020-03-23drm/i915: Avoid live-lock with i915_vma_parked()Chris Wilson1-15/+14
2020-03-11drm/i915: Extend i915_request_await_active to use all timelinesChris Wilson1-1/+1
2020-03-03drm/i915: Drop vma is-closed assertion on insertChris Wilson1-1/+0
2020-02-21drm/i915: Check that the vma hasn't been closed before we insert itChris Wilson1-0/+5
2020-02-03drm/i915: Hold reference to previous active fence as we queueChris Wilson1-1/+3
2020-01-30drm/i915: Use the async worker to avoid reclaim tainting the ggtt->mutexChris Wilson1-4/+35
2020-01-24drm/i915: Wait on vma activity before taking the mutexChris Wilson1-2/+7
2020-01-24drm/i915: Check activity on i915_vma after confirming pin_count==0Chris Wilson1-2/+12
2020-01-22drm/i915: Clear the GGTT_WRITE bit on unbinding the vmaChris Wilson1-2/+9
2020-01-10drm/i915/gt: Hold rpm wakeref before taking ggtt->vm.mutexChris Wilson1-0/+14
2020-01-09drm/i915: Reduce warning for i915_vma_pin_iomap() without runtime-pmChris Wilson1-2/+2
2019-12-23drm/i915: Introduce a vma.krefChris Wilson1-3/+6
2019-12-21drm/i915: Remove i915->kernel_contextChris Wilson1-0/+3