index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_vma.h
Age
Commit message (
Expand
)
Author
2017-08-30
drm/i915: Ignore duplicate VMA stored within the per-object handle LUT
Chris Wilson
2017-08-18
drm/i915: Replace execbuf vma ht with an idr
Chris Wilson
2017-08-18
drm/i915: Convert execbuf to use struct-of-array packing for critical fields
Chris Wilson
2017-07-27
drm/i915: Remove assertion from raw __i915_vma_unpin()
Chris Wilson
2017-06-16
drm/i915: Stash a pointer to the obj's resv in the vma
Chris Wilson
2017-06-16
drm/i915: Eliminate lots of iterations over the execobjects array
Chris Wilson
2017-06-16
drm/i915: Store a direct lookup from object handle to vma
Chris Wilson
2017-06-16
drm/i915: Make i915_vma_destroy() static
Chris Wilson
2017-06-15
drm/i915: Split vma exec_link/evict_link
Chris Wilson
2017-02-13
drm/i915: Exercise i915_vma_pin/i915_vma_insert
Chris Wilson
2017-01-19
drm/i915: Remove i915_gem_object_to_ggtt()
Chris Wilson
2017-01-19
drm/i915: Remove i915_vma_create from VMA API
Chris Wilson
2017-01-19
drm/i915: Rename some warts in the VMA API
Chris Wilson
2017-01-14
drm/i915: Convert i915_ggtt_view to use an anonymous union
Chris Wilson
2017-01-14
drm/i915: Compact memcmp in i915_vma_compare()
Chris Wilson
2017-01-13
drm/i915: Assert that we have allocated the drm_mm_node upon pinning
Chris Wilson
2017-01-10
drm/i915: Store required fence size/alignment for GGTT vma
Chris Wilson
2016-12-15
drm/i915: Optimise VMA lookup slightly
Tvrtko Ursulin
2016-11-29
drm/i915: Convert vm->dev backpointer to vm->i915
Chris Wilson
2016-11-18
drm/i915: Move frontbuffer CS write tracking from ggtt vma to object
Chris Wilson
2016-11-14
drm/i915: Fix test on inputs for vma_compare()
Chris Wilson
2016-11-11
drm/i915: Split out i915_vma.c
Joonas Lahtinen