summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_evict.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Mark up all locked waitersChris Wilson2016-09-091-2/+6
* drm/i915: Expand bool interruptible to pass flags to i915_wait_request()Chris Wilson2016-09-091-2/+2
* drm/i915: Choose not to evict faultable objects from the GGTTChris Wilson2016-08-181-2/+5
* drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutexChris Wilson2016-08-051-3/+3
* drm/i915: Wrap vma->pin_count accessors with small inline helpersChris Wilson2016-08-041-6/+6
* drm/i915: Fix up vma alignment to be u64Chris Wilson2016-08-041-2/+3
* drm/i915: Remove surplus drm_device parameter to i915_gem_evict_something()Chris Wilson2016-08-041-5/+4Star
* drm/i915: Combine loops within i915_gem_evict_somethingChris Wilson2016-08-041-73/+70Star
* drm/i915: Release vma when the handle is closedChris Wilson2016-08-041-6/+2Star
* drm/i915: Rename drm_gem_object_unreference in preparation for lockless freeChris Wilson2016-07-201-3/+4
* drm/i915: Wrap drm_gem_object_reference in i915_gem_object_getChris Wilson2016-07-201-1/+1
* drm/i915/evict: Always switch away from the current contextChris Wilson2016-07-151-33/+2Star
* drm/i915: Only switch to default context when evicting from GGTTChris Wilson2016-06-241-6/+10
* drm/i915: Split idling from forcing context switchChris Wilson2016-06-241-4/+47
* drm/i915: Store a i915 backpointer from engine, and use itChris Wilson2016-05-091-2/+2
* drm/i915: Rename vma->*_list to *_link for consistencyChris Wilson2016-02-261-3/+3
* drm/i915: Add soft-pinning API for execbufferChris Wilson2015-12-091-0/+39
* drm/i915: Remove dead i915_gem_evict_everything()Chris Wilson2015-10-071-45/+0Star
* drm/i915: kerneldoc for i915_gem_shrinker.cDaniel Vetter2015-03-201-0/+4
* drm/i915: Add some extra guards in evict_vmBen Widawsky2015-01-061-0/+3
* drm/i915: Include i915_gem_evict.c kerneldoc into the drm docbookDaniel Vetter2015-01-061-4/+4
* drm/i915: fix another use-after-free in i915_gem_evict_everythingMichel Thierry2014-09-191-2/+2
* drm/i915: Prevent negative relocation deltas from wrappingChris Wilson2014-05-271-5/+4Star
* drm/i915: prefer struct drm_i915_private to drm_i915_private_tJani Nikula2014-03-311-2/+2
* drm/i915: Consolidate binding parameters into flagsDaniel Vetter2014-02-141-5/+5
* drm/i915: Kerneldoc for i915_gem_evict.cDaniel Vetter2014-01-291-9/+36
* drm/i915: VM eviction only targets address space not physical pagesChris Wilson2014-01-291-2/+1Star
* Merge branch 'topic/ppgtt' into drm-intel-next-queuedDaniel Vetter2014-01-251-2/+3
|\
| * Merge commit drm-intel-fixes into topic/ppgttDaniel Vetter2013-12-181-3/+11
| |\
| * | drm/i915: Make pin count per VMABen Widawsky2013-12-181-2/+3
* | | drm/i915: Repeat evictions whilst pageflip completions are outstandingChris Wilson2014-01-221-7/+20
| |/ |/|
* | drm/i915: Repeat eviction search after idling the GPUChris Wilson2013-12-101-3/+11
|/
* drm/i915: trace vm eviction instead of everythingBen Widawsky2013-10-011-0/+2
* drm/i915: evict VM instead of everythingBen Widawsky2013-09-121-2/+17
* drm/i915: Extract vm specific part of evictionBen Widawsky2013-09-121-6/+22
* drm/i915: More vma fixups around unbind/destroyDaniel Vetter2013-09-041-0/+3
* drm/i915/vma: Correct use after free in evictionBen Widawsky2013-08-231-2/+5
* drm/i915: Switch eviction code to use vmasBen Widawsky2013-08-221-17/+14Star
* drm/i915: mm_list is per VMABen Widawsky2013-08-081-8/+6Star
* drm/i915: Use new bind/unbind in eviction codeBen Widawsky2013-08-081-24/+29
* drm/i915: plumb VM into bind/unbind codeBen Widawsky2013-08-081-2/+2
* drm/i915: Make proper functions for VMsBen Widawsky2013-08-051-3/+5
* drm/i915: Create VMAsBen Widawsky2013-07-181-4/+8
* drm/i915: Move active/inactive lists to new mmBen Widawsky2013-07-171-9/+9
* drm/i915: Put the mm in the parent address spaceBen Widawsky2013-07-171-5/+5
* drm/i915: Embed drm_mm_node in i915 gem objBen Widawsky2013-07-081-3/+3
* drm/i915: Create a gtt structureBen Widawsky2013-01-171-1/+1
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-041-31/+13Star
|\
| * drm/i915: Only pwrite through the GTT if there is space in the apertureChris Wilson2012-08-241-1/+5
| * drm/i915: Track unbound pagesChris Wilson2012-08-211-8/+5Star