summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_vma.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/i915: Claim vma while under closed_lock in i915_vma_parked()Chris Wilson2019-12-061-1/+3
* drm/i915: Try hard to bind the contextChris Wilson2019-12-051-0/+34
* drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSETAbdiel Janulgue2019-12-041-3/+2
* drm/i915: Split detaching and removing the vmaChris Wilson2019-10-311-20/+17
* drm/i915: Lift i915_vma_parked() onto the gtChris Wilson2019-10-211-16/+16
* drm/i915: Remove leftover vma->obj->pages_pin_count on insert/removeChris Wilson2019-10-151-4/+1
* drm/i915: Drop obj.page_pin_count after a failed vma->set_pages()Chris Wilson2019-10-151-1/+4
* drm/i915: Coordinate i915_active with its own mutexChris Wilson2019-10-041-2/+2
* drm/i915: Push the i915_active.retire into a workerChris Wilson2019-10-041-0/+2
* drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson2019-10-041-158/+366
* drm/i915: Only track bound elements of the GTTChris Wilson2019-10-041-10/+2
* drm/i915: Use helpers for drm_mm_node booleansChris Wilson2019-10-041-1/+1
* drm/i915: Mark i915_request.timeline as a volatile, rcu pointerChris Wilson2019-09-201-4/+2
* drm/i915: Make i915_vma.flags atomic_t for mutex reductionChris Wilson2019-09-111-14/+15