summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem/i915_gem_domain.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Hold reference to intel_frontbuffer as we track activityChris Wilson2019-12-231-2/+2
* drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson2019-10-041-6/+7
* drm/i915: Make shrink/unshrink be atomicChris Wilson2019-09-111-1/+2
* drm/i915: cleanup cache-coloringMatthew Auld2019-09-091-2/+4
* drm/i915: Replace obj->pin_global with obj->frontbufferChris Wilson2019-09-031-24/+10
* drm/i915: Replace i915_vma_put_fence()Chris Wilson2019-08-221-8/+27
* drm/i915: Extract intel_frontbuffer active trackingChris Wilson2019-08-161-11/+3
* drm/i915: move modesetting core code under display/Jani Nikula2019-06-171-1/+2
* drm/i915: Combine unbound/bound list tracking for objectsChris Wilson2019-06-121-8/+3
* drm/i915: Promote i915->mm.obj_lock to be irqsafeChris Wilson2019-06-101-9/+14
* drm/i915: Report all objects with allocated pages to the shrinkerChris Wilson2019-05-311-1/+2
* drm/i915: Track the purgeable objects on a separate eviction listChris Wilson2019-05-311-5/+9
* drm/i915: Move GEM object domain management from struct_mutex to localChris Wilson2019-05-281-31/+39
* drm/i915: Move GEM domain management to its own fileChris Wilson2019-05-281-0/+782