summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_vma.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-gt-next-2021-06-10' of git://anongit.freedesktop.org/drm...Dave Airlie2021-06-111-12/+17
|\
| * drm/i915: Untangle the vma pages_mutexThomas Hellström2021-06-011-12/+17
* | Merge tag 'drm-intel-next-2021-06-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2021-06-101-1/+1
|\ \ | |/ |/|
| * drm/i915/adlp: Fix GEM VM asserts for DPT VMsImre Deak2021-05-251-1/+1
* | drm/i915: drop the __i915_active_call pointer packingMatthew Auld2021-05-051-2/+1
* | drm/i915/lmem: Bypass aperture when lmem is availableAnusha Srivatsa2021-04-271-6/+19
* | drm/i915/gtt: map the PD up frontMatthew Auld2021-04-271-2/+1
|/
* drm/i915: Use a single page table lock for each gtt.Maarten Lankhorst2021-03-241-0/+5
* drm/i915: Take reservation lock around i915_vma_pin.Maarten Lankhorst2021-03-241-3/+1
* drm/i915: make lockdep slightly happier about execbuf.Maarten Lankhorst2021-03-241-3/+5
* drm/i915: Ensure we hold the object mutex in pin correctly.Maarten Lankhorst2021-03-241-1/+10
* i915_vma: Rename vma_lookup to i915_vma_lookupLiam Howlett2021-03-241-2/+2
* drm/i915: Hold onto an explicit ref to i915_vma_work.pinnedChris Wilson2020-11-031-2/+4
* drm/i915: check i915_vm_alloc_pt_stash for errorsMatthew Auld2020-09-301-3/+5
* drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.Maarten Lankhorst2020-09-071-3/+10
* drm/i915/gt: Switch to object allocations for page directoriesChris Wilson2020-09-071-6/+12
* drm/i915: Preallocate stashes for vma page-directoriesChris Wilson2020-09-071-10/+17
* drm/i915: Provide a fastpath for waiting on vma bindingsChris Wilson2020-09-071-2/+7
* drm/i915: Export ppgtt_bind_vmaChris Wilson2020-07-031-4/+4
* drm/i915: Also drop vm.ref along error paths for vma constructionChris Wilson2020-07-021-10/+6
* drm/i915: Drop vm.ref for duplicate vma on constructionChris Wilson2020-07-021-0/+1
* drm/i915: Leave vma intact as they are discardedChris Wilson2020-06-121-1/+2
* drm/i915/gt: Remove local entries from GGTT on suspendChris Wilson2020-05-281-27/+32
* drm/i915: Remove PIN_UPDATE for i915_vma_pinChris Wilson2020-05-211-6/+3
* drm/i915: Only close vma we openChris Wilson2020-04-241-9/+19
* drm/i915/gem: Hold obj->vma.lock over for_each_ggtt_vma()Chris Wilson2020-04-221-4/+6
* drm/i915: Make exclusive awaits on i915_active optionalChris Wilson2020-04-061-1/+2
* drm/i915: Check current i915_vma.pin_count status first on unbindChris Wilson2020-04-031-16/+9
* drm/i915: Revoke mmap before fenceChris Wilson2020-04-031-3/+3
* drm/i915/gem: Drop cached obj->bind_countChris Wilson2020-04-021-24/+0
* drm/i915/gt: Make fence revocation unequivocalChris Wilson2020-04-011-3/+1
* drm/i915/gt: Only wait for GPU activity before unbinding a GGTT fenceChris Wilson2020-04-011-0/+4
* drm/i915: Differentiate between aliasing-ppgtt and ggtt pinningChris Wilson2020-03-271-3/+22
* drm/i915: Immediately execute the fenced workChris Wilson2020-03-251-1/+1
* drm/i915: Avoid live-lock with i915_vma_parked()Chris Wilson2020-03-231-15/+14
* drm/i915: Extend i915_request_await_active to use all timelinesChris Wilson2020-03-111-1/+1
* drm/i915: Drop vma is-closed assertion on insertChris Wilson2020-03-031-1/+0
* drm/i915: Check that the vma hasn't been closed before we insert itChris Wilson2020-02-211-0/+5
* drm/i915: Hold reference to previous active fence as we queueChris Wilson2020-02-031-1/+3
* drm/i915: Use the async worker to avoid reclaim tainting the ggtt->mutexChris Wilson2020-01-301-4/+35
* drm/i915: Wait on vma activity before taking the mutexChris Wilson2020-01-241-2/+7
* drm/i915: Check activity on i915_vma after confirming pin_count==0Chris Wilson2020-01-241-2/+12
* drm/i915: Clear the GGTT_WRITE bit on unbinding the vmaChris Wilson2020-01-221-2/+9
* drm/i915/gt: Hold rpm wakeref before taking ggtt->vm.mutexChris Wilson2020-01-101-0/+14
* drm/i915: Reduce warning for i915_vma_pin_iomap() without runtime-pmChris Wilson2020-01-091-2/+2
* drm/i915: Introduce a vma.krefChris Wilson2019-12-231-3/+6
* drm/i915: Remove i915->kernel_contextChris Wilson2019-12-211-0/+3
* drm/i915: Hold reference to intel_frontbuffer as we track activityChris Wilson2019-12-181-2/+8
* drm/i915: Unpin vma->obj on early errorChris Wilson2019-12-181-4/+13
* drm/i915: Change i915_vma_unbind() to report -EAGAIN on activityChris Wilson2019-12-091-1/+1