summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_vma.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/i915: cleanup cache-coloringMatthew Auld2019-09-091-11/+11
* drm/i915: export color_differsMatthew Auld2019-09-091-7/+4
* drm/i915: Replace i915_vma_put_fence()Chris Wilson2019-08-221-1/+3
* drm/i915: Pull obj->userfault tracking under the ggtt->mutexChris Wilson2019-08-221-1/+3
* Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi2019-08-221-3/+3
|\
| * Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-08-211-4/+4
| |\
| | * dma-buf: rename reservation_object to dma_resvChristian König2019-08-131-8/+8
* | | drm/i915: Be defensive when starting vma activityChris Wilson2019-08-201-2/+1
* | | drm/i915: Markup expected timeline locks for i915_activeChris Wilson2019-08-161-2/+2
* | | drm/i915: Extract intel_frontbuffer active trackingChris Wilson2019-08-161-2/+4
* | | drm/i915: Forgo last_fence active request trackingChris Wilson2019-08-121-13/+0
* | | drm/i915: avoid including intel_drv.h via i915_drv.h->i915_trace.hJani Nikula2019-08-071-0/+1
* | | drm/i915: Hide unshrinkable context objects from the shrinkerChris Wilson2019-08-021-0/+16
* | | drm/i915: Report resv_obj allocation failureChris Wilson2019-08-021-22/+9
|/ /
* | drm/i915: Move aliasing_ppgtt underneath its i915_ggttChris Wilson2019-07-301-1/+1
* | drm/i915: Mark up vma->active as safe for use inside shrinkersChris Wilson2019-07-031-0/+8
* | drm/i915: Provide an i915_active.acquire callbackChris Wilson2019-06-211-8/+14
* | drm/i915: Throw away the active object retirement complexityChris Wilson2019-06-211-43/+11
* | drm/i915: Convert i915_gem_flush_ggtt_writes to intel_gtTvrtko Ursulin2019-06-211-1/+2
|/
* drm/i915: Use drm_gem_object.resvChris Wilson2019-06-181-5/+5
* drm/i915: move modesetting core code under display/Jani Nikula2019-06-171-5/+5
* drm/i915: Remove rpm asserts that use i915Daniele Ceraolo Spurio2019-06-141-1/+1
* drm/i915: Combine unbound/bound list tracking for objectsChris Wilson2019-06-121-29/+5
* drm/i915: Promote i915->mm.obj_lock to be irqsafeChris Wilson2019-06-101-6/+11
* drm/i915: Move object close under its own lockChris Wilson2019-06-061-17/+31
* drm/i915: Report all objects with allocated pages to the shrinkerChris Wilson2019-05-311-4/+12
* drm/i915: Track the purgeable objects on a separate eviction listChris Wilson2019-05-311-1/+2
* drm/i915: Drop the deferred active referenceChris Wilson2019-05-281-9/+6
* drm/i915: Move GEM object domain management from struct_mutex to localChris Wilson2019-05-281-4/+4