summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_evict.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: improve the catch-all evict to handle lock contentionMatthew Auld2022-12-191-10/+27
* drm/i915/mtl: Media GT and Render GT share common GGTTAravind Iddamsetty2022-11-281-13/+38
* Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm...Rodrigo Vivi2022-02-231-8/+93
|\
| * drm/i915: Add object locking to i915_gem_evict_for_node and i915_gem_evict_so...Maarten Lankhorst2022-01-181-7/+62
| * drm/i915: Add locking to i915_gem_evict_vm(), v3.Maarten Lankhorst2022-01-181-2/+32
* | drm/i915: split out i915_gem_evict.h from i915_drv.hJani Nikula2022-01-101-0/+1
|/
* drm/i915/guc: Update intel_gt_wait_for_idle to work with GuCMatthew Brost2021-07-221-0/+1
* drm/i915/gem: Protect used framebuffers from casual evictionChris Wilson2021-01-201-1/+12
* drm: fix some kernel-doc markupsMauro Carvalho Chehab2020-11-161-1/+1
* drm/i915: Handle idling during i915_gem_evict_something busy loopsChris Wilson2020-05-121-14/+12
* drm/i915/evict: watch out for unevictable nodesMatthew Auld2020-04-081-1/+6
* drm/i915: Drop inspection of execbuf flags during evictChris Wilson2020-03-031-9/+6
* drm/i915: significantly reduce the use of <drm/i915_drm.h>Jani Nikula2020-02-271-2/+0
* drm/i915: Ignore most failures during evict-vmChris Wilson2019-12-051-16/+23
* drm/i915: Move request runtime management onto gtChris Wilson2019-10-041-7/+7
* drm/i915: Merge wait_for_timelines with retire_requestChris Wilson2019-10-041-6/+6
* drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson2019-10-041-20/+8
* drm/i915: Use helpers for drm_mm_node booleansChris Wilson2019-10-041-1/+1
* drm/i915: cleanup cache-coloringMatthew Auld2019-09-091-7/+5
* drm/i915: Replace PIN_NONFAULT with calls to PIN_NOEVICTChris Wilson2019-08-211-8/+0
* drm/i915: remove unnecessary includes of intel_display_types.h headerJani Nikula2019-08-071-1/+0
* drm/i915: rename intel_drv.h to display/intel_display_types.hJani Nikula2019-08-071-1/+1
* drm/i915: Move more GEM objects under gem/Chris Wilson2019-05-281-0/+2
* drm/i915: Invert the GEM wakeref hierarchyChris Wilson2019-04-241-35/+12
* drm/i915: Remove has-kernel-contextChris Wilson2019-03-081-13/+3
* drm/i915: Reduce presumption of request ordering for barriersChris Wilson2019-03-081-1/+1
* drm/i915: Pull VM lists under the VM mutex.Chris Wilson2019-01-281-0/+2
* drm/i915: Stop tracking MRU activity on VMAChris Wilson2019-01-281-36/+51
* drm/i915: drop all drmP.h includesJani Nikula2019-01-091-1/+0
* drm/i915: Provide a timeout to i915_gem_wait_for_idle()Chris Wilson2018-07-091-1/+2
* drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson2018-02-211-2/+2
* drm/i915: Use same test for eviction and submitting kernel contextChris Wilson2017-10-251-1/+2
* drm/i915: Call cond_resched() before repeating i915_gem_evict_something()Chris Wilson2017-10-251-0/+1
* drm/i915/selftests: Exercise adding requests to a full GGTTChris Wilson2017-10-121-0/+7
* drm/i915: Fix eviction when the GGTT is idle but fullChris Wilson2017-10-121-24/+39
* drm/i915: Check PIN_NONFAULT overlaps in evict_for_nodeChris Wilson2017-10-091-0/+5
* drm/i915: Track user GTT faulting per-vmaChris Wilson2017-10-091-1/+1
* drm/i915: Convert execbuf to use struct-of-array packing for critical fieldsChris Wilson2017-08-181-2/+2
* drm/i915: Eliminate lots of iterations over the execobjects arrayChris Wilson2017-06-161-35/+57
* drm/i915: Split vma exec_link/evict_linkChris Wilson2017-06-151-7/+7
* drm/i915: Use vma->exec_entry as our double-entry placeholderChris Wilson2017-06-151-14/+3
* drm/i915: Move retire-requests into i915_gem_wait_for_idle()Chris Wilson2017-03-311-2/+0
* drm/i915: use correct node for handling cache domain evictionMatthew Auld2017-03-091-4/+4
* drm/i915: Remove i915_address_space.startChris Wilson2017-02-151-1/+1
* drm/i915: Initial selftests for exercising evictionChris Wilson2017-02-131-0/+4
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2017-02-101-2/+7
|\
| * drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson2017-02-031-2/+7
* | drm/i915: Use page coloring to provide the guard page at the end of the GTTChris Wilson2017-02-061-2/+8
|/
* drm/i915: Detect vma reserved for execbuf in evict-for-nodeChris Wilson2017-01-121-1/+1
* drm/i915: Extract reserving space in the GTT to a helperChris Wilson2017-01-111-15/+18