summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_vma.c
AgeCommit message (Expand)Author
2017-03-09drm/i915: Remove the vma from the drm_mm if binding failsChris Wilson
2017-01-26drm/i915: Pevent copying uninitialised garbage into vma->ggtt_viewChris Wilson
2017-01-21drm/i915: reinstate call to trace_i915_vma_bindDaniele Ceraolo Spurio
2017-01-21drm/i915: Assert that created vma has a whole number of pagesChris Wilson
2017-01-21drm/i915: Assert the drm_mm_node is allocated when on the VM listsChris Wilson
2017-01-21drm/i915: Reject vma creation larger than address spaceChris Wilson
2017-01-19drm/i915: Remove i915_gem_object_to_ggtt()Chris Wilson
2017-01-19drm/i915: Remove i915_vma_create from VMA APIChris Wilson
2017-01-19drm/i915: Add a check that the VMA instance we lookup matches the requestChris Wilson
2017-01-19drm/i915: Rename some warts in the VMA APIChris Wilson
2017-01-14drm/i915: Convert i915_ggtt_view to use an anonymous unionChris Wilson
2017-01-13drm/i915: Assert that we have allocated the drm_mm_node upon pinningChris Wilson
2017-01-11drm/i915: Extract reserving space in the GTT to a helperChris Wilson
2017-01-11drm/i915: Use the MRU stack search after evictingChris Wilson
2017-01-10drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZEChris Wilson
2017-01-10drm/i915: Move ggtt fence/alignment to i915_gem_tiling.cChris Wilson
2017-01-10drm/i915: Store required fence size/alignment for GGTT vmaChris Wilson
2017-01-10drm/i915: Align GGTT sizes to a fence tile rowChris Wilson
2017-01-06drm/i915: Use range_overflows()Chris Wilson
2017-01-04Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Daniel Vetter
2016-12-31drm/i915: Move assert of page pin vs bind count into i915_vma_unbindChris Wilson
2016-12-28drm: Wrap drm_mm_node.hole_followsChris Wilson
2016-12-23drm/i915: Assert that the partial VMA fits within the objectChris Wilson
2016-12-16drm/i915: convert to using range_overflowsMatthew Auld
2016-12-16drm/i915: move vma sanity checking into i915_vma_bindMatthew Auld
2016-12-05drm/i915: Tidy i915_gem_valid_gtt_space()Chris Wilson
2016-12-05drm/i915: Fix i915_gem_evict_for_vma (soft-pinning)Chris Wilson
2016-11-29drm/i915: Convert vm->dev backpointer to vm->i915Chris Wilson
2016-11-18drm/i915: Move frontbuffer CS write tracking from ggtt vma to objectChris Wilson
2016-11-11drm/i915: Split out i915_vma.cJoonas Lahtinen